Searched refs:testPt (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/pathops/ |
D | SkIntersections.cpp | 10 int SkIntersections::closestTo(double rangeStart, double rangeEnd, const SkDPoint& testPt, in closestTo() argument 19 double dist = testPt.distanceSquared(iPt); in closestTo()
|
D | SkOpSegment.cpp | 516 SkDPoint testPt = this->dPtAtT(t); in distSq() local 517 SkDLine testPerp = {{ testPt, testPt }}; in distSq() 529 double testDistSq = testPt.distanceSquared(i.pt(index)); in distSq() 1015 const SkPoint& testPt) const { in match() 1020 if (!SkDPoint::ApproximatelyEqual(testPt, base->fPt)) { in match() 1023 return !this->ptsDisjoint(base->fT, base->fPt, testT, testPt); in match()
|
D | SkIntersections.h | 226 int closestTo(double rangeStart, double rangeEnd, const SkDPoint& testPt, double* dist) const;
|