Lines Matching refs:dstM
86 bool filterRectMask(SkMask* dstM, const SkRect& r, const SkMatrix& matrix,
88 bool filterRRectMask(SkMask* dstM, const SkRRect& r, const SkMatrix& matrix,
324 SkMask srcM, dstM; in filterRRectToNine() local
333 filterResult = this->filterRRectMask(&dstM, rrect, matrix, &margin, in filterRRectToNine()
338 filterResult = this->filterMask(&dstM, srcM, matrix, &margin); in filterRRectToNine()
410 patch->fOuterRect = dstM.fBounds; in filterRRectToNine()
443 SkMask srcM, dstM; in filterRectsToNine() local
452 filterResult = this->filterRectMask(&dstM, rects[0], matrix, &margin, in filterRectsToNine()
455 filterResult = this->filterMask(&dstM, srcM, matrix, &margin); in filterRectsToNine()
480 int smallW = dstM.fBounds.width() - srcM.fBounds.width() + 2; in filterRectsToNine()
481 int smallH = dstM.fBounds.height() - srcM.fBounds.height() + 2; in filterRectsToNine()
541 patch->fOuterRect = dstM.fBounds; in filterRectsToNine()