Searched refs:LineConicIntersections (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/pathops/ |
D | SkDConicLineIntersection.cpp | 12 class LineConicIntersections { class 19 LineConicIntersections(const SkDConic& c, const SkDLine& l, SkIntersections* i) in LineConicIntersections() function in LineConicIntersections 27 LineConicIntersections(const SkDConic& c) in LineConicIntersections() function in LineConicIntersections 350 LineConicIntersections c(conic, line, this); in horizontal() 357 LineConicIntersections c(conic, line, this); in vertical() 362 LineConicIntersections c(conic, line, this); in intersect() 368 LineConicIntersections c(conic, line, this); in intersectRay() 377 LineConicIntersections c(conic); in HorizontalIntercept() 382 LineConicIntersections c(conic); in VerticalIntercept()
|
/external/skqp/src/pathops/ |
D | SkDConicLineIntersection.cpp | 12 class LineConicIntersections { class 19 LineConicIntersections(const SkDConic& c, const SkDLine& l, SkIntersections* i) in LineConicIntersections() function in LineConicIntersections 27 LineConicIntersections(const SkDConic& c) in LineConicIntersections() function in LineConicIntersections 350 LineConicIntersections c(conic, line, this); in horizontal() 357 LineConicIntersections c(conic, line, this); in vertical() 362 LineConicIntersections c(conic, line, this); in intersect() 368 LineConicIntersections c(conic, line, this); in intersectRay() 377 LineConicIntersections c(conic); in HorizontalIntercept() 382 LineConicIntersections c(conic); in VerticalIntercept()
|