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

  /external/skia/src/pathops/
SkIntersections.h 280 static double VerticalIntercept(const SkDLine& line, double x);
281 static int VerticalIntercept(const SkDQuad& quad, SkScalar x, double* roots);
282 static int VerticalIntercept(const SkDConic& conic, SkScalar x, double* roots);
SkPathOpsCurve.h 368 roots[0] = SkIntersections::VerticalIntercept(line.set(a), x);
379 return SkIntersections::VerticalIntercept(quad.set(a), x, roots);
389 return SkIntersections::VerticalIntercept(conic.set(a, w), x, 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);
SkDConicLineIntersection.cpp 381 int SkIntersections::VerticalIntercept(const SkDConic& conic, SkScalar x, double* roots) {

Completed in 3538 milliseconds