Home | History | Annotate | Download | only in effects

Lines Matching defs:dstM

80     bool filterRectMask(SkMask* dstM, const SkRect& r, const SkMatrix& matrix,
82 bool filterRRectMask(SkMask* dstM, const SkRRect& r, const SkMatrix& matrix,
306 SkMask srcM, dstM;
316 filterResult = this->filterRRectMask(&dstM, rrect, matrix, &margin,
321 filterResult = this->filterMask(&dstM, srcM, matrix, &margin);
388 patch->fOuterRect = dstM.fBounds;
418 SkMask srcM, dstM;
428 filterResult = this->filterRectMask(&dstM, rects[0], matrix, &margin,
431 filterResult = this->filterMask(&dstM, srcM, matrix, &margin);
450 * with our outer-rect (dstM.fBounds)
456 int smallW = dstM.fBounds.width() - srcM.fBounds.width() + 2;
457 int smallH = dstM.fBounds.height() - srcM.fBounds.height() + 2;
511 patch->fOuterRect = dstM.fBounds;