Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkBlurMF.cpp509 const SkScalar totalSmallHeight = topUnstretched + bottomUnstretched + stretchSize; in filterRRectToNine() local
510 if (totalSmallHeight >= rrect.rect().height()) { in filterRRectToNine()
515 SkRect smallR = SkRect::MakeWH(totalSmallWidth, totalSmallHeight); in filterRRectToNine()
/external/skia/src/core/
DSkBlurMF.cpp510 const SkScalar totalSmallHeight = topUnstretched + bottomUnstretched + stretchSize; in filterRRectToNine() local
511 if (totalSmallHeight >= rrect.rect().height()) { in filterRRectToNine()
516 SkRect smallR = SkRect::MakeWH(totalSmallWidth, totalSmallHeight); in filterRRectToNine()