Home
last modified time | relevance | path

Searched refs:NestedWindow (Results 1 – 25 of 43) sorted by relevance

12

/GUIX-v6.4.1/test/guix_test/regression_test/tests/
Dvalidation_guix_all_widgets_16bpp_canvas_animation.c71 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()
Dvalidation_guix_all_widgets_root_window_operation.c68 …, "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()
Dvalidation_guix_animation_complete.c76 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/
Ddemo_guix_all_widgets_565bgr.c24 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/
Ddemo_guix_all_widgets_5_4_1.c25 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/
Ddemo_guix_all_widgets_synergy_5_4_2.c24 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/
Ddemo_guix_all_widgets_8bpp.c34 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/
Ddemo_guix_all_widgets_8bpp_rotated_ccw.c45 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/
Ddemo_guix_all_widgets_24xrgb_rotated_cw.c33 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/
Ddemo_guix_all_widgets_32argb_rotated_cw.c33 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/
Ddemo_guix_all_widgets_24xrgb_rotated_ccw.c33 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/
Ddemo_guix_all_widgets_32argb_rotated_ccw.c33 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/
Ddemo_guix_all_widgets_8bpp_rotated_cw.c45 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/
Ddemo_guix_all_widgets_execute.c24 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/
Ddemo_guix_all_widgets_synergy.c24 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/
Ddemo_guix_all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled.c32 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/
Ddemo_guix_all_widgets_synergy_24xrgb_rotated_cw.c33 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/
Ddemo_guix_all_widgets_synergy_24xrgb_rotated_ccw.c33 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/
Ddemo_guix_all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled.c33 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/
Ddemo_guix_all_widgets_1555xrgb.c32 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/
Ddemo_guix_all_widgets_4444argb.c30 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/
Ddemo_guix_all_widgets_5_4_0.c24 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/
Ddemo_guix_all_widgets_5_3_4.c26 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/
Ddemo_guix_all_widgets_16bpp.c32 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/
Ddemo_guix_all_widgets_5_4_2.c24 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()

12