Searched defs:VerticalIntercept (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/pathops/
H A DSkDLineIntersection.cpp267 double SkIntersections::VerticalIntercept(const SkDLine& line, double x) { function in class:SkIntersections
293 fT[0][0] = VerticalIntercept(line, x);
H A DSkDConicLineIntersection.cpp360 int SkIntersections::VerticalIntercept(const SkDConic& conic, SkScalar x, double* roots) { function in class:SkIntersections
H A DSkDQuadLineIntersection.cpp441 int SkIntersections::VerticalIntercept(const SkDQuad& quad, SkScalar x, double* roots) { function in class:SkIntersections

Completed in 76 milliseconds