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

  /external/skia/src/pathops/
SkPathOpsLine.h 24 double exactPoint(const SkDPoint& xy) const;
SkDLineIntersection.cpp 80 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) {
SkPathOpsLine.cpp 49 double SkDLine::exactPoint(const SkDPoint& xy) const {
SkDConicLineIntersection.cpp 174 double lineT = fLine->exactPoint(fConic[cIndex]);
SkDCubicLineIntersection.cpp 271 double lineT = fLine.exactPoint(fCubic[cIndex]);
SkDQuadLineIntersection.cpp 279 double lineT = fLine->exactPoint(fQuad[qIndex]);

Completed in 141 milliseconds