Lines Matching refs:smallR
386 SkRect smallR = SkRect::MakeWH(totalSmallWidth, totalSmallHeight);
394 smallRR.setRectRadii(smallR, radii);
474 * smallR is the smallest version of 'rect' that will still guarantee that
487 SkRect smallR[2];
510 // fractional phase on the fRight or fBottom of our smallR.
519 smallR[0].setLTRB(rects[0].left(), rects[0].top(),
521 if (smallR[0].width() < 2 || smallR[0].height() < 2) {
525 smallR[1].setLTRB(rects[1].left(), rects[1].top(),
527 SkASSERT(!smallR[1].isEmpty());
531 SkCachedData* cache = find_cached_rects(&patch->fMask, sigma, fBlurStyle, smallR, count);
534 if (!draw_rects_into_mask(smallR, count, &srcM)) {
544 if (!this->filterRectMask(&patch->fMask, smallR[0], matrix, &margin,
549 cache = add_cached_rects(&patch->fMask, sigma, fBlurStyle, smallR, count);