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

  /external/chromium_org/third_party/skia/tests/
PathOpsQuadLineIntersectionTest.cpp 31 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line,
87 int result = doIntersect(intersections, quad, line, flipped);
126 int result = doIntersect(intersections, quad, line, flipped);
PathOpsQuadLineIntersectionThreadedTest.cpp 14 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line,
54 int result = doIntersect(intersections, quad, line, flipped);
PathOpsCubicLineIntersectionTest.cpp 93 static int doIntersect(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) {
138 int roots = doIntersect(i, cubic, line);
  /external/skia/tests/
PathOpsQuadLineIntersectionTest.cpp 31 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line,
87 int result = doIntersect(intersections, quad, line, flipped);
126 int result = doIntersect(intersections, quad, line, flipped);
PathOpsQuadLineIntersectionThreadedTest.cpp 14 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line,
54 int result = doIntersect(intersections, quad, line, flipped);
PathOpsCubicLineIntersectionTest.cpp 93 static int doIntersect(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) {
138 int roots = doIntersect(i, cubic, line);
  /external/chromium_org/third_party/skia/experimental/Intersection/
LineQuadraticIntersection_Test.cpp 32 static int doIntersect(Intersections& intersections, const Quadratic& quad, const _Line& line, bool& flipped) {
75 int result = doIntersect(intersections, quad, line, flipped);
110 int result = doIntersect(intersections, quad, line, flipped);
155 int result = doIntersect(intersections, quad, line, flipped);
  /external/skia/experimental/Intersection/
LineQuadraticIntersection_Test.cpp 32 static int doIntersect(Intersections& intersections, const Quadratic& quad, const _Line& line, bool& flipped) {
75 int result = doIntersect(intersections, quad, line, flipped);
110 int result = doIntersect(intersections, quad, line, flipped);
155 int result = doIntersect(intersections, quad, line, flipped);

Completed in 165 milliseconds