Home | History | Annotate | Download | only in effects

Lines Matching defs:srcM

503     SkMask  srcM, dstM;
504 srcM.fBounds = rrect.rect().roundOut();
505 srcM.fFormat = SkMask::kA8_Format;
506 srcM.fRowBytes = 0;
517 filterResult = this->filterMask(&dstM, srcM, matrix, &margin);
576 if (!draw_rrect_into_mask(smallRR, &srcM)) {
580 SkAutoMaskFreeImage amf(srcM.fImage);
582 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
623 SkMask srcM, dstM;
624 srcM.fBounds = rects[0].roundOut();
625 srcM.fFormat = SkMask::kA8_Format;
626 srcM.fRowBytes = 0;
635 filterResult = this->filterMask(&dstM, srcM, matrix, &margin);
660 int smallW = dstM.fBounds.width() - srcM.fBounds.width() + 2;
661 int smallH = dstM.fBounds.height() - srcM.fBounds.height() + 2;
665 innerIR = srcM.fBounds;
670 center.set(smallW + (innerIR.left() - srcM.fBounds.left()),
671 smallH + (innerIR.top() - srcM.fBounds.top()));
703 if (!draw_rects_into_mask(smallR, count, &srcM)) {
707 SkAutoMaskFreeImage amf(srcM.fImage);
709 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {