Home | History | Annotate | Download | only in gpu

Lines Matching refs:dstM

666     SkMask  srcM, dstM;
674 if (!filter->filterMask(&dstM, srcM, viewMatrix, NULL)) {
677 // this will free-up dstM when we're done (allocated in filterMask())
678 SkAutoMaskFreeImage autoDst(dstM.fImage);
680 if (clip_bounds_quick_reject(clipBounds, dstM.fBounds)) {
684 // we now have a device-aligned 8bit mask in dstM, ready to be drawn using
687 desc.fWidth = dstM.fBounds.width();
688 desc.fHeight = dstM.fBounds.height();
697 dstM.fImage, dstM.fRowBytes);
699 SkRect maskRect = SkRect::Make(dstM.fBounds);