Home | History | Annotate | Download | only in core

Lines Matching defs:srcM

727 void SkDraw::drawDevMask(const SkMask& srcM, const SkPaint& paint) const {
728 if (srcM.fBounds.isEmpty()) {
733 const SkMask* mask = &srcM;
739 paint.getMaskFilter()->filterMask(&dstM, srcM, *fMatrix, NULL)) {
2427 SkMask srcM, dstM;
2429 srcM.fBounds = *bounds;
2430 srcM.fFormat = SkMask::kA8_Format;
2431 srcM.fImage = NULL;
2432 if (!filter->filterMask(&dstM, srcM, *filterMatrix, &margin)) {
2442 // (possibly) trim the srcM bounds to reflect the clip