Lines Matching refs:dstM
83 bool filterRectMask(SkMask* dstM, const SkRect& r, const SkMatrix& matrix,
85 bool filterRRectMask(SkMask* dstM, const SkRRect& r, const SkMatrix& matrix,
464 SkMask srcM, dstM; in filterRRectToNine() local
473 filterResult = this->filterRRectMask(&dstM, rrect, matrix, &margin, in filterRRectToNine()
478 filterResult = this->filterMask(&dstM, srcM, matrix, &margin); in filterRRectToNine()
550 patch->fOuterRect = dstM.fBounds; in filterRRectToNine()
583 SkMask srcM, dstM; in filterRectsToNine() local
592 filterResult = this->filterRectMask(&dstM, rects[0], matrix, &margin, in filterRectsToNine()
595 filterResult = this->filterMask(&dstM, srcM, matrix, &margin); in filterRectsToNine()
620 int smallW = dstM.fBounds.width() - srcM.fBounds.width() + 2; in filterRectsToNine()
621 int smallH = dstM.fBounds.height() - srcM.fBounds.height() + 2; in filterRectsToNine()
680 patch->fOuterRect = dstM.fBounds; in filterRectsToNine()