Home | History | Annotate | Download | only in core

Lines Matching defs:srcM

264     SkMask  srcM, dstM;
266 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
271 SkAutoMaskFreeImage autoSrc(srcM.fImage);
273 if (!this->filterMask(&dstM, srcM, matrix, nullptr)) {
366 SkMask srcM, dstM;
368 srcM.fBounds = src.roundOut();
369 srcM.fRowBytes = 0;
370 srcM.fFormat = SkMask::kA8_Format;
373 if (this->filterMask(&dstM, srcM, SkMatrix::I(), &margin)) {
376 dst->set(srcM.fBounds);
551 SkMask srcM, dstM;
553 if (!as_MFB(fSrc)->filterMask(&srcM, src, ctm, &srcP)) {
560 dst->fBounds = join(srcM.fBounds, dstM.fBounds, fMode);
574 srcM.fBounds.offset(-dst->fBounds.fLeft, -dst->fBounds.fTop);
575 md.drawAsBitmap(srcM, p);
577 sk_free(srcM.fImage);