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

  /external/chromium_org/third_party/skia/tests/
PathOpsQuadLineIntersectionThreadedTest.cpp 41 static void testLineIntersect(skiatest::Reporter* reporter, const SkDQuad& quad,
100 testLineIntersect(state.fReporter, quad, line, x, y);
103 testLineIntersect(state.fReporter, quad, line2, x, y);
106 testLineIntersect(state.fReporter, quad, line3, x, y);
  /external/skia/tests/
PathOpsQuadLineIntersectionThreadedTest.cpp 41 static void testLineIntersect(skiatest::Reporter* reporter, const SkDQuad& quad,
100 testLineIntersect(state.fReporter, quad, line, x, y);
103 testLineIntersect(state.fReporter, quad, line2, x, y);
106 testLineIntersect(state.fReporter, quad, line3, x, y);
  /external/chromium_org/third_party/skia/experimental/Intersection/
LineQuadraticIntersection_Test.cpp 143 static void testLineIntersect(State4& state, const Quadratic& quad, const _Line& line,
205 testLineIntersect(state, quad, line, x, y);
207 testLineIntersect(state, quad, line2, x, y);
209 testLineIntersect(state, quad, line3, x, y);
  /external/skia/experimental/Intersection/
LineQuadraticIntersection_Test.cpp 143 static void testLineIntersect(State4& state, const Quadratic& quad, const _Line& line,
205 testLineIntersect(state, quad, line, x, y);
207 testLineIntersect(state, quad, line2, x, y);
209 testLineIntersect(state, quad, line3, x, y);

Completed in 199 milliseconds