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

/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp545 const SkScalar topUnstretched = SkTMax(UL.fY, UR.fY) + SkIntToScalar(2 * margin.fY); local
548 const SkScalar totalSmallHeight = topUnstretched + bottomUnstretched + stretchSize;
592 patch->fCenter.fY = SkScalarCeilToInt(topUnstretched) + 1;
/external/skqp/src/effects/
H A DSkBlurMaskFilter.cpp544 const SkScalar topUnstretched = SkTMax(UL.fY, UR.fY) + SkIntToScalar(2 * margin.fY); local
547 const SkScalar totalSmallHeight = topUnstretched + bottomUnstretched + stretchSize;
591 patch->fCenter.fY = SkScalarCeilToInt(topUnstretched) + 1;

Completed in 69 milliseconds