HomeSort by relevance Sort by last modified time
    Searched full:linecubicintersections (Results 1 - 1 of 1) sorted by null

  /external/skia/src/pathops/
SkDCubicLineIntersection.cpp 77 class LineCubicIntersections {
84 LineCubicIntersections(const SkDCubic& c, const SkDLine& l, SkIntersections* i)
403 LineCubicIntersections c(cubic, line, this);
410 LineCubicIntersections c(cubic, line, this);
415 LineCubicIntersections c(cubic, line, this);
421 LineCubicIntersections c(cubic, line, this);
432 return LineCubicIntersections::HorizontalIntersect(*this, yIntercept, roots);
436 return LineCubicIntersections::VerticalIntersect(*this, xIntercept, roots);

Completed in 51 milliseconds