Lines Matching refs:dstM
84 bool filterRectMask(SkMask* dstM, const SkRect& r, const SkMatrix& matrix,
86 bool filterRRectMask(SkMask* dstM, const SkRRect& r, const SkMatrix& matrix,
465 SkMask srcM, dstM; in filterRRectToNine() local
474 filterResult = this->filterRRectMask(&dstM, rrect, matrix, &margin, in filterRRectToNine()
479 filterResult = this->filterMask(&dstM, srcM, matrix, &margin); in filterRRectToNine()
551 patch->fOuterRect = dstM.fBounds; in filterRRectToNine()
584 SkMask srcM, dstM; in filterRectsToNine() local
593 filterResult = this->filterRectMask(&dstM, rects[0], matrix, &margin, in filterRectsToNine()
596 filterResult = this->filterMask(&dstM, srcM, matrix, &margin); in filterRectsToNine()
621 int smallW = dstM.fBounds.width() - srcM.fBounds.width() + 2; in filterRectsToNine()
622 int smallH = dstM.fBounds.height() - srcM.fBounds.height() + 2; in filterRectsToNine()
682 patch->fOuterRect = dstM.fBounds; in filterRectsToNine()