Home
last modified time | relevance | path

Searched refs:animation_canvas (Results 1 – 25 of 64) sorted by relevance

123

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_canvas_hardware_layer.c128 gx_canvas_hardware_layer_bind(&animation_canvas, 1); // should return GX_INVALID_DISPLAY in control_thread_entry()
132 gx_canvas_hardware_layer_bind(&animation_canvas, 1); // should return GX_INVALID_DISPLAY in control_thread_entry()
136 gx_canvas_hardware_layer_bind(&animation_canvas, 1); // should return GX_SUCCESS in control_thread_entry()
141 gx_canvas_hide(&animation_canvas); in control_thread_entry()
146 gx_canvas_show(&animation_canvas); in control_thread_entry()
151 gx_canvas_alpha_set(&animation_canvas, 100); in control_thread_entry()
156 gx_canvas_offset_set(&animation_canvas, 10, 10); in control_thread_entry()
163 if(gx_canvas_hardware_layer_bind(&animation_canvas, 1) != GX_FAILURE) in control_thread_entry()
167 gx_canvas_alpha_set(&animation_canvas, 100); in control_thread_entry()
Dvalidation_guix_all_widgets_canvas_copy_blend.c74 gx_canvas_alpha_set(&animation_canvas, blend_alpha); in control_thread_entry()
88 gx_canvas_alpha_set(&animation_canvas, 128); in control_thread_entry()
89 gx_canvas_offset_set(&animation_canvas, -animation_canvas.gx_canvas_x_resolution, 0); in control_thread_entry()
94 gx_canvas_alpha_set(&animation_canvas, 128); in control_thread_entry()
95 gx_canvas_offset_set(&animation_canvas, animation_canvas.gx_canvas_x_resolution, -30); in control_thread_entry()
Dvalidation_guix_canvas_hide.c73 gx_canvas_hide(&animation_canvas); in control_thread_entry()
79 gx_canvas_offset_set(&animation_canvas, 0, 10); in control_thread_entry()
80 gx_canvas_show(&animation_canvas); in control_thread_entry()
85 gx_canvas_hide(&animation_canvas); in control_thread_entry()
91 gx_canvas_offset_set(&animation_canvas, 10, 10); in control_thread_entry()
92 gx_canvas_show(&animation_canvas); in control_thread_entry()
97 gx_canvas_hide(&animation_canvas); in control_thread_entry()
Dvalidation_guix_all_widgets_16bpp_canvas_animation.c81 info.gx_animation_start_position.gx_point_x = animation_canvas.gx_canvas_display_offset_x; in control_thread_entry()
82 info.gx_animation_start_position.gx_point_y = animation_canvas.gx_canvas_display_offset_y; in control_thread_entry()
83 info.gx_animation_end_position.gx_point_x = animation_canvas.gx_canvas_display_offset_x + 10; in control_thread_entry()
84 info.gx_animation_end_position.gx_point_y = animation_canvas.gx_canvas_display_offset_y + 10; in control_thread_entry()
95 status = gx_animation_canvas_define(&animation, &animation_canvas); in control_thread_entry()
141 gx_canvas_show(&animation_canvas); in control_thread_entry()
Dvalidation_guix_all_widgets_canvas_copy_blend_4444argb.c73 gx_canvas_alpha_set(&animation_canvas, blend_alpha); in control_thread_entry()
82 gx_canvas_alpha_set(&animation_canvas, 128); in control_thread_entry()
83 gx_canvas_offset_set(&animation_canvas, -animation_canvas.gx_canvas_x_resolution, 0); in control_thread_entry()
Dvalidation_guix_all_widgets_canvas_copy_blend_565rgb.c73 gx_canvas_alpha_set(&animation_canvas, blend_alpha); in control_thread_entry()
82 gx_canvas_alpha_set(&animation_canvas, 128); in control_thread_entry()
83 gx_canvas_offset_set(&animation_canvas, -animation_canvas.gx_canvas_x_resolution, 0); in control_thread_entry()
Dvalidation_guix_all_widgets_1555xrgb_canvas_copy_blend.c73 gx_canvas_alpha_set(&animation_canvas, blend_alpha); in control_thread_entry()
82 gx_canvas_alpha_set(&animation_canvas, 128); in control_thread_entry()
83 gx_canvas_offset_set(&animation_canvas, -100, -100); in control_thread_entry()
Dvalidation_guix_all_widgets_24xrgb_rotated_ccw_canvas_copy_blend.c76 gx_canvas_alpha_set(&animation_canvas, blend_alpha); in control_thread_entry()
85 gx_canvas_alpha_set(&animation_canvas, 128); in control_thread_entry()
86 gx_canvas_offset_set(&animation_canvas, -100, -100); in control_thread_entry()
Dvalidation_guix_all_widgets_24xrgb_rotated_cw_canvas_copy_blend.c76 gx_canvas_alpha_set(&animation_canvas, blend_alpha); in control_thread_entry()
85 gx_canvas_alpha_set(&animation_canvas, 128); in control_thread_entry()
86 gx_canvas_offset_set(&animation_canvas, -100, -100); in control_thread_entry()
Dvalidation_guix_all_widgets_16bpp_rotated_270_canvas_copy_blend.c76 gx_canvas_alpha_set(&animation_canvas, blend_alpha); in control_thread_entry()
85 gx_canvas_alpha_set(&animation_canvas, 128); in control_thread_entry()
86 gx_canvas_offset_set(&animation_canvas, -100, -100); in control_thread_entry()
Dvalidation_guix_all_widgets_16bpp_rotated_canvas_copy_blend.c76 gx_canvas_alpha_set(&animation_canvas, blend_alpha); in control_thread_entry()
85 gx_canvas_alpha_set(&animation_canvas, 128); in control_thread_entry()
86 gx_canvas_offset_set(&animation_canvas, -100, -100); in control_thread_entry()
/GUIX-v6.2.1/test/example_internal/all_widgets_565bgr/
Ddemo_guix_all_widgets_565bgr.c31 GX_CANVAS animation_canvas; variable
152 …gx_window_root_create(&nested_root, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NUL… in demo_thread_entry()
184 gx_canvas_create(&animation_canvas, GX_NULL, in next_button_handler()
189 gx_canvas_alpha_set(&animation_canvas, 255); in next_button_handler()
190 gx_canvas_offset_set(&animation_canvas, 84, 47); in next_button_handler()
191 gx_canvas_shift(&animation_canvas, 10, 20); in next_button_handler()
202 gx_canvas_delete(&animation_canvas); in next_button_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets_24xrgb_rotated_cw/
Ddemo_guix_all_widgets_24xrgb_rotated_cw.c40 GX_CANVAS animation_canvas; variable
159 …gx_window_root_create(&nested_root, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NUL… in demo_thread_entry()
191 gx_canvas_create(&animation_canvas, GX_NULL, in window_screen_event_handler()
196 gx_canvas_alpha_set(&animation_canvas, 255); in window_screen_event_handler()
197 gx_canvas_offset_set(&animation_canvas, 84, 47); in window_screen_event_handler()
198 gx_canvas_shift(&animation_canvas, 10, 20); in window_screen_event_handler()
207 gx_canvas_delete(&animation_canvas); in window_screen_event_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets_32argb_rotated_cw/
Ddemo_guix_all_widgets_32argb_rotated_cw.c40 GX_CANVAS animation_canvas; variable
156 …gx_window_root_create(&nested_root, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NUL… in demo_thread_entry()
188 gx_canvas_create(&animation_canvas, GX_NULL, in window_screen_event_handler()
193 gx_canvas_alpha_set(&animation_canvas, 255); in window_screen_event_handler()
194 gx_canvas_offset_set(&animation_canvas, 84, 47); in window_screen_event_handler()
195 gx_canvas_shift(&animation_canvas, 10, 20); in window_screen_event_handler()
204 gx_canvas_delete(&animation_canvas); in window_screen_event_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets_24xrgb_rotated_ccw/
Ddemo_guix_all_widgets_24xrgb_rotated_ccw.c40 GX_CANVAS animation_canvas; variable
156 …gx_window_root_create(&nested_root, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NUL… in demo_thread_entry()
188 gx_canvas_create(&animation_canvas, GX_NULL, in window_screen_event_handler()
193 gx_canvas_alpha_set(&animation_canvas, 255); in window_screen_event_handler()
194 gx_canvas_offset_set(&animation_canvas, 84, 47); in window_screen_event_handler()
195 gx_canvas_shift(&animation_canvas, 10, 20); in window_screen_event_handler()
204 gx_canvas_delete(&animation_canvas); in window_screen_event_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets_32argb_rotated_ccw/
Ddemo_guix_all_widgets_32argb_rotated_ccw.c40 GX_CANVAS animation_canvas; variable
156 …gx_window_root_create(&nested_root, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NUL… in demo_thread_entry()
188 gx_canvas_create(&animation_canvas, GX_NULL, in window_screen_event_handler()
193 gx_canvas_alpha_set(&animation_canvas, 255); in window_screen_event_handler()
194 gx_canvas_offset_set(&animation_canvas, 84, 47); in window_screen_event_handler()
195 gx_canvas_shift(&animation_canvas, 10, 20); in window_screen_event_handler()
204 gx_canvas_delete(&animation_canvas); in window_screen_event_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled/
Ddemo_guix_all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled.c43 GX_CANVAS animation_canvas; variable
158 …gx_window_root_create(&nested_root, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NUL… in demo_thread_entry()
195 gx_canvas_create(&animation_canvas, GX_NULL, in next_button_handler()
200 gx_canvas_alpha_set(&animation_canvas, 255); in next_button_handler()
201 gx_canvas_offset_set(&animation_canvas, 84, 47); in next_button_handler()
202 gx_canvas_shift(&animation_canvas, 10, 20); in next_button_handler()
211 gx_canvas_delete(&animation_canvas); in next_button_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled/
Ddemo_guix_all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled.c40 GX_CANVAS animation_canvas; variable
157 …gx_window_root_create(&nested_root, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NUL… in demo_thread_entry()
189 gx_canvas_create(&animation_canvas, GX_NULL, in window_screen_event_handler()
194 gx_canvas_alpha_set(&animation_canvas, 255); in window_screen_event_handler()
195 gx_canvas_offset_set(&animation_canvas, 84, 47); in window_screen_event_handler()
196 gx_canvas_shift(&animation_canvas, 10, 20); in window_screen_event_handler()
205 gx_canvas_delete(&animation_canvas); in window_screen_event_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw/
Ddemo_guix_all_widgets_synergy_24xrgb_rotated_ccw.c40 GX_CANVAS animation_canvas; variable
157 …gx_window_root_create(&nested_root, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NUL… in demo_thread_entry()
189 gx_canvas_create(&animation_canvas, GX_NULL, in window_screen_event_handler()
194 gx_canvas_alpha_set(&animation_canvas, 255); in window_screen_event_handler()
195 gx_canvas_offset_set(&animation_canvas, 84, 47); in window_screen_event_handler()
196 gx_canvas_shift(&animation_canvas, 10, 20); in window_screen_event_handler()
205 gx_canvas_delete(&animation_canvas); in window_screen_event_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw/
Ddemo_guix_all_widgets_synergy_24xrgb_rotated_cw.c40 GX_CANVAS animation_canvas; variable
157 …gx_window_root_create(&nested_root, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NUL… in demo_thread_entry()
189 gx_canvas_create(&animation_canvas, GX_NULL, in window_screen_event_handler()
194 gx_canvas_alpha_set(&animation_canvas, 255); in window_screen_event_handler()
195 gx_canvas_offset_set(&animation_canvas, 84, 47); in window_screen_event_handler()
196 gx_canvas_shift(&animation_canvas, 10, 20); in window_screen_event_handler()
205 gx_canvas_delete(&animation_canvas); in window_screen_event_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets_16bpp/
Ddemo_guix_all_widgets_16bpp.c43 GX_CANVAS animation_canvas; variable
176 …gx_window_root_create(&nested_root, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NUL… in demo_thread_entry()
206 gx_canvas_create(&animation_canvas, GX_NULL, in next_button_handler()
211 gx_canvas_alpha_set(&animation_canvas, 255); in next_button_handler()
212 gx_canvas_offset_set(&animation_canvas, 84, 47); in next_button_handler()
213 gx_canvas_shift(&animation_canvas, 10, 20); in next_button_handler()
224 gx_canvas_delete(&animation_canvas); in next_button_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets_16bpp_rotated/
Ddemo_guix_all_widgets_16bpp_rotated.c43 GX_CANVAS animation_canvas; variable
175 …gx_window_root_create(&nested_root, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NUL… in demo_thread_entry()
212 gx_canvas_create(&animation_canvas, GX_NULL, in next_button_handler()
217 gx_canvas_alpha_set(&animation_canvas, 255); in next_button_handler()
218 gx_canvas_offset_set(&animation_canvas, 84, 47); in next_button_handler()
219 gx_canvas_shift(&animation_canvas, 10, 20); in next_button_handler()
228 gx_canvas_delete(&animation_canvas); in next_button_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets_16bpp_rotated_270/
Ddemo_guix_all_widgets_16bpp_rotated_270.c43 GX_CANVAS animation_canvas; variable
172 …gx_window_root_create(&nested_root, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NUL… in demo_thread_entry()
209 gx_canvas_create(&animation_canvas, GX_NULL, in next_button_handler()
214 gx_canvas_alpha_set(&animation_canvas, 255); in next_button_handler()
215 gx_canvas_offset_set(&animation_canvas, 84, 47); in next_button_handler()
216 gx_canvas_shift(&animation_canvas, 10, 20); in next_button_handler()
225 gx_canvas_delete(&animation_canvas); in next_button_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_16bpp_rotated_ccw/
Ddemo_guix_all_widgets_synergy_16bpp_rotated_ccw.c43 GX_CANVAS animation_canvas; variable
160 …gx_window_root_create(&nested_root, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NUL… in demo_thread_entry()
234 gx_canvas_create(&animation_canvas, GX_NULL, in next_button_handler()
239 gx_canvas_alpha_set(&animation_canvas, 255); in next_button_handler()
240 gx_canvas_offset_set(&animation_canvas, 84, 47); in next_button_handler()
241 gx_canvas_shift(&animation_canvas, 10, 20); in next_button_handler()
250 gx_canvas_delete(&animation_canvas); in next_button_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_16bpp_rotated_cw/
Ddemo_guix_all_widgets_synergy_16bpp_rotated_cw.c43 GX_CANVAS animation_canvas; variable
160 …gx_window_root_create(&nested_root, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NUL… in demo_thread_entry()
234 gx_canvas_create(&animation_canvas, GX_NULL, in next_button_handler()
239 gx_canvas_alpha_set(&animation_canvas, 255); in next_button_handler()
240 gx_canvas_offset_set(&animation_canvas, 84, 47); in next_button_handler()
241 gx_canvas_shift(&animation_canvas, 10, 20); in next_button_handler()
250 gx_canvas_delete(&animation_canvas); in next_button_handler()

123