Searched refs:filterRectMask (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkBlurMF.cpp | 83 bool filterRectMask(SkMask* dstM, const SkRect& r, const SkMatrix& matrix, 293 bool SkBlurMaskFilterImpl::filterRectMask(SkMask* dst, const SkRect& r, in filterRectMask() function in SkBlurMaskFilterImpl 592 filterResult = this->filterRectMask(&dstM, rects[0], matrix, &margin, in filterRectsToNine() 672 if (!this->filterRectMask(&patch->fMask, smallR[0], matrix, &margin, in filterRectsToNine()
|
/external/skqp/src/core/ |
D | SkBlurMF.cpp | 83 bool filterRectMask(SkMask* dstM, const SkRect& r, const SkMatrix& matrix, 293 bool SkBlurMaskFilterImpl::filterRectMask(SkMask* dst, const SkRect& r, in filterRectMask() function in SkBlurMaskFilterImpl 592 filterResult = this->filterRectMask(&dstM, rects[0], matrix, &margin, in filterRectsToNine() 672 if (!this->filterRectMask(&patch->fMask, smallR[0], matrix, &margin, in filterRectsToNine()
|