Searched refs:points_within_dist (Results 1 – 1 of 1) sorted by relevance
946 static bool points_within_dist(const SkPoint& nearPt, const SkPoint& farPt, SkScalar limit) { in points_within_dist() function970 if (points_within_dist(ray[0], strokeMid, fInvResScale)) { // if the difference is small in strokeCloseEnough()999 if (points_within_dist(ray[0], quadPt, error)) { // if the difference is small, we're done in strokeCloseEnough()1101 || points_within_dist(quadPts->fQuad[0], quadPts->fQuad[2], in cubicStroke()