Searched refs:doIntersect (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/tests/ |
H A D | PathOpsQuadLineIntersectionTest.cpp | 33 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() function 93 int result = doIntersect(intersections, quad, line, flipped); in testOneOffs() 133 int result = doIntersect(intersections, quad, line, flipped); in DEF_TEST()
|
H A D | PathOpsConicLineIntersectionTest.cpp | 34 static int doIntersect(SkIntersections& intersections, const SkDConic& conic, const SkDLine& line, in doIntersect() function 83 int result = doIntersect(intersections, conic, line, flipped); in testOneOffs() 128 int result = doIntersect(intersections, conic, line, flipped); in DEF_TEST()
|
H A D | PathOpsQuadLineIntersectionThreadedTest.cpp | 18 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() function 58 int result = doIntersect(intersections, quad, line, flipped); in testLineIntersect()
|
H A D | PathOpsCubicLineIntersectionTest.cpp | 103 static int doIntersect(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) { in doIntersect() function 152 int roots = doIntersect(i, cubic, line); in testOne()
|
Completed in 2 milliseconds