/GUIX-v6.4.1/test/guix_test/regression_test/tests/ |
D | validation_guix_all_widgets_16bpp_canvas_animation.c | 71 gx_widget_shift((GX_WIDGET *)&NestedWindow, 10, 0, GX_FALSE); in control_thread_entry() 77 info.gx_animation_target = (GX_WIDGET *)&NestedWindow; in control_thread_entry() 128 …gx_widget_shift((GX_WIDGET *)&NestedWindow, -NestedWindow.gx_widget_size.gx_rectangle_left, 0, GX_… in control_thread_entry() 135 gx_widget_shift((GX_WIDGET *)&NestedWindow, -NestedWindow.gx_widget_size.gx_rectangle_left, in control_thread_entry() 136 -NestedWindow.gx_widget_size.gx_rectangle_top, GX_TRUE); in control_thread_entry()
|
D | validation_guix_all_widgets_root_window_operation.c | 68 …, "nested_root_1", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in control_thread_entry() 69 …, "nested_root_2", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in control_thread_entry() 75 gx_window_close(&NestedWindow); in control_thread_entry()
|
D | validation_guix_animation_complete.c | 76 gx_widget_detach((GX_WIDGET *)&NestedWindow); in control_thread_entry() 128 info.gx_animation_target = (GX_WIDGET *)&NestedWindow; in control_thread_entry() 130 gx_widget_detach((GX_WIDGET *)&NestedWindow); in control_thread_entry()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_565bgr/ |
D | demo_guix_all_widgets_565bgr.c | 24 GX_WINDOW NestedWindow; variable 148 gx_window_create(&NestedWindow, GX_NULL, GX_NULL, GX_STYLE_BORDER_THIN, 0, &winsize); in demo_thread_entry() 149 gx_widget_fill_color_set(&NestedWindow, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE); in demo_thread_entry() 152 …ot, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in demo_thread_entry() 153 gx_widget_attach((GX_WIDGET *)&nested_root, (GX_WIDGET *)&NestedWindow); in demo_thread_entry()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_5_4_1/ |
D | demo_guix_all_widgets_5_4_1.c | 25 GX_WINDOW NestedWindow; variable 170 gx_window_create(&NestedWindow, GX_NULL, GX_NULL, GX_STYLE_BORDER_THIN, 0, &winsize); in start_guix() 171 gx_widget_fill_color_set(&NestedWindow, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE); in start_guix() 174 …ot, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in start_guix() 175 gx_widget_attach((GX_WIDGET *)&nested_root, (GX_WIDGET *)&NestedWindow); in start_guix()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_5_4_2/ |
D | demo_guix_all_widgets_synergy_5_4_2.c | 24 GX_WINDOW NestedWindow; variable 169 gx_window_create(&NestedWindow, GX_NULL, GX_NULL, GX_STYLE_BORDER_THIN, 0, &winsize); in start_guix() 170 gx_widget_fill_color_set(&NestedWindow, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE); in start_guix() 173 …ot, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in start_guix() 174 gx_widget_attach((GX_WIDGET *)&nested_root, (GX_WIDGET *)&NestedWindow); in start_guix()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_8bpp/ |
D | demo_guix_all_widgets_8bpp.c | 34 GX_WINDOW NestedWindow; variable 148 gx_window_create(&NestedWindow, GX_NULL, GX_NULL, GX_STYLE_BORDER_THIN, 0, &winsize); in demo_thread_entry() 149 gx_widget_fill_color_set(&NestedWindow, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE); in demo_thread_entry() 152 …ot, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in demo_thread_entry() 153 gx_widget_attach((GX_WIDGET *)&nested_root, (GX_WIDGET *)&NestedWindow); in demo_thread_entry()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_8bpp_rotated_ccw/ |
D | demo_guix_all_widgets_8bpp_rotated_ccw.c | 45 GX_WINDOW NestedWindow; variable 148 gx_window_create(&NestedWindow, GX_NULL, GX_NULL, GX_STYLE_BORDER_THIN, 0, &winsize); in demo_thread_entry() 149 gx_widget_fill_color_set(&NestedWindow, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE); in demo_thread_entry() 152 …ot, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in demo_thread_entry() 153 gx_widget_attach((GX_WIDGET*)&nested_root, (GX_WIDGET*)&NestedWindow); in demo_thread_entry()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_24xrgb_rotated_cw/ |
D | demo_guix_all_widgets_24xrgb_rotated_cw.c | 33 GX_WINDOW NestedWindow; variable 155 gx_window_create(&NestedWindow, GX_NULL, GX_NULL, GX_STYLE_BORDER_THIN, 0, &winsize); in demo_thread_entry() 156 gx_widget_fill_color_set(&NestedWindow, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE); in demo_thread_entry() 159 …ot, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in demo_thread_entry() 160 gx_widget_attach((GX_WIDGET *)&nested_root, (GX_WIDGET *)&NestedWindow); in demo_thread_entry()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_32argb_rotated_cw/ |
D | demo_guix_all_widgets_32argb_rotated_cw.c | 33 GX_WINDOW NestedWindow; variable 152 gx_window_create(&NestedWindow, GX_NULL, GX_NULL, GX_STYLE_BORDER_THIN, 0, &winsize); in demo_thread_entry() 153 gx_widget_fill_color_set(&NestedWindow, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE); in demo_thread_entry() 156 …ot, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in demo_thread_entry() 157 gx_widget_attach((GX_WIDGET *)&nested_root, (GX_WIDGET *)&NestedWindow); in demo_thread_entry()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_24xrgb_rotated_ccw/ |
D | demo_guix_all_widgets_24xrgb_rotated_ccw.c | 33 GX_WINDOW NestedWindow; variable 152 gx_window_create(&NestedWindow, GX_NULL, GX_NULL, GX_STYLE_BORDER_THIN, 0, &winsize); in demo_thread_entry() 153 gx_widget_fill_color_set(&NestedWindow, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE); in demo_thread_entry() 156 …ot, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in demo_thread_entry() 157 gx_widget_attach((GX_WIDGET *)&nested_root, (GX_WIDGET *)&NestedWindow); in demo_thread_entry()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_32argb_rotated_ccw/ |
D | demo_guix_all_widgets_32argb_rotated_ccw.c | 33 GX_WINDOW NestedWindow; variable 152 gx_window_create(&NestedWindow, GX_NULL, GX_NULL, GX_STYLE_BORDER_THIN, 0, &winsize); in demo_thread_entry() 153 gx_widget_fill_color_set(&NestedWindow, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE); in demo_thread_entry() 156 …ot, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in demo_thread_entry() 157 gx_widget_attach((GX_WIDGET *)&nested_root, (GX_WIDGET *)&NestedWindow); in demo_thread_entry()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_8bpp_rotated_cw/ |
D | demo_guix_all_widgets_8bpp_rotated_cw.c | 45 GX_WINDOW NestedWindow; variable 148 gx_window_create(&NestedWindow, GX_NULL, GX_NULL, GX_STYLE_BORDER_THIN, 0, &winsize); in demo_thread_entry() 149 gx_widget_fill_color_set(&NestedWindow, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE); in demo_thread_entry() 152 …ot, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in demo_thread_entry() 153 gx_widget_attach((GX_WIDGET*)&nested_root, (GX_WIDGET*)&NestedWindow); in demo_thread_entry()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_execute/ |
D | demo_guix_all_widgets_execute.c | 24 GX_WINDOW NestedWindow; variable 152 gx_window_create(&NestedWindow, GX_NULL, GX_NULL, GX_STYLE_BORDER_THIN, 0, &winsize); in start_guix() 153 gx_widget_fill_color_set(&NestedWindow, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE); in start_guix() 156 …ot, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in start_guix() 157 gx_widget_attach((GX_WIDGET *)&nested_root, (GX_WIDGET *)&NestedWindow); in start_guix()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_24BPP_Dave_Disabled/ |
D | demo_guix_all_widgets_synergy.c | 24 GX_WINDOW NestedWindow; variable 169 gx_window_create(&NestedWindow, GX_NULL, GX_NULL, GX_STYLE_BORDER_THIN, 0, &winsize); in start_guix() 170 gx_widget_fill_color_set(&NestedWindow, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE); in start_guix() 173 …ot, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in start_guix() 174 gx_widget_attach((GX_WIDGET *)&nested_root, (GX_WIDGET *)&NestedWindow); in start_guix()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled/ |
D | demo_guix_all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled.c | 32 GX_WINDOW NestedWindow; variable 154 gx_window_create(&NestedWindow, GX_NULL, GX_NULL, GX_STYLE_BORDER_THIN, 0, &winsize); in demo_thread_entry() 155 gx_widget_fill_color_set(&NestedWindow, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE); in demo_thread_entry() 158 …ot, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in demo_thread_entry() 159 gx_widget_attach((GX_WIDGET *)&nested_root, (GX_WIDGET *)&NestedWindow); in demo_thread_entry()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw/ |
D | demo_guix_all_widgets_synergy_24xrgb_rotated_cw.c | 33 GX_WINDOW NestedWindow; variable 153 gx_window_create(&NestedWindow, GX_NULL, GX_NULL, GX_STYLE_BORDER_THIN, 0, &winsize); in demo_thread_entry() 154 gx_widget_fill_color_set(&NestedWindow, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE); in demo_thread_entry() 157 …ot, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in demo_thread_entry() 158 gx_widget_attach((GX_WIDGET *)&nested_root, (GX_WIDGET *)&NestedWindow); in demo_thread_entry()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw/ |
D | demo_guix_all_widgets_synergy_24xrgb_rotated_ccw.c | 33 GX_WINDOW NestedWindow; variable 153 gx_window_create(&NestedWindow, GX_NULL, GX_NULL, GX_STYLE_BORDER_THIN, 0, &winsize); in demo_thread_entry() 154 gx_widget_fill_color_set(&NestedWindow, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE); in demo_thread_entry() 157 …ot, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in demo_thread_entry() 158 gx_widget_attach((GX_WIDGET *)&nested_root, (GX_WIDGET *)&NestedWindow); in demo_thread_entry()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled/ |
D | demo_guix_all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled.c | 33 GX_WINDOW NestedWindow; variable 153 gx_window_create(&NestedWindow, GX_NULL, GX_NULL, GX_STYLE_BORDER_THIN, 0, &winsize); in demo_thread_entry() 154 gx_widget_fill_color_set(&NestedWindow, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE); in demo_thread_entry() 157 …ot, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in demo_thread_entry() 158 gx_widget_attach((GX_WIDGET *)&nested_root, (GX_WIDGET *)&NestedWindow); in demo_thread_entry()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_1555xrgb/ |
D | demo_guix_all_widgets_1555xrgb.c | 32 GX_WINDOW NestedWindow; variable 152 gx_window_create(&NestedWindow, GX_NULL, GX_NULL, GX_STYLE_BORDER_THIN, 0, &winsize); in demo_thread_entry() 153 gx_widget_fill_color_set(&NestedWindow, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE); in demo_thread_entry() 156 …ot, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in demo_thread_entry() 157 gx_widget_attach((GX_WIDGET *)&nested_root, (GX_WIDGET *)&NestedWindow); in demo_thread_entry()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_4444argb/ |
D | demo_guix_all_widgets_4444argb.c | 30 GX_WINDOW NestedWindow; variable 161 gx_window_create(&NestedWindow, GX_NULL, GX_NULL, GX_STYLE_BORDER_THIN, 0, &winsize); in demo_thread_entry() 162 gx_widget_fill_color_set(&NestedWindow, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE); in demo_thread_entry() 165 …ot, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in demo_thread_entry() 166 gx_widget_attach((GX_WIDGET *)&nested_root, (GX_WIDGET *)&NestedWindow); in demo_thread_entry()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_5_4_0/ |
D | demo_guix_all_widgets_5_4_0.c | 24 GX_WINDOW NestedWindow; variable 170 gx_window_create(&NestedWindow, GX_NULL, GX_NULL, GX_STYLE_BORDER_THIN, 0, &winsize); in start_guix() 171 gx_widget_fill_color_set(&NestedWindow, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE); in start_guix() 174 …ot, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in start_guix() 175 gx_widget_attach((GX_WIDGET *)&nested_root, (GX_WIDGET *)&NestedWindow); in start_guix()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_5_3_4/ |
D | demo_guix_all_widgets_5_3_4.c | 26 GX_WINDOW NestedWindow; variable 154 gx_window_create(&NestedWindow, GX_NULL, GX_NULL, GX_STYLE_BORDER_THIN, 0, &winsize); in start_guix() 155 gx_widget_fill_color_set(&NestedWindow, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE); in start_guix() 158 …ot, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in start_guix() 159 gx_widget_attach((GX_WIDGET *)&nested_root, (GX_WIDGET *)&NestedWindow); in start_guix()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_16bpp/ |
D | demo_guix_all_widgets_16bpp.c | 32 GX_WINDOW NestedWindow; variable 172 gx_window_create(&NestedWindow, GX_NULL, GX_NULL, GX_STYLE_BORDER_THIN, 0, &winsize); in demo_thread_entry() 173 gx_widget_fill_color_set(&NestedWindow, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE); in demo_thread_entry() 176 …ot, "nested_root", &animation_canvas, GX_STYLE_BORDER_NONE, GX_NULL, &NestedWindow.gx_widget_size); in demo_thread_entry() 177 gx_widget_attach((GX_WIDGET *)&nested_root, (GX_WIDGET *)&NestedWindow); in demo_thread_entry()
|
/GUIX-v6.4.1/test/example_internal/all_widgets_5_4_2/ |
D | demo_guix_all_widgets_5_4_2.c | 24 GX_WINDOW NestedWindow; variable 172 gx_window_create(&NestedWindow, GX_NULL, GX_NULL, GX_STYLE_BORDER_THIN, 0, &winsize); in start_guix() 173 gx_widget_fill_color_set(&NestedWindow, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE, GX_COLOR_ID_BLUE); in start_guix() 176 …ation_canvas, GX_STYLE_BORDER_NONE, ID_ANIMATION_CANVAS_ROOT_WINDOW, &NestedWindow.gx_widget_size); in start_guix() 177 gx_widget_attach((GX_WIDGET *)&nested_root, (GX_WIDGET *)&NestedWindow); in start_guix()
|