Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkIntersections.cpp10 int SkIntersections::closestTo(double rangeStart, double rangeEnd, const SkDPoint& testPt, in closestTo() function in SkIntersections
DSkIntersections.h230 int closestTo(double rangeStart, double rangeEnd, const SkDPoint& testPt, double* dist) const;
DSkOpAngle.cpp518 int closestEnd = iEnd.closestTo(rh->fStart->t(), rh->fEnd->t(), rayEnd[0], &endDist); in endToSide()