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

  /external/skia/src/pathops/
SkPathOpsLine.h 26 static double ExactPointV(const SkDPoint& xy, double top, double bottom, double x);
SkPathOpsLine.cpp 141 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) {
SkDConicLineIntersection.cpp 226 double lineT = SkDLine::ExactPointV(fConic[cIndex], top, bottom, x);
SkDCubicLineIntersection.cpp 324 double lineT = SkDLine::ExactPointV(fCubic[cIndex], top, bottom, x);
SkDLineIntersection.cpp 286 if ((t = SkDLine::ExactPointV(line[index], top, bottom, x)) >= 0) {
SkDQuadLineIntersection.cpp 331 double lineT = SkDLine::ExactPointV(fQuad[qIndex], top, bottom, x);

Completed in 46 milliseconds