Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsLine.h31 static double NearPointV(const SkDPoint& xy, double top, double bottom, double x);
DSkPathOpsLine.cpp128 double SkDLine::NearPointV(const SkDPoint& xy, double top, double bottom, double x) { in NearPointV() function in SkDLine
DSkDLineIntersection.cpp323 if ((t = SkDLine::NearPointV(line[index], top, bottom, x)) >= 0) { in vertical()
DSkDQuadLineIntersection.cpp346 double lineT = SkDLine::NearPointV(fQuad[qIndex], top, bottom, x); in addNearVerticalEndPoints()
DSkDConicLineIntersection.cpp241 double lineT = SkDLine::NearPointV(fConic[cIndex], top, bottom, x); in addNearVerticalEndPoints()
DSkDCubicLineIntersection.cpp339 double lineT = SkDLine::NearPointV(fCubic[cIndex], top, bottom, x); in addNearVerticalEndPoints()