Lines Matching full:dstm
1039 SkMask srcM, dstM;
1050 if (!filter->filterMask(&dstM, srcM, identity, nullptr)) {
1053 dstM.fRowBytes = SkAlign4(dstM.fBounds.width());
1074 if (!filter->filterMask(&dstM, srcM, identity, nullptr)) {
1077 SkAutoMaskFreeImage dstCleanup(dstM.fImage);
1079 tmpBitmap.setInfo(SkImageInfo::MakeA8(dstM.fBounds.width(), dstM.fBounds.height()),
1080 dstM.fRowBytes);
1087 memcpy(tmpBitmap.getPixels(), dstM.fImage, dstM.computeImageSize());
1089 offset->set(dstM.fBounds.fLeft, dstM.fBounds.fTop);