Home
last modified time | relevance | path

Searched refs:draw_shape (Results 1 – 25 of 90) sorted by relevance

1234

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_all_widgets_16bpp_generic_shape_fill.c59 extern INT draw_shape;
74 draw_shape = 1; in control_thread_entry()
80 for(draw_shape = 0; draw_shape < 5; draw_shape++) in control_thread_entry()
82 … sprintf(test_comment, "draw_shape_id = %d, set fill map to 4444argb format map", draw_shape); in control_thread_entry()
Dvalidation_guix_all_widgets_8bpp_rotated_cw_pixelmap_fill.c63 extern INT draw_shape;
93 for(draw_shape = 0; draw_shape < 5; draw_shape ++) in control_thread_entry()
97 sprintf(test_comment, "shape id = %d. ", draw_shape); in control_thread_entry()
132 draw_shape = 0; in control_thread_entry()
Dvalidation_guix_all_widgets_16bpp_rotated_shapes_screen.c62 extern INT draw_shape;
91 for(draw_shape = 0; draw_shape < 5; draw_shape ++) in control_thread_entry()
95 sprintf(test_comment, "brush alpha = %d, shape id = %d. ", brush_alpha, draw_shape); in control_thread_entry()
131 draw_shape = 0; in control_thread_entry()
Dvalidation_guix_all_widgets_synergy_16bpp_rotated_ccw_pixelmap_fill.c59 extern INT draw_shape;
86 for(draw_shape = 0; draw_shape < 5; draw_shape ++) in control_thread_entry()
90 sprintf(test_comment, "brush alpha = %d, shape id = %d. ", brush_alpha, draw_shape); in control_thread_entry()
Dvalidation_guix_all_widgets_16bpp_rotated_270_shapes_screen.c62 extern INT draw_shape;
91 for(draw_shape = 0; draw_shape < 5; draw_shape ++) in control_thread_entry()
95 sprintf(test_comment, "brush alpha = %d, shape id = %d. ", brush_alpha, draw_shape); in control_thread_entry()
Dvalidation_guix_all_widgets_32argb_rotated_cw_shapes_screen.c62 extern INT draw_shape;
94 for(draw_shape = 0; draw_shape < 5; draw_shape ++) in control_thread_entry()
98 sprintf(test_comment, "brush alpha = %d, shape id = %d. ", brush_alpha, draw_shape); in control_thread_entry()
Dvalidation_guix_all_widgets_synergy_16bpp_rotated_cw_pixelmap_fill.c59 extern INT draw_shape;
86 for(draw_shape = 0; draw_shape < 5; draw_shape ++) in control_thread_entry()
90 sprintf(test_comment, "brush alpha = %d, shape id = %d. ", brush_alpha, draw_shape); in control_thread_entry()
Dvalidation_guix_all_widgets_8bpp_rotated_ccw_pixelmap_fill.c63 extern INT draw_shape;
91 for(draw_shape = 0; draw_shape < 5; draw_shape ++) in control_thread_entry()
95 sprintf(test_comment, "shape id = %d. ", draw_shape); in control_thread_entry()
Dvalidation_guix_all_widgets_24xrgb_rotated_ccw_shapes_screen.c62 extern INT draw_shape;
94 for(draw_shape = 0; draw_shape < 5; draw_shape ++) in control_thread_entry()
98 sprintf(test_comment, "brush alpha = %d, shape id = %d. ", brush_alpha, draw_shape); in control_thread_entry()
Dvalidation_guix_all_widgets_24xrgb_rotated_cw_shapes_screen.c62 extern INT draw_shape;
94 for(draw_shape = 0; draw_shape < 5; draw_shape ++) in control_thread_entry()
98 sprintf(test_comment, "brush alpha = %d, shape id = %d. ", brush_alpha, draw_shape); in control_thread_entry()
Dvalidation_guix_generic_shape_fill.c72 for(draw_shape = 0; draw_shape < 5; draw_shape ++) in control_thread_entry()
87 draw_shape, (int)pixelmap_id[pixelmap_index]); in control_thread_entry()
Dvalidation_guix_invalid_shape_draw.c76 draw_shape = CIRCLE; in control_thread_entry()
82 draw_shape = ARC; in control_thread_entry()
88 draw_shape = PIE; in control_thread_entry()
94 draw_shape = ELLIPSE; in control_thread_entry()
/GUIX-v6.2.1/test/example_internal/graphics_32bpp/
Ddemo_guix_graphics_32bpp.c36 INT draw_shape = CIRCLE; variable
138 pre_shape = draw_shape; in main_event_handler()
139 draw_shape = ELLIPSE; in main_event_handler()
145 draw_shape = pre_shape; in main_event_handler()
268 draw_shape = CIRCLE; in main_event_handler()
273 draw_shape = ARC; in main_event_handler()
278 draw_shape = PIE; in main_event_handler()
283 draw_shape = POLYGON; in main_event_handler()
288 draw_shape = RECTANGLE; in main_event_handler()
335 switch(draw_shape) in graphics_draw()
/GUIX-v6.2.1/test/example_internal/graphics_palette/
Ddemo_guix_graphics_palette.c35 INT draw_shape = CIRCLE; variable
135 pre_shape = draw_shape; in main_event_handler()
136 draw_shape = ELLIPSE; in main_event_handler()
142 draw_shape = pre_shape; in main_event_handler()
248 draw_shape = CIRCLE; in main_event_handler()
253 draw_shape = ARC; in main_event_handler()
258 draw_shape = PIE; in main_event_handler()
263 draw_shape = POLYGON; in main_event_handler()
316 switch(draw_shape) in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_1bpp/
Dshapes_screen.c37 INT draw_shape = CIRCLE; variable
141 draw_shape = CIRCLE; in shapesscreen_event_handler()
146 draw_shape = ELLIPSE; in shapesscreen_event_handler()
151 draw_shape = ARC; in shapesscreen_event_handler()
158 draw_shape = PIE; in shapesscreen_event_handler()
164 draw_shape = POLYGON; in shapesscreen_event_handler()
169 draw_shape = RECTANGLE; in shapesscreen_event_handler()
244 switch (draw_shape) in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw_binary/
Dshapes_screen.c45 INT draw_shape = CIRCLE; variable
148 draw_shape = CIRCLE; in shapesscreen_event_handler()
153 draw_shape = ELLIPSE; in shapesscreen_event_handler()
158 draw_shape = ARC; in shapesscreen_event_handler()
165 draw_shape = PIE; in shapesscreen_event_handler()
171 draw_shape = POLYGON; in shapesscreen_event_handler()
176 draw_shape = RECTANGLE; in shapesscreen_event_handler()
255 switch (draw_shape) in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_24xrgb_rotated_ccw_binary/
Dshapes_screen.c45 INT draw_shape = CIRCLE; variable
148 draw_shape = CIRCLE; in shapesscreen_event_handler()
153 draw_shape = ELLIPSE; in shapesscreen_event_handler()
158 draw_shape = ARC; in shapesscreen_event_handler()
165 draw_shape = PIE; in shapesscreen_event_handler()
171 draw_shape = POLYGON; in shapesscreen_event_handler()
176 draw_shape = RECTANGLE; in shapesscreen_event_handler()
255 switch (draw_shape) in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_24xrgb_rotated_cw_binary/
Dshapes_screen.c45 INT draw_shape = CIRCLE; variable
148 draw_shape = CIRCLE; in shapesscreen_event_handler()
153 draw_shape = ELLIPSE; in shapesscreen_event_handler()
158 draw_shape = ARC; in shapesscreen_event_handler()
165 draw_shape = PIE; in shapesscreen_event_handler()
171 draw_shape = POLYGON; in shapesscreen_event_handler()
176 draw_shape = RECTANGLE; in shapesscreen_event_handler()
255 switch (draw_shape) in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_32argb_rotated_cw/
Dshapes_screen.c44 INT draw_shape = CIRCLE; variable
142 draw_shape = CIRCLE; in shapesscreen_event_handler()
147 draw_shape = ELLIPSE; in shapesscreen_event_handler()
152 draw_shape = ARC; in shapesscreen_event_handler()
159 draw_shape = PIE; in shapesscreen_event_handler()
165 draw_shape = POLYGON; in shapesscreen_event_handler()
170 draw_shape = RECTANGLE; in shapesscreen_event_handler()
247 switch (draw_shape) in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_8bpp_rotated_ccw/
Dshapes_screen.c48 INT draw_shape = CIRCLE; variable
146 draw_shape = CIRCLE; in shapesscreen_event_handler()
151 draw_shape = ELLIPSE; in shapesscreen_event_handler()
156 draw_shape = ARC; in shapesscreen_event_handler()
163 draw_shape = PIE; in shapesscreen_event_handler()
169 draw_shape = POLYGON; in shapesscreen_event_handler()
174 draw_shape = RECTANGLE; in shapesscreen_event_handler()
248 switch (draw_shape) in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_8bpp_rotated_ccw_binary/
Dshapes_screen.c48 INT draw_shape = CIRCLE; variable
146 draw_shape = CIRCLE; in shapesscreen_event_handler()
151 draw_shape = ELLIPSE; in shapesscreen_event_handler()
156 draw_shape = ARC; in shapesscreen_event_handler()
163 draw_shape = PIE; in shapesscreen_event_handler()
169 draw_shape = POLYGON; in shapesscreen_event_handler()
174 draw_shape = RECTANGLE; in shapesscreen_event_handler()
248 switch (draw_shape) in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_binary/
Dshapes_screen.c45 INT draw_shape = CIRCLE; variable
148 draw_shape = CIRCLE; in shapesscreen_event_handler()
153 draw_shape = ELLIPSE; in shapesscreen_event_handler()
158 draw_shape = ARC; in shapesscreen_event_handler()
165 draw_shape = PIE; in shapesscreen_event_handler()
171 draw_shape = POLYGON; in shapesscreen_event_handler()
176 draw_shape = RECTANGLE; in shapesscreen_event_handler()
255 switch (draw_shape) in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_4bpp/
Dshapes_screen.c37 INT draw_shape = CIRCLE; variable
141 draw_shape = CIRCLE; in shapesscreen_event_handler()
146 draw_shape = ELLIPSE; in shapesscreen_event_handler()
151 draw_shape = ARC; in shapesscreen_event_handler()
158 draw_shape = PIE; in shapesscreen_event_handler()
164 draw_shape = POLYGON; in shapesscreen_event_handler()
169 draw_shape = RECTANGLE; in shapesscreen_event_handler()
244 switch (draw_shape) in graphics_draw()
/GUIX-v6.2.1/test/example_internal/partial_frame_buffer_16bpp/
Dshapes_screen.c40 INT draw_shape = CIRCLE; variable
132 draw_shape = CIRCLE; in shapesscreen_event_handler()
137 draw_shape = ELLIPSE; in shapesscreen_event_handler()
142 draw_shape = ARC; in shapesscreen_event_handler()
149 draw_shape = PIE; in shapesscreen_event_handler()
155 draw_shape = POLYGON; in shapesscreen_event_handler()
160 draw_shape = RECTANGLE; in shapesscreen_event_handler()
237 switch (draw_shape) in graphics_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_8bpp/
Dshapes_screen.c49 INT draw_shape = CIRCLE; variable
147 draw_shape = CIRCLE; in shapesscreen_event_handler()
152 draw_shape = ELLIPSE; in shapesscreen_event_handler()
157 draw_shape = ARC; in shapesscreen_event_handler()
164 draw_shape = PIE; in shapesscreen_event_handler()
170 draw_shape = POLYGON; in shapesscreen_event_handler()
175 draw_shape = RECTANGLE; in shapesscreen_event_handler()
249 switch (draw_shape) in graphics_draw()

1234