HomeSort by relevance Sort by last modified time
    Searched refs:bottomUnstretched (Results 1 - 2 of 2) sorted by null

  /external/skia/src/effects/
SkBlurMaskFilter.cpp 546 const SkScalar bottomUnstretched = SkTMax(LL.fY, LR.fY) + SkIntToScalar(2 * margin.fY);
548 const SkScalar totalSmallHeight = topUnstretched + bottomUnstretched + stretchSize;
    [all...]
  /external/skqp/src/effects/
SkBlurMaskFilter.cpp 545 const SkScalar bottomUnstretched = SkTMax(LL.fY, LR.fY) + SkIntToScalar(2 * margin.fY);
547 const SkScalar totalSmallHeight = topUnstretched + bottomUnstretched + stretchSize;
    [all...]

Completed in 187 milliseconds