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

/external/webkit/Source/WebCore/platform/graphics/
H A DContextShadow.cpp196 const float xAxisScale = sqrtf(xUnitChange.width() * xUnitChange.width() local
205 const float scale = sqrtf(xAxisScale * yAxisScale);
H A DShadowBlur.cpp328 const float xAxisScale = sqrtf(xUnitChange.width() * xUnitChange.width() local
338 const float scale = sqrtf(xAxisScale * yAxisScale);

Completed in 89 milliseconds