Home
last modified time | relevance | path

Searched refs:testPt (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() argument
19 double dist = testPt.distanceSquared(iPt); in closestTo()
DSkOpSegment.cpp583 SkDPoint testPt = this->dPtAtT(t); in distSq() local
584 SkDLine testPerp = {{ testPt, testPt }}; in distSq()
596 double testDistSq = testPt.distanceSquared(i.pt(index)); in distSq()
1098 const SkPoint& testPt) const { in match()
1103 if (!SkDPoint::ApproximatelyEqual(testPt, base->fPt)) { in match()
1106 return !this->ptsDisjoint(base->fT, base->fPt, testT, testPt); in match()
DSkIntersections.h230 int closestTo(double rangeStart, double rangeEnd, const SkDPoint& testPt, double* dist) const;