Lines Matching defs:dstM
97 bool filterRectMask(SkMask* dstM, const SkRect& r, const SkMatrix& matrix,
99 bool filterRRectMask(SkMask* dstM, const SkRRect& r, const SkMatrix& matrix,
335 SkMask srcM, dstM;
344 filterResult = this->filterRRectMask(&dstM, rrect, matrix, &margin,
349 filterResult = this->filterMask(&dstM, srcM, matrix, &margin);
421 patch->fOuterRect = dstM.fBounds;
454 SkMask srcM, dstM;
463 filterResult = this->filterRectMask(&dstM, rects[0], matrix, &margin,
466 filterResult = this->filterMask(&dstM, srcM, matrix, &margin);
485 * with our outer-rect (dstM.fBounds)
491 int smallW = dstM.fBounds.width() - srcM.fBounds.width() + 2;
492 int smallH = dstM.fBounds.height() - srcM.fBounds.height() + 2;
552 patch->fOuterRect = dstM.fBounds;