Searched refs:closestTo (Results 1 – 3 of 3) sorted by relevance
10 int SkIntersections::closestTo(double rangeStart, double rangeEnd, const SkDPoint& testPt, in closestTo() function in SkIntersections
230 int closestTo(double rangeStart, double rangeEnd, const SkDPoint& testPt, double* dist) const;
518 int closestEnd = iEnd.closestTo(rh->fStart->t(), rh->fEnd->t(), rayEnd[0], &endDist); in endToSide()