Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkStroke.cpp200 SkScalar fInvResScale; member in SkPathStroker
420 fInvResScale = SkScalarInvert(resScale * 4); in SkPathStroker()
421 fInvResScaleSquared = fInvResScale * fInvResScale; in SkPathStroker()
472 …eenyLine = SkPointPriv::EqualsWithinTolerance(fPrevPt, currPt, SK_ScalarNearlyZero * fInvResScale); in lineTo()
1004 if (pt.fX + fInvResScale < xMin) { in ptInQuadBounds()
1008 if (pt.fX - fInvResScale > xMax) { in ptInQuadBounds()
1012 if (pt.fY + fInvResScale < yMin) { in ptInQuadBounds()
1016 if (pt.fY - fInvResScale > yMax) { in ptInQuadBounds()
1047 if (points_within_dist(ray[0], strokeMid, fInvResScale)) { // if the difference is small in strokeCloseEnough()
1057 ray[0].fX, ray[0].fY, strokeMid.fX, strokeMid.fY, fInvResScale); in strokeCloseEnough()
[all …]