Searched refs:NearPointV (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsLine.h | 31 static double NearPointV(const SkDPoint& xy, double top, double bottom, double x);
|
D | SkPathOpsLine.cpp | 128 double SkDLine::NearPointV(const SkDPoint& xy, double top, double bottom, double x) { in NearPointV() function in SkDLine
|
D | SkDLineIntersection.cpp | 323 if ((t = SkDLine::NearPointV(line[index], top, bottom, x)) >= 0) { in vertical()
|
D | SkDQuadLineIntersection.cpp | 346 double lineT = SkDLine::NearPointV(fQuad[qIndex], top, bottom, x); in addNearVerticalEndPoints()
|
D | SkDConicLineIntersection.cpp | 241 double lineT = SkDLine::NearPointV(fConic[cIndex], top, bottom, x); in addNearVerticalEndPoints()
|
D | SkDCubicLineIntersection.cpp | 339 double lineT = SkDLine::NearPointV(fCubic[cIndex], top, bottom, x); in addNearVerticalEndPoints()
|