Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.cpp151 SkScalar fInvResScale; member in SkPathStroker
357 fInvResScale = SkScalarInvert(resScale * 4); in SkPathStroker()
358 fInvResScaleSquared = fInvResScale * fInvResScale; in SkPathStroker()
410 && fPrevPt.equalsWithinTolerance(currPt, SK_ScalarNearlyZero * fInvResScale)) { in lineTo()
928 if (pt.fX + fInvResScale < xMin) { in ptInQuadBounds()
932 if (pt.fX - fInvResScale > xMax) { in ptInQuadBounds()
936 if (pt.fY + fInvResScale < yMin) { in ptInQuadBounds()
940 if (pt.fY - fInvResScale > yMax) { in ptInQuadBounds()
970 if (points_within_dist(ray[0], strokeMid, fInvResScale)) { // if the difference is small in strokeCloseEnough()
980 ray[0].fX, ray[0].fY, strokeMid.fX, strokeMid.fY, fInvResScale); in strokeCloseEnough()
[all …]