Home
last modified time | relevance | path

Searched refs:threshInvScaleX (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DPathTessellator.cpp730 float threshInvScaleX = paintInfo.inverseScaleX; in tessellatePath() local
737 threshInvScaleX *= bounds.width() / (bounds.width() + paint->getStrokeWidth()); in tessellatePath()
744 PathApproximationInfo approximationInfo(threshInvScaleX, threshInvScaleY, in tessellatePath()