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

  /external/skia/src/pathops/
SkPathOpsLine.h 25 static double ExactPointH(const SkDPoint& xy, double left, double right, double y);
SkPathOpsLine.cpp 106 double SkDLine::ExactPointH(const SkDPoint& xy, double left, double right, double y) {
SkDConicLineIntersection.cpp 200 double lineT = SkDLine::ExactPointH(fConic[cIndex], left, right, y);
SkDCubicLineIntersection.cpp 298 double lineT = SkDLine::ExactPointH(fCubic[cIndex], left, right, y);
SkDLineIntersection.cpp 210 if ((t = SkDLine::ExactPointH(line[index], left, right, y)) >= 0) {
SkDQuadLineIntersection.cpp 305 double lineT = SkDLine::ExactPointH(fQuad[qIndex], left, right, y);

Completed in 69 milliseconds