Home
last modified time | relevance | path

Searched refs:LineConicIntersections (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/pathops/
DSkDConicLineIntersection.cpp11 class LineConicIntersections { class
18 LineConicIntersections(const SkDConic& c, const SkDLine& l, SkIntersections* i) in LineConicIntersections() function in LineConicIntersections
26 LineConicIntersections(const SkDConic& c) in LineConicIntersections() function in LineConicIntersections
329 LineConicIntersections c(conic, line, this); in horizontal()
336 LineConicIntersections c(conic, line, this); in vertical()
341 LineConicIntersections c(conic, line, this); in intersect()
347 LineConicIntersections c(conic, line, this); in intersectRay()
356 LineConicIntersections c(conic); in HorizontalIntercept()
361 LineConicIntersections c(conic); in VerticalIntercept()