Searched defs:VerticalIntercept (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/pathops/ |
D | SkDLineIntersection.cpp | 277 double SkIntersections::VerticalIntercept(const SkDLine& line, double x) { in VerticalIntercept() function in SkIntersections
|
D | SkDConicLineIntersection.cpp | 381 int SkIntersections::VerticalIntercept(const SkDConic& conic, SkScalar x, double* roots) { in VerticalIntercept() function in SkIntersections
|
D | SkDQuadLineIntersection.cpp | 457 int SkIntersections::VerticalIntercept(const SkDQuad& quad, SkScalar x, double* roots) { in VerticalIntercept() function in SkIntersections
|
/external/skqp/src/pathops/ |
D | SkDLineIntersection.cpp | 277 double SkIntersections::VerticalIntercept(const SkDLine& line, double x) { in VerticalIntercept() function in SkIntersections
|
D | SkDQuadLineIntersection.cpp | 457 int SkIntersections::VerticalIntercept(const SkDQuad& quad, SkScalar x, double* roots) { in VerticalIntercept() function in SkIntersections
|
D | SkDConicLineIntersection.cpp | 381 int SkIntersections::VerticalIntercept(const SkDConic& conic, SkScalar x, double* roots) { in VerticalIntercept() function in SkIntersections
|