HomeSort by relevance Sort by last modified time
    Searched refs:doIntersect (Results 1 - 8 of 8) sorted by null

  /external/skia/tests/
PathOpsQuadLineIntersectionTest.cpp 33 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line,
93 int result = doIntersect(intersections, quad, line, flipped);
134 int result = doIntersect(intersections, quad, line, flipped);
PathOpsQuadLineIntersectionThreadedTest.cpp 18 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line,
58 int result = doIntersect(intersections, quad, line, flipped);
PathOpsConicLineIntersectionTest.cpp 34 static int doIntersect(SkIntersections& intersections, const SkDConic& conic, const SkDLine& line,
83 int result = doIntersect(intersections, conic, line, flipped);
129 int result = doIntersect(intersections, conic, line, flipped);
PathOpsCubicLineIntersectionTest.cpp 103 static int doIntersect(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) {
152 int roots = doIntersect(i, cubic, line);
  /external/skqp/tests/
PathOpsQuadLineIntersectionTest.cpp 33 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line,
93 int result = doIntersect(intersections, quad, line, flipped);
134 int result = doIntersect(intersections, quad, line, flipped);
PathOpsQuadLineIntersectionThreadedTest.cpp 18 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line,
58 int result = doIntersect(intersections, quad, line, flipped);
PathOpsConicLineIntersectionTest.cpp 34 static int doIntersect(SkIntersections& intersections, const SkDConic& conic, const SkDLine& line,
83 int result = doIntersect(intersections, conic, line, flipped);
129 int result = doIntersect(intersections, conic, line, flipped);
PathOpsCubicLineIntersectionTest.cpp 103 static int doIntersect(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) {
152 int roots = doIntersect(i, cubic, line);

Completed in 283 milliseconds