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

/external/skia/src/pathops/
H A DSkPathOpsLine.h24 double exactPoint(const SkDPoint& xy) const;
H A DSkDLineIntersection.cpp80 if ((t = b.exactPoint(a[iA])) >= 0) {
85 if ((t = a.exactPoint(b[iB])) >= 0) {
201 if ((t = line.exactPoint(leftPt)) >= 0) {
206 if ((t = line.exactPoint(rightPt)) >= 0) {
277 if ((t = line.exactPoint(topPt)) >= 0) {
282 if ((t = line.exactPoint(bottomPt)) >= 0) {
H A DSkPathOpsLine.cpp49 double SkDLine::exactPoint(const SkDPoint& xy) const { function in class:SkDLine
H A DSkDConicLineIntersection.cpp174 double lineT = fLine->exactPoint(fConic[cIndex]);
H A DSkDCubicLineIntersection.cpp271 double lineT = fLine.exactPoint(fCubic[cIndex]);
H A DSkDQuadLineIntersection.cpp279 double lineT = fLine->exactPoint(fQuad[qIndex]);

Completed in 72 milliseconds