Lines Matching refs:out
33 struct test_target out, ref;
39 test_target_create_render(&t->out, target, &out);
40 clear(&t->out, &out);
47 int x = rand() % (2*out.width) - out.width;
48 int y = rand() % (2*out.height) - out.height;
53 draw_rect(&t->out, out.draw, alu,
60 out.draw, out.format,
62 0, 0, out.width, out.height,
68 test_target_destroy_render(&t->out, &out);
74 struct test_target out, ref;
80 test_target_create_render(&t->out, target, &out);
81 clear(&t->out, &out);
88 int x = rand() % (2*out.width) - out.width;
89 int y = rand() % (2*out.height) - out.height;
90 int w = rand() % (2*out.width);
95 draw_rect(&t->out, out.draw, alu,
102 out.draw, out.format,
104 0, 0, out.width, out.height,
110 test_target_destroy_render(&t->out, &out);
116 struct test_target out, ref;
122 test_target_create_render(&t->out, target, &out);
123 clear(&t->out, &out);
130 int x = rand() % (2*out.width) - out.width;
131 int y = rand() % (2*out.height) - out.height;
132 int h = rand() % (2*out.width);
137 draw_rect(&t->out, out.draw, alu,
144 out.draw, out.format,
146 0, 0, out.width, out.height,
152 test_target_destroy_render(&t->out, &out);
158 struct test_target out, ref;
164 test_target_create_render(&t->out, target, &out);
165 clear(&t->out, &out);
172 int x = rand() % (2*out.width) - out.width;
173 int y = rand() % (2*out.height) - out.height;
174 int w = rand() % (2*out.width);
175 int h = rand() % (2*out.height);
180 draw_rect(&t->out, out.draw, alu,
187 out.draw, out.format,
189 0, 0, out.width, out.height,
195 test_target_destroy_render(&t->out, &out);