Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsLine.h26 static double ExactPointV(const SkDPoint& xy, double top, double bottom, double x);
DSkPathOpsLine.cpp116 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) { in ExactPointV() function in SkDLine
DSkDLineIntersection.cpp291 if ((t = SkDLine::ExactPointV(line[index], top, bottom, x)) >= 0) { in vertical()
DSkDQuadLineIntersection.cpp347 double lineT = SkDLine::ExactPointV(fQuad[qIndex], top, bottom, x); in addExactVerticalEndPoints()
DSkDConicLineIntersection.cpp247 double lineT = SkDLine::ExactPointV(fConic[cIndex], top, bottom, x); in addExactVerticalEndPoints()
DSkDCubicLineIntersection.cpp342 double lineT = SkDLine::ExactPointV(fCubic[cIndex], top, bottom, x); in addExactVerticalEndPoints()