Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.cpp160 SkScalar fInvResScaleSquared; member in SkPathStroker
383 fInvResScaleSquared = fInvResScale * fInvResScale; in SkPathStroker()
900 if (SkTMax(dist1, dist2) <= fInvResScaleSquared) { in intersectRay()
1110 return dist < fInvResScaleSquared; in cubicMidOnLine()
/external/skqp/src/core/
DSkStroke.cpp160 SkScalar fInvResScaleSquared; member in SkPathStroker
383 fInvResScaleSquared = fInvResScale * fInvResScale; in SkPathStroker()
904 if (SkTMax(dist1, dist2) <= fInvResScaleSquared) { in intersectRay()
1114 return dist < fInvResScaleSquared; in cubicMidOnLine()