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

/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMaskFilter.cpp361 SkRect smallR = SkRect::MakeWH(totalSmallWidth, totalSmallHeight); local
369 smallRR.setRectRadii(smallR, radii);
442 * smallR is the smallest version of 'rect' that will still guarantee that
455 SkRect smallR[2]; local
478 // fractional phase on the fRight or fBottom of our smallR.
487 smallR[0].set(rects[0].left(), rects[0].top(), rects[0].right() - dx, rects[0].bottom() - dy);
488 if (smallR[0].width() < 2 || smallR[0].height() < 2) {
492 smallR[1].set(rects[1].left(), rects[1].top(),
494 SkASSERT(!smallR[
[all...]
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp358 SkRect smallR = SkRect::MakeWH(totalSmallWidth, totalSmallHeight); local
366 smallRR.setRectRadii(smallR, radii);
439 * smallR is the smallest version of 'rect' that will still guarantee that
452 SkRect smallR[2]; local
475 // fractional phase on the fRight or fBottom of our smallR.
484 smallR[0].set(rects[0].left(), rects[0].top(), rects[0].right() - dx, rects[0].bottom() - dy);
485 if (smallR[0].width() < 2 || smallR[0].height() < 2) {
489 smallR[1].set(rects[1].left(), rects[1].top(),
491 SkASSERT(!smallR[
[all...]

Completed in 126 milliseconds