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

/external/chromium_org/third_party/skia/tests/
H A DPathOpsQuadLineIntersectionThreadedTest.cpp41 static void testLineIntersect(skiatest::Reporter* reporter, const SkDQuad& quad, function
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/
H A DPathOpsQuadLineIntersectionThreadedTest.cpp41 static void testLineIntersect(skiatest::Reporter* reporter, const SkDQuad& quad, function
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/
H A DLineQuadraticIntersection_Test.cpp143 static void testLineIntersect(State4& state, const Quadratic& quad, const _Line& line, function
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/
H A DLineQuadraticIntersection_Test.cpp143 static void testLineIntersect(State4& state, const Quadratic& quad, const _Line& line, function
205 testLineIntersect(state, quad, line, x, y);
207 testLineIntersect(state, quad, line2, x, y);
209 testLineIntersect(state, quad, line3, x, y);

Completed in 121 milliseconds