Home
last modified time | relevance | path

Searched refs:ExactPointV (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsLine.h28 static double ExactPointV(const SkDPoint& xy, double top, double bottom, double x);
DSkPathOpsLine.cpp121 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) { in ExactPointV() function in SkDLine
DSkDLineIntersection.cpp302 if ((t = SkDLine::ExactPointV(line[index], top, bottom, x)) >= 0) { in vertical()
DSkDQuadLineIntersection.cpp355 double lineT = SkDLine::ExactPointV(fQuad[qIndex], top, bottom, x); in addExactVerticalEndPoints()
DSkDConicLineIntersection.cpp259 double lineT = SkDLine::ExactPointV(fConic[cIndex], top, bottom, x); in addExactVerticalEndPoints()
DSkDCubicLineIntersection.cpp351 double lineT = SkDLine::ExactPointV(fCubic[cIndex], top, bottom, x); in addExactVerticalEndPoints()