Home | History | Annotate | Download | only in core

Lines Matching refs:srcM

25     SkMask  srcM, dstM;
27 if (!SkDraw::DrawToMask(devPath, &clip.getBounds(), this, &matrix, &srcM,
31 SkAutoMaskFreeImage autoSrc(srcM.fImage);
33 if (!this->filterMask(&dstM, srcM, matrix, NULL)) {
60 SkMask srcM, dstM;
62 srcM.fImage = NULL;
63 src.roundOut(&srcM.fBounds);
64 srcM.fRowBytes = 0;
65 srcM.fFormat = SkMask::kA8_Format;
68 if (this->filterMask(&dstM, srcM, SkMatrix::I(), &margin)) {
71 dst->set(srcM.fBounds);