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 | 583 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()
|
D | SkIntersections.h | 230 int closestTo(double rangeStart, double rangeEnd, const SkDPoint& testPt, double* dist) const;
|