Home | History | Annotate | Download | only in core

Lines Matching refs:srcM

263     SkMask  srcM, dstM;
265 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
270 SkAutoMaskFreeImage autoSrc(srcM.fImage);
272 if (!this->filterMask(&dstM, srcM, matrix, nullptr)) {
349 SkMask srcM, dstM;
351 srcM.fBounds = src.roundOut();
352 srcM.fRowBytes = 0;
353 srcM.fFormat = SkMask::kA8_Format;
356 if (this->filterMask(&dstM, srcM, SkMatrix::I(), &margin)) {
359 dst->set(srcM.fBounds);