Lines Matching refs:srcM
335 SkMask srcM, dstM;
336 srcM.fBounds = rrect.rect().roundOut();
337 srcM.fFormat = SkMask::kA8_Format;
338 srcM.fRowBytes = 0;
349 filterResult = this->filterMask(&dstM, srcM, matrix, &margin);
407 if (!draw_rrect_into_mask(smallRR, &srcM)) {
411 SkAutoMaskFreeImage amf(srcM.fImage);
413 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
454 SkMask srcM, dstM;
455 srcM.fBounds = rects[0].roundOut();
456 srcM.fFormat = SkMask::kA8_Format;
457 srcM.fRowBytes = 0;
466 filterResult = this->filterMask(&dstM, srcM, matrix, &margin);
491 int smallW = dstM.fBounds.width() - srcM.fBounds.width() + 2;
492 int smallH = dstM.fBounds.height() - srcM.fBounds.height() + 2;
496 innerIR = srcM.fBounds;
501 center.set(smallW + (innerIR.left() - srcM.fBounds.left()),
502 smallH + (innerIR.top() - srcM.fBounds.top()));
534 if (!draw_rects_into_mask(smallR, count, &srcM)) {
538 SkAutoMaskFreeImage amf(srcM.fImage);
540 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {