Searched defs:smallR (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp554 SkRect smallR = SkRect::MakeWH(totalSmallWidth, totalSmallHeight); local
562 smallRR.setRectRadii(smallR, radii);
643 * smallR is the smallest version of 'rect' that will still guarantee that
656 SkRect smallR[2]; local
679 // fractional phase on the fRight or fBottom of our smallR.
688 smallR[0].set(rects[0].left(), rects[0].top(), rects[0].right() - dx, rects[0].bottom() - dy);
689 if (smallR[0].width() < 2 || smallR[0].height() < 2) {
693 smallR[1].set(rects[1].left(), rects[1].top(),
695 SkASSERT(!smallR[
[all...]
/external/skqp/src/effects/
H A DSkBlurMaskFilter.cpp553 SkRect smallR = SkRect::MakeWH(totalSmallWidth, totalSmallHeight); local
561 smallRR.setRectRadii(smallR, radii);
642 * smallR is the smallest version of 'rect' that will still guarantee that
655 SkRect smallR[2]; local
678 // fractional phase on the fRight or fBottom of our smallR.
687 smallR[0].set(rects[0].left(), rects[0].top(), rects[0].right() - dx, rects[0].bottom() - dy);
688 if (smallR[0].width() < 2 || smallR[0].height() < 2) {
692 smallR[1].set(rects[1].left(), rects[1].top(),
694 SkASSERT(!smallR[
[all...]

Completed in 103 milliseconds