Lines Matching refs:moveTo
20 path.moveTo(pts[0]); in test_small_segment3()
37 path.moveTo(pts[0]); in test_small_segment2()
55 path.moveTo(pts[0]); in test_small_segment()
80 path.moveTo(0, 0); in DEF_TEST()
90 path.moveTo(0, 0); in DEF_TEST()
128 path.moveTo(0, 0); in DEF_TEST()
170 path.moveTo(0, 0); in DEF_TEST()
172 path.moveTo(SK_Scalar1, SK_Scalar1); in DEF_TEST()
173 path.moveTo(SK_Scalar1 * 2, SK_Scalar1 * 2); in DEF_TEST()
209 p.moveTo(0, 0); in DEF_TEST()
214 p.moveTo(0, 0); in DEF_TEST()
225 path.moveTo(0, 0); path.lineTo(100, 0); in DEF_TEST()
251 path.moveTo(0, 0).lineTo(100, 100).lineTo(200, 100); in test_empty_contours()
252 path.moveTo(2, 2).moveTo(3, 3); // zero-length(s) in test_empty_contours()
253 path.moveTo(4, 4).close().close().close(); // zero-length in test_empty_contours()
254 path.moveTo(5, 5).lineTo(5, 5); // zero-length in test_empty_contours()
255 path.moveTo(5, 5).lineTo(5, 5).close(); // zero-length in test_empty_contours()
256 path.moveTo(5, 5).lineTo(5, 5).close().close(); // zero-length in test_empty_contours()
257 path.moveTo(6, 6).lineTo(7, 7); in test_empty_contours()
258 path.moveTo(10, 10); // zero-length in test_empty_contours()
274 path.moveTo(10, 10).lineTo(20, 20).moveTo(30, 30); in test_MLM_contours()