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

/frameworks/base/libs/hwui/
H A DPathTessellator.cpp731 float threshInvScaleY = paintInfo.inverseScaleY; local
738 threshInvScaleY *= bounds.height() / (bounds.height() + paint->getStrokeWidth());
744 PathApproximationInfo approximationInfo(threshInvScaleX, threshInvScaleY,

Completed in 82 milliseconds