Home
last modified time | relevance | path

Searched refs:testPt (Results 1 – 4 of 4) sorted by relevance

/third_party/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.cpp509 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()
DSkOpAngle.cpp318 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()
DSkIntersections.h239 int closestTo(double rangeStart, double rangeEnd, const SkDPoint& testPt, double* dist) const;