Home
last modified time | relevance | path

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

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