Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkBlurMF.cpp386 SkRect smallR = SkRect::MakeWH(totalSmallWidth, totalSmallHeight); in filterRRectToNine() local
394 smallRR.setRectRadii(smallR, radii); in filterRRectToNine()
474 * smallR is the smallest version of 'rect' that will still guarantee that in filterRectsToNine()
487 SkRect smallR[2]; in filterRectsToNine() local
510 // fractional phase on the fRight or fBottom of our smallR. in filterRectsToNine()
519 smallR[0].setLTRB(rects[0].left(), rects[0].top(), in filterRectsToNine()
521 if (smallR[0].width() < 2 || smallR[0].height() < 2) { in filterRectsToNine()
525 smallR[1].setLTRB(rects[1].left(), rects[1].top(), in filterRectsToNine()
527 SkASSERT(!smallR[ in filterRectsToNine()
[all...]

Completed in 4 milliseconds