Searched refs:testPt (Results 1 – 4 of 4) sorted by relevance
/third_party/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 | 509 SkDPoint testPt = this->dPtAtT(t); in distSq() local 510 SkDLine testPerp = {{ testPt, testPt }}; in distSq() 522 double testDistSq = testPt.distanceSquared(i.pt(index)); in distSq() 1051 const SkPoint& testPt) const { in match() 1058 if (!SkDPoint::ApproximatelyEqual(testPt, base->fPt)) { in match() 1061 return this != testParent || !this->ptsDisjoint(base->fT, base->fPt, testT, testPt); in match()
|
D | SkOpAngle.cpp | 318 const SkDPoint& testPt = fPart.fCurve[index]; in alignmentSameSide() local 319 double xCross = oLine.crossCheck(testPt - xOrigin); in alignmentSameSide() 320 double oCross = xLine.crossCheck(testPt - oOrigin); in alignmentSameSide()
|
D | SkIntersections.h | 239 int closestTo(double rangeStart, double rangeEnd, const SkDPoint& testPt, double* dist) const;
|