Searched defs:LineCubicIntersections (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp78 class LineCubicIntersections { class
85 LineCubicIntersections(const SkDCubic& c, const SkDLine& l, SkIntersections* i) function in class:LineCubicIntersections
421 LineCubicIntersections c(cubic, line, this);
428 LineCubicIntersections c(cubic, line, this);
433 LineCubicIntersections c(cubic, line, this);
439 LineCubicIntersections c(cubic, line, this);
450 return LineCubicIntersections::HorizontalIntersect(*this, yIntercept, roots);
454 return LineCubicIntersections::VerticalIntersect(*this, xIntercept, roots);
/external/skqp/src/pathops/
H A DSkDCubicLineIntersection.cpp78 class LineCubicIntersections { class
85 LineCubicIntersections(const SkDCubic& c, const SkDLine& l, SkIntersections* i) function in class:LineCubicIntersections
421 LineCubicIntersections c(cubic, line, this);
428 LineCubicIntersections c(cubic, line, this);
433 LineCubicIntersections c(cubic, line, this);
439 LineCubicIntersections c(cubic, line, this);
450 return LineCubicIntersections::HorizontalIntersect(*this, yIntercept, roots);
454 return LineCubicIntersections::VerticalIntersect(*this, xIntercept, roots);

Completed in 228 milliseconds