Searched refs:smallR (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/effects/ |
D | SkBlurMaskFilter.cpp | 553 SkRect smallR = SkRect::MakeWH(totalSmallWidth, totalSmallHeight); in filterRRectToNine() local 561 smallRR.setRectRadii(smallR, radii); in filterRRectToNine() 655 SkRect smallR[2]; in filterRectsToNine() local 687 smallR[0].set(rects[0].left(), rects[0].top(), rects[0].right() - dx, rects[0].bottom() - dy); in filterRectsToNine() 688 if (smallR[0].width() < 2 || smallR[0].height() < 2) { in filterRectsToNine() 692 smallR[1].set(rects[1].left(), rects[1].top(), in filterRectsToNine() 694 SkASSERT(!smallR[1].isEmpty()); in filterRectsToNine() 699 this->getQuality(), smallR, count); in filterRectsToNine() 702 if (!draw_rects_into_mask(smallR, count, &srcM)) { in filterRectsToNine() 712 if (!this->filterRectMask(&patch->fMask, smallR[0], matrix, &margin, in filterRectsToNine() [all …]
|