Searched refs:smallR (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/core/ |
D | SkBlurMF.cpp | 515 SkRect smallR = SkRect::MakeWH(totalSmallWidth, totalSmallHeight); in filterRRectToNine() local 523 smallRR.setRectRadii(smallR, radii); in filterRRectToNine() 616 SkRect smallR[2]; in filterRectsToNine() local 648 smallR[0].set(rects[0].left(), rects[0].top(), rects[0].right() - dx, rects[0].bottom() - dy); in filterRectsToNine() 649 if (smallR[0].width() < 2 || smallR[0].height() < 2) { in filterRectsToNine() 653 smallR[1].set(rects[1].left(), rects[1].top(), in filterRectsToNine() 655 SkASSERT(!smallR[1].isEmpty()); in filterRectsToNine() 659 SkCachedData* cache = find_cached_rects(&patch->fMask, sigma, fBlurStyle, smallR, count); in filterRectsToNine() 662 if (!draw_rects_into_mask(smallR, count, &srcM)) { in filterRectsToNine() 672 if (!this->filterRectMask(&patch->fMask, smallR[0], matrix, &margin, in filterRectsToNine() [all …]
|
/external/skia/src/core/ |
D | SkBlurMF.cpp | 515 SkRect smallR = SkRect::MakeWH(totalSmallWidth, totalSmallHeight); in filterRRectToNine() local 523 smallRR.setRectRadii(smallR, radii); in filterRRectToNine() 616 SkRect smallR[2]; in filterRectsToNine() local 648 smallR[0].set(rects[0].left(), rects[0].top(), rects[0].right() - dx, rects[0].bottom() - dy); in filterRectsToNine() 649 if (smallR[0].width() < 2 || smallR[0].height() < 2) { in filterRectsToNine() 653 smallR[1].set(rects[1].left(), rects[1].top(), in filterRectsToNine() 655 SkASSERT(!smallR[1].isEmpty()); in filterRectsToNine() 659 SkCachedData* cache = find_cached_rects(&patch->fMask, sigma, fBlurStyle, smallR, count); in filterRectsToNine() 662 if (!draw_rects_into_mask(smallR, count, &srcM)) { in filterRectsToNine() 672 if (!this->filterRectMask(&patch->fMask, smallR[0], matrix, &margin, in filterRectsToNine() [all …]
|