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

/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMaskFilter.cpp353 const SkScalar bottomUnstretched = SkTMax(LL.fY, LR.fY) + SkIntToScalar(2 * margin.fY); local
355 const SkScalar totalSmallHeight = topUnstretched + bottomUnstretched + stretchSize;
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp350 const SkScalar bottomUnstretched = SkTMax(LL.fY, LR.fY) + SkIntToScalar(2 * margin.fY); local
352 const SkScalar totalSmallHeight = topUnstretched + bottomUnstretched + stretchSize;

Completed in 103 milliseconds