Lines Matching defs:dstM
522 SkMask srcM, dstM;
536 if (!as_MFB(filter)->filterMask(&dstM, srcM, identity, nullptr)) {
539 dstM.fRowBytes = SkAlign4(dstM.fBounds.width());
560 if (!as_MFB(filter)->filterMask(&dstM, srcM, identity, nullptr)) {
563 SkAutoMaskFreeImage dstCleanup(dstM.fImage);
565 tmpBitmap.setInfo(SkImageInfo::MakeA8(dstM.fBounds.width(), dstM.fBounds.height()),
566 dstM.fRowBytes);
573 memcpy(tmpBitmap.getPixels(), dstM.fImage, dstM.computeImageSize());
575 offset->set(dstM.fBounds.fLeft, dstM.fBounds.fTop);