Lines Matching defs:dstM
136 SkMask srcM, dstM;
145 if (!as_MFB(filter)->filterMask(&dstM, srcM, viewMatrix, nullptr)) {
148 // this will free-up dstM when we're done (allocated in filterMask())
149 SkAutoMaskFreeImage autoDst(dstM.fImage);
151 if (clip_bounds_quick_reject(clipBounds, dstM.fBounds)) {
155 // we now have a device-aligned 8bit mask in dstM, ready to be drawn using
158 if (!bm.installPixels(SkImageInfo::MakeA8(dstM.fBounds.width(), dstM.fBounds.height()),
159 autoDst.release(), dstM.fRowBytes, mask_release_proc, nullptr)) {
175 *drawRect = dstM.fBounds;