Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkBlurMF.cpp507 const SkScalar bottomUnstretched = SkTMax(LL.fY, LR.fY) + SkIntToScalar(2 * margin.fY); in filterRRectToNine() local
509 const SkScalar totalSmallHeight = topUnstretched + bottomUnstretched + stretchSize; in filterRRectToNine()
/third_party/skia/src/core/
DSkBlurMF.cpp370 const SkScalar bottomUnstretched = std::max(LL.fY, LR.fY) + SkIntToScalar(2 * margin.fY); in filterRRectToNine() local
372 const SkScalar totalSmallHeight = topUnstretched + bottomUnstretched + stretchSize; in filterRRectToNine()