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

/external/skia/src/pathops/
H A DSkDLineIntersection.cpp272 double SkIntersections::VerticalIntercept(const SkDLine& line, double x) { function in class:SkIntersections
298 fT[0][0] = VerticalIntercept(line, x);
H A DSkDConicLineIntersection.cpp381 int SkIntersections::VerticalIntercept(const SkDConic& conic, SkScalar x, double* roots) { function in class:SkIntersections
H A DSkDQuadLineIntersection.cpp457 int SkIntersections::VerticalIntercept(const SkDQuad& quad, SkScalar x, double* roots) { function in class:SkIntersections
469 return SkIntersections::VerticalIntercept(*this, xIntercept, roots);
/external/skqp/src/pathops/
H A DSkDLineIntersection.cpp272 double SkIntersections::VerticalIntercept(const SkDLine& line, double x) { function in class:SkIntersections
298 fT[0][0] = VerticalIntercept(line, x);
H A DSkDConicLineIntersection.cpp381 int SkIntersections::VerticalIntercept(const SkDConic& conic, SkScalar x, double* roots) { function in class:SkIntersections
H A DSkDQuadLineIntersection.cpp457 int SkIntersections::VerticalIntercept(const SkDQuad& quad, SkScalar x, double* roots) { function in class:SkIntersections
469 return SkIntersections::VerticalIntercept(*this, xIntercept, roots);

Completed in 224 milliseconds