Searched refs:doIntersect (Results 1 – 4 of 4) sorted by relevance
/external/skia/tests/ |
D | PathOpsQuadLineIntersectionTest.cpp | 31 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() function 87 int result = doIntersect(intersections, quad, line, flipped); in testOneOffs() 126 int result = doIntersect(intersections, quad, line, flipped); in DEF_TEST()
|
D | PathOpsConicLineIntersectionTest.cpp | 31 static int doIntersect(SkIntersections& intersections, const SkDConic& conic, const SkDLine& line, in doIntersect() function 76 int result = doIntersect(intersections, conic, line, flipped); in testOneOffs() 118 int result = doIntersect(intersections, conic, line, flipped); in DEF_TEST()
|
D | PathOpsQuadLineIntersectionThreadedTest.cpp | 14 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() function 54 int result = doIntersect(intersections, quad, line, flipped); in testLineIntersect()
|
D | PathOpsCubicLineIntersectionTest.cpp | 99 static int doIntersect(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) { in doIntersect() function 144 int roots = doIntersect(i, cubic, line); in testOne()
|