Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkBlurMF.cpp380 const SkScalar totalSmallHeight = topUnstretched + bottomUnstretched + stretchSize; in filterRRectToNine() local
381 if (totalSmallHeight >= rrect.rect().height()) { in filterRRectToNine()
386 SkRect smallR = SkRect::MakeWH(totalSmallWidth, totalSmallHeight); in filterRRectToNine()

Completed in 5 milliseconds