| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_canvas_hardware_layer.c | 128 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()
|
| D | validation_guix_all_widgets_canvas_copy_blend.c | 74 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()
|
| D | validation_guix_canvas_hide.c | 73 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()
|
| D | validation_guix_all_widgets_16bpp_canvas_animation.c | 81 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()
|
| D | validation_guix_all_widgets_canvas_copy_blend_4444argb.c | 73 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()
|
| D | validation_guix_all_widgets_canvas_copy_blend_565rgb.c | 73 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()
|
| D | validation_guix_all_widgets_1555xrgb_canvas_copy_blend.c | 73 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()
|
| D | validation_guix_all_widgets_24xrgb_rotated_ccw_canvas_copy_blend.c | 76 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()
|
| D | validation_guix_all_widgets_24xrgb_rotated_cw_canvas_copy_blend.c | 76 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()
|
| D | validation_guix_all_widgets_16bpp_rotated_270_canvas_copy_blend.c | 76 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()
|
| D | validation_guix_all_widgets_16bpp_rotated_canvas_copy_blend.c | 76 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/ |
| D | demo_guix_all_widgets_565bgr.c | 31 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/ |
| D | demo_guix_all_widgets_24xrgb_rotated_cw.c | 40 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/ |
| D | demo_guix_all_widgets_32argb_rotated_cw.c | 40 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/ |
| D | demo_guix_all_widgets_24xrgb_rotated_ccw.c | 40 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/ |
| D | demo_guix_all_widgets_32argb_rotated_ccw.c | 40 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/ |
| D | demo_guix_all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled.c | 43 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/ |
| D | demo_guix_all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled.c | 40 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/ |
| D | demo_guix_all_widgets_synergy_24xrgb_rotated_ccw.c | 40 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/ |
| D | demo_guix_all_widgets_synergy_24xrgb_rotated_cw.c | 40 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/ |
| D | demo_guix_all_widgets_16bpp.c | 43 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/ |
| D | demo_guix_all_widgets_16bpp_rotated.c | 43 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/ |
| D | demo_guix_all_widgets_16bpp_rotated_270.c | 43 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/ |
| D | demo_guix_all_widgets_synergy_16bpp_rotated_ccw.c | 43 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/ |
| D | demo_guix_all_widgets_synergy_16bpp_rotated_cw.c | 43 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()
|