Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsQuadLineIntersectionTest.cpp31 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()
DPathOpsConicLineIntersectionTest.cpp31 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()
DPathOpsQuadLineIntersectionThreadedTest.cpp14 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() function
54 int result = doIntersect(intersections, quad, line, flipped); in testLineIntersect()
DPathOpsCubicLineIntersectionTest.cpp99 static int doIntersect(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) { in doIntersect() function
144 int roots = doIntersect(i, cubic, line); in testOne()