Searched refs:fInvResScaleSquared (Results 1 – 1 of 1) sorted by relevance
188 SkScalar fInvResScaleSquared; member in SkPathStroker399 fInvResScaleSquared = fInvResScale * fInvResScale; in SkPathStroker()1047 if (SkTMax(dist1, dist2) <= fInvResScaleSquared) { in intersectRay()1251 return dist < fInvResScaleSquared; in cubicMidOnLine()