Home
last modified time | relevance | path

Searched refs:nearPoint (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/pathops/
DSkDLineIntersection.cpp140 aNearB[index] = t = b.nearPoint(a[index], &aNotB[index]); in intersect()
142 bNearA[index] = t = a.nearPoint(b[index], &bNotA[index]); in intersect()
242 if ((t = line.nearPoint(leftPt, nullptr)) >= 0) { in horizontal()
247 if ((t = line.nearPoint(rightPt, nullptr)) >= 0) { in horizontal()
320 if ((t = line.nearPoint(topPt, nullptr)) >= 0) { in vertical()
325 if ((t = line.nearPoint(bottomPt, nullptr)) >= 0) { in vertical()
DSkPathOpsLine.h28 double nearPoint(const SkDPoint& xy, bool* unequal) const;
DSkDQuadLineIntersection.cpp121 double t = fLine->nearPoint(quadMidPt, nullptr); in checkCoincident()
295 double lineT = fLine->nearPoint(fQuad[qIndex], nullptr); in addNearEndPoints()
310 double quadT = ((SkDCurve*) &fQuad)->nearPoint(SkPath::kQuad_Verb, in addLineNearEndPoints()
DSkDCubicLineIntersection.cpp102 double t = fLine.nearPoint(cubicMidPt, nullptr); in checkCoincident()
290 double lineT = fLine.nearPoint(fCubic[cIndex], nullptr); in addNearEndPoints()
305 double cubicT = ((SkDCurve*) &fCubic)->nearPoint(SkPath::kCubic_Verb, in addLineNearEndPoints()
DSkDConicLineIntersection.cpp43 double t = fLine->nearPoint(conicMidPt, nullptr); in checkCoincident()
195 double lineT = fLine->nearPoint(fConic[cIndex], nullptr); in addNearEndPoints()
210 double conicT = ((SkDCurve*) &fConic)->nearPoint(SkPath::kConic_Verb, in addLineNearEndPoints()
DSkPathOpsCurve.cpp13 double SkDCurve::nearPoint(SkPath::Verb verb, const SkDPoint& xy, const SkDPoint& opp) const { in nearPoint() function in SkDCurve
DSkPathOpsLine.cpp31 double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const { in nearPoint() function in SkDLine
DSkPathOpsCurve.h73 double nearPoint(SkPath::Verb verb, const SkDPoint& xy, const SkDPoint& opp) const;
/external/skqp/src/pathops/
DSkDLineIntersection.cpp140 aNearB[index] = t = b.nearPoint(a[index], &aNotB[index]); in intersect()
142 bNearA[index] = t = a.nearPoint(b[index], &bNotA[index]); in intersect()
242 if ((t = line.nearPoint(leftPt, nullptr)) >= 0) { in horizontal()
247 if ((t = line.nearPoint(rightPt, nullptr)) >= 0) { in horizontal()
320 if ((t = line.nearPoint(topPt, nullptr)) >= 0) { in vertical()
325 if ((t = line.nearPoint(bottomPt, nullptr)) >= 0) { in vertical()
DSkPathOpsLine.h28 double nearPoint(const SkDPoint& xy, bool* unequal) const;
DSkDQuadLineIntersection.cpp121 double t = fLine->nearPoint(quadMidPt, nullptr); in checkCoincident()
295 double lineT = fLine->nearPoint(fQuad[qIndex], nullptr); in addNearEndPoints()
310 double quadT = ((SkDCurve*) &fQuad)->nearPoint(SkPath::kQuad_Verb, in addLineNearEndPoints()
DSkDConicLineIntersection.cpp43 double t = fLine->nearPoint(conicMidPt, nullptr); in checkCoincident()
195 double lineT = fLine->nearPoint(fConic[cIndex], nullptr); in addNearEndPoints()
210 double conicT = ((SkDCurve*) &fConic)->nearPoint(SkPath::kConic_Verb, in addLineNearEndPoints()
DSkDCubicLineIntersection.cpp102 double t = fLine.nearPoint(cubicMidPt, nullptr); in checkCoincident()
290 double lineT = fLine.nearPoint(fCubic[cIndex], nullptr); in addNearEndPoints()
305 double cubicT = ((SkDCurve*) &fCubic)->nearPoint(SkPath::kCubic_Verb, in addLineNearEndPoints()
DSkPathOpsCurve.cpp13 double SkDCurve::nearPoint(SkPath::Verb verb, const SkDPoint& xy, const SkDPoint& opp) const { in nearPoint() function in SkDCurve
DSkPathOpsLine.cpp31 double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const { in nearPoint() function in SkDLine
DSkPathOpsCurve.h73 double nearPoint(SkPath::Verb verb, const SkDPoint& xy, const SkDPoint& opp) const;