Home
last modified time | relevance | path

Searched refs:exactPoint (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/src/pathops/
H A DSkDLineIntersection.cpp87 if ((t = b.exactPoint(a[iA])) >= 0) { in intersect()
92 if ((t = a.exactPoint(b[iB])) >= 0) { in intersect()
210 if ((t = line.exactPoint(leftPt)) >= 0) { in horizontal()
215 if ((t = line.exactPoint(rightPt)) >= 0) { in horizontal()
288 if ((t = line.exactPoint(topPt)) >= 0) { in vertical()
293 if ((t = line.exactPoint(bottomPt)) >= 0) { in vertical()
H A DSkPathOpsLine.h24 double exactPoint(const SkDPoint& xy) const;
H A DSkPathOpsLine.cpp21 double SkDLine::exactPoint(const SkDPoint& xy) const { in exactPoint() function in SkDLine
H A DSkDCubicLineIntersection.cpp273 double lineT = fLine.exactPoint(fCubic[cIndex]); in addExactEndPoints()
H A DSkDQuadLineIntersection.cpp280 double lineT = fLine->exactPoint(fQuad[qIndex]); in addExactEndPoints()
H A DSkDConicLineIntersection.cpp180 double lineT = fLine->exactPoint(fConic[cIndex]); in addExactEndPoints()

Completed in 6 milliseconds