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

  /external/skia/src/pathops/
SkDConicLineIntersection.cpp 355 int SkIntersections::HorizontalIntercept(const SkDConic& conic, SkScalar y, double* roots) {
SkDLineIntersection.cpp 196 double SkIntersections::HorizontalIntercept(const SkDLine& line, double y) {
222 fT[0][0] = HorizontalIntercept(line, y);
SkDQuadLineIntersection.cpp 436 int SkIntersections::HorizontalIntercept(const SkDQuad& quad, SkScalar y, double* roots) {
449 return SkIntersections::HorizontalIntercept(*this, yIntercept, roots);

Completed in 55 milliseconds