Searched refs:ExactPointH (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/src/pathops/ |
H A D | SkPathOpsLine.h | 25 static double ExactPointH(const SkDPoint& xy, double left, double right, double y);
|
H A D | SkPathOpsLine.cpp | 81 double SkDLine::ExactPointH(const SkDPoint& xy, double left, double right, double y) { in ExactPointH() function in SkDLine
|
H A D | SkDLineIntersection.cpp | 219 if ((t = SkDLine::ExactPointH(line[index], left, right, y)) >= 0) { in horizontal()
|
H A D | SkDCubicLineIntersection.cpp | 316 double lineT = SkDLine::ExactPointH(fCubic[cIndex], left, right, y); in addExactHorizontalEndPoints()
|
H A D | SkDQuadLineIntersection.cpp | 321 double lineT = SkDLine::ExactPointH(fQuad[qIndex], left, right, y); in addExactHorizontalEndPoints()
|
H A D | SkDConicLineIntersection.cpp | 221 double lineT = SkDLine::ExactPointH(fConic[cIndex], left, right, y); in addExactHorizontalEndPoints()
|
Completed in 5 milliseconds