Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsLine.h25 static double ExactPointH(const SkDPoint& xy, double left, double right, double y);
DSkPathOpsLine.cpp81 double SkDLine::ExactPointH(const SkDPoint& xy, double left, double right, double y) { in ExactPointH() function in SkDLine
DSkDLineIntersection.cpp215 if ((t = SkDLine::ExactPointH(line[index], left, right, y)) >= 0) { in horizontal()
DSkDQuadLineIntersection.cpp305 double lineT = SkDLine::ExactPointH(fQuad[qIndex], left, right, y); in addExactHorizontalEndPoints()
DSkDConicLineIntersection.cpp200 double lineT = SkDLine::ExactPointH(fConic[cIndex], left, right, y); in addExactHorizontalEndPoints()
DSkDCubicLineIntersection.cpp298 double lineT = SkDLine::ExactPointH(fCubic[cIndex], left, right, y); in addExactHorizontalEndPoints()