HomeSort by relevance Sort by last modified time
    Searched refs:nearPoint (Results 1 - 16 of 16) sorted by null

  /external/skia/src/pathops/
SkPathOpsLine.h 28 double nearPoint(const SkDPoint& xy, bool* unequal) const;
SkDLineIntersection.cpp 140 aNearB[index] = t = b.nearPoint(a[index], &aNotB[index]);
142 bNearA[index] = t = a.nearPoint(b[index], &bNotA[index]);
242 if ((t = line.nearPoint(leftPt, nullptr)) >= 0) {
247 if ((t = line.nearPoint(rightPt, nullptr)) >= 0) {
320 if ((t = line.nearPoint(topPt, nullptr)) >= 0) {
325 if ((t = line.nearPoint(bottomPt, nullptr)) >= 0) {
SkDConicLineIntersection.cpp 43 double t = fLine->nearPoint(conicMidPt, nullptr);
195 double lineT = fLine->nearPoint(fConic[cIndex], nullptr);
210 double conicT = ((SkDCurve*) &fConic)->nearPoint(SkPath::kConic_Verb,
SkDCubicLineIntersection.cpp 102 double t = fLine.nearPoint(cubicMidPt, nullptr);
290 double lineT = fLine.nearPoint(fCubic[cIndex], nullptr);
305 double cubicT = ((SkDCurve*) &fCubic)->nearPoint(SkPath::kCubic_Verb,
SkDQuadLineIntersection.cpp 121 double t = fLine->nearPoint(quadMidPt, nullptr);
295 double lineT = fLine->nearPoint(fQuad[qIndex], nullptr);
310 double quadT = ((SkDCurve*) &fQuad)->nearPoint(SkPath::kQuad_Verb,
SkPathOpsCurve.cpp 13 double SkDCurve::nearPoint(SkPath::Verb verb, const SkDPoint& xy, const SkDPoint& opp) const {
SkPathOpsLine.cpp 31 double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const {
SkPathOpsCurve.h 73 double nearPoint(SkPath::Verb verb, const SkDPoint& xy, const SkDPoint& opp) const;
  /external/skqp/src/pathops/
SkPathOpsLine.h 28 double nearPoint(const SkDPoint& xy, bool* unequal) const;
SkDLineIntersection.cpp 140 aNearB[index] = t = b.nearPoint(a[index], &aNotB[index]);
142 bNearA[index] = t = a.nearPoint(b[index], &bNotA[index]);
242 if ((t = line.nearPoint(leftPt, nullptr)) >= 0) {
247 if ((t = line.nearPoint(rightPt, nullptr)) >= 0) {
320 if ((t = line.nearPoint(topPt, nullptr)) >= 0) {
325 if ((t = line.nearPoint(bottomPt, nullptr)) >= 0) {
SkDConicLineIntersection.cpp 43 double t = fLine->nearPoint(conicMidPt, nullptr);
195 double lineT = fLine->nearPoint(fConic[cIndex], nullptr);
210 double conicT = ((SkDCurve*) &fConic)->nearPoint(SkPath::kConic_Verb,
SkDCubicLineIntersection.cpp 102 double t = fLine.nearPoint(cubicMidPt, nullptr);
290 double lineT = fLine.nearPoint(fCubic[cIndex], nullptr);
305 double cubicT = ((SkDCurve*) &fCubic)->nearPoint(SkPath::kCubic_Verb,
SkDQuadLineIntersection.cpp 121 double t = fLine->nearPoint(quadMidPt, nullptr);
295 double lineT = fLine->nearPoint(fQuad[qIndex], nullptr);
310 double quadT = ((SkDCurve*) &fQuad)->nearPoint(SkPath::kQuad_Verb,
SkPathOpsCurve.cpp 13 double SkDCurve::nearPoint(SkPath::Verb verb, const SkDPoint& xy, const SkDPoint& opp) const {
SkPathOpsLine.cpp 31 double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const {
SkPathOpsCurve.h 73 double nearPoint(SkPath::Verb verb, const SkDPoint& xy, const SkDPoint& opp) const;

Completed in 916 milliseconds