Home | History | Annotate | Download | only in core

Lines Matching refs:dstM

1125     SkMask      srcM, dstM;
1137 if (!filter->filterMask(&dstM, srcM, identity, NULL)) {
1140 dstM.fRowBytes = SkAlign4(dstM.fBounds.width());
1161 if (!filter->filterMask(&dstM, srcM, identity, NULL)) {
1164 SkAutoMaskFreeImage dstCleanup(dstM.fImage);
1166 tmpBitmap.setInfo(SkImageInfo::MakeA8(dstM.fBounds.width(), dstM.fBounds.height()),
1167 dstM.fRowBytes);
1174 memcpy(tmpBitmap.getPixels(), dstM.fImage, dstM.computeImageSize());
1176 offset->set(dstM.fBounds.fLeft, dstM.fBounds.fTop);