Home
last modified time | relevance | path

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

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