Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkBlurMF.cpp506 const SkScalar topUnstretched = SkTMax(UL.fY, UR.fY) + SkIntToScalar(2 * margin.fY); in filterRRectToNine() local
509 const SkScalar totalSmallHeight = topUnstretched + bottomUnstretched + stretchSize; in filterRRectToNine()
552 patch->fCenter.fY = SkScalarCeilToInt(topUnstretched) + 1; in filterRRectToNine()
/third_party/skia/src/core/
DSkBlurMF.cpp369 const SkScalar topUnstretched = std::max(UL.fY, UR.fY) + SkIntToScalar(2 * margin.fY); in filterRRectToNine() local
372 const SkScalar totalSmallHeight = topUnstretched + bottomUnstretched + stretchSize; in filterRRectToNine()
415 patch->fCenter.fY = SkScalarCeilToInt(topUnstretched) + 1; in filterRRectToNine()