/external/skqp/tests/ |
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() 134 int result = doIntersect(intersections, quad, line, flipped); in DEF_TEST()
|
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() 129 int result = doIntersect(intersections, conic, line, flipped); in DEF_TEST()
|
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()
|
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()
|
/external/skia/tests/ |
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() 134 int result = doIntersect(intersections, quad, line, flipped); in DEF_TEST()
|
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() 129 int result = doIntersect(intersections, conic, line, flipped); in DEF_TEST()
|
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()
|
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()
|