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

/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp239 int newRRHeight = 2*devBlurRadius + devTop + devBot + 1; local
241 widthHeight->fHeight = newRRHeight + 2 * devBlurRadius;
279 SkIntToScalar(newRRHeight));
/external/skqp/src/effects/
H A DSkBlurMaskFilter.cpp238 int newRRHeight = 2*devBlurRadius + devTop + devBot + 1; local
240 widthHeight->fHeight = newRRHeight + 2 * devBlurRadius;
278 SkIntToScalar(newRRHeight));

Completed in 266 milliseconds