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

/external/skia/tests/
H A DPathOpsQuadLineIntersectionTest.cpp31 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, function
89 int result = doIntersect(intersections, quad, line, flipped);
130 int result = doIntersect(intersections, quad, line, flipped);
H A DPathOpsQuadLineIntersectionThreadedTest.cpp16 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, function
54 int result = doIntersect(intersections, quad, line, flipped);
H A DPathOpsConicLineIntersectionTest.cpp32 static int doIntersect(SkIntersections& intersections, const SkDConic& conic, const SkDLine& line, function
79 int result = doIntersect(intersections, conic, line, flipped);
125 int result = doIntersect(intersections, conic, line, flipped);
H A DPathOpsCubicLineIntersectionTest.cpp101 static int doIntersect(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) { function
148 int roots = doIntersect(i, cubic, line);

Completed in 2125 milliseconds