HomeSort by relevance Sort by last modified time
    Searched defs:VerticalIntercept (Results 1 - 3 of 3) sorted by null

  /external/skia/src/pathops/
SkDConicLineIntersection.cpp 381 int SkIntersections::VerticalIntercept(const SkDConic& conic, SkScalar x, double* roots) {
SkDLineIntersection.cpp 272 double SkIntersections::VerticalIntercept(const SkDLine& line, double x) {
298 fT[0][0] = VerticalIntercept(line, x);
SkDQuadLineIntersection.cpp 457 int SkIntersections::VerticalIntercept(const SkDQuad& quad, SkScalar x, double* roots) {
469 return SkIntersections::VerticalIntercept(*this, xIntercept, roots);

Completed in 158 milliseconds