Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DPathOpsQuadLineIntersectionTest.cpp33 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 DPathOpsConicLineIntersectionTest.cpp34 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 DPathOpsQuadLineIntersectionThreadedTest.cpp18 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 DPathOpsCubicLineIntersectionTest.cpp103 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