Home
last modified time | relevance | path

Searched refs:main_window (Results 1 – 25 of 109) sorted by relevance

12345

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_alphamap_brush_alpha.c74 window1 = &main_window.main_window_window_1; in control_thread_entry()
75 window2 = &main_window.main_window_window_2; in control_thread_entry()
78 size.gx_rectangle_top = main_window.gx_widget_size.gx_rectangle_top - 10; in control_thread_entry()
81 size.gx_rectangle_top = main_window.gx_widget_size.gx_rectangle_top - 10; in control_thread_entry()
92 gx_system_dirty_mark((GX_WIDGET *)&main_window); in control_thread_entry()
Dvalidation_guix_sprite_24xrgb.c67 gx_widget_style_add((GX_WIDGET *)&main_window.main_window_bird_sprite, GX_STYLE_SPRITE_LOOP); in control_thread_entry()
68 gx_widget_hide((GX_WIDGET *)&main_window.main_window_bird_sprite); in control_thread_entry()
Dvalidation_guix_jpeg_draw_16bpp.c95 gx_widget_draw_set((GX_WIDGET *)&main_window.main_window_pic_window, test_pic_win_draw); in control_thread_entry()
102 …gx_window_wallpaper_set(&main_window.main_window_pic_window, test_map_info_list[index].map_id, tes… in control_thread_entry()
Dvalidation_guix_generic_polygon_fill.c109 gx_widget_draw_set((GX_WIDGET *)&main_window.main_window_graphics_window, test_graphics_draw); in control_thread_entry()
131 gx_widget_canvas_get(&main_window, &canvas); in control_thread_entry()
Dvalidation_guix_jpeg_draw_32bpp.c99 gx_widget_draw_set((GX_WIDGET *)&main_window.main_window_pic_window, test_pic_win_draw); in control_thread_entry()
106 …gx_window_wallpaper_set(&main_window.main_window_pic_window, test_map_info_list[index].map_id, tes… in control_thread_entry()
Dvalidation_guix_32bpp_pixelmap_draw.c146 gx_widget_draw_set((GX_WIDGET *)&main_window.main_window_pic_window, test_pic_win_draw); in control_thread_entry()
212 gx_widget_canvas_get(&main_window, &canvas); in control_thread_entry()
Dvalidation_guix_32bpp_simple_line_draw.c97 gx_widget_draw_set((GX_WIDGET *)&main_window.main_window_line_window, test_line_win_draw); in control_thread_entry()
Dvalidation_guix_generic_line_draw.c92 gx_widget_draw_set(&main_window.main_window_line_window, test_line_win_draw); in control_thread_entry()
Dvalidation_guix_8bpp_horizontal_pixelmap_line_draw.c105 gx_widget_draw_set(&main_window.main_window_graphics_window, test_graphics_draw); in control_thread_entry()
Dvalidation_guix_display_driver_8bpp_horizontal_line_draw.c122 …gx_widget_draw_set((GX_WIDGET *)&main_window.main_window_line_window, (VOID (*)(GX_WIDGET *))test_… in control_thread_entry()
Dvalidation_guix_display_driver_8bpp_vertical_line_draw.c122 …gx_widget_draw_set((GX_WIDGET *)&main_window.main_window_line_window, (VOID (*)(GX_WIDGET *))test_… in control_thread_entry()
Dvalidation_guix_generic_alphamap_draw.c99 window2 = &main_window.main_window_window_2; in control_thread_entry()
Dvalidation_guix_8bpp_pixelmap_draw.c118 gx_widget_draw_set((GX_WIDGET *)&main_window.main_window_pic_window, test_pic_win_draw); in control_thread_entry()
Dvalidation_guix_8bpp_simple_line_draw.c130 gx_widget_draw_set((GX_WIDGET *)&main_window.main_window_line_window, test_line_win_draw); in control_thread_entry()
/GUIX-v6.2.1/test/example_internal/pixelmap_1bpp/
Dpixelmap_1bpp.c58 GX_WINDOW main_window; variable
163 …gx_window_create((GX_WINDOW *) &main_window, NULL, &demo_root_window, GX_STYLE_BORDER_THICK, GX_ID… in demo_thread_entry()
164 gx_widget_fill_color_set(&main_window, GX_1BPP_WHITE, GX_1BPP_WHITE, GX_1BPP_WHITE); in demo_thread_entry()
165 gx_widget_event_process_set(&main_window, pic_win_event_handler); in demo_thread_entry()
181 gx_slider_create(&width_slider, NULL, &main_window, in demo_thread_entry()
201 gx_slider_create(&height_slider, NULL, &main_window, in demo_thread_entry()
209 gx_checkbox_create(&compressed_box, NULL, &main_window, SID_COMPRESSED, in demo_thread_entry()
213 gx_checkbox_create(&transparent_box, NULL, &main_window, SID_TRANSPARENT, in demo_thread_entry()
217 gx_window_create(&pixelmap_window, NULL, &main_window, 0, GX_ID_NONE, &size); in demo_thread_entry()
/GUIX-v6.2.1/test/example_internal/alphamap_16bpp/
Ddemo_alphamap_16bpp.c100 gx_system_dirty_mark((GX_WIDGET *)&main_window); in window_event_handler()
105 gx_system_dirty_mark((GX_WIDGET *)&main_window); in window_event_handler()
110 gx_system_dirty_mark((GX_WIDGET *)&main_window); in window_event_handler()
115 prompt = &(main_window.main_window_prompt_alpha); in window_event_handler()
117 gx_system_dirty_mark((GX_WIDGET *)&main_window); in window_event_handler()
/GUIX-v6.2.1/test/example_internal/alphamap_32bpp/
Dalphamap_32bpp.c82 gx_system_dirty_mark((GX_WIDGET *)&main_window); in window_event_handler()
87 gx_system_dirty_mark((GX_WIDGET *)&main_window); in window_event_handler()
92 gx_system_dirty_mark((GX_WIDGET *)&main_window); in window_event_handler()
/GUIX-v6.2.1/test/example_internal/single_line_text_input_clip_32bpp/
Ddemo_guix_single_line_text_input_clip_32bpp.c72 gx_single_line_text_input_text_set_ext(&main_window.main_window_text_input_1bpp, &string); in demo_thread_entry()
73 gx_single_line_text_input_text_set_ext(&main_window.main_window_text_input_4bpp, &string); in demo_thread_entry()
74 gx_single_line_text_input_text_set_ext(&main_window.main_window_text_input_8bpp, &string); in demo_thread_entry()
/GUIX-v6.2.1/test/example_internal/single_line_text_input_clip_16bpp/
Ddemo_guix_single_line_text_input_clip_16bpp.c72 gx_single_line_text_input_text_set_ext(&main_window.main_window_text_input_1bpp, &string); in demo_thread_entry()
73 gx_single_line_text_input_text_set_ext(&main_window.main_window_text_input_4bpp, &string); in demo_thread_entry()
74 gx_single_line_text_input_text_set_ext(&main_window.main_window_text_input_8bpp, &string); in demo_thread_entry()
/GUIX-v6.2.1/samples/demo_guix_sprite/
Ddemo_guix_sprite.c88 GX_SPRITE *sprite = &main_window.main_window_bird_sprite; in MoveSprite()
164 gx_sprite_start(&main_window.main_window_bird_sprite, 0); in MainWindowEventProcess()
/GUIX-v6.2.1/test/example_internal/single_line_text_input_clip_8bpp/
Ddemo_guix_single_line_text_input_clip_8bpp.c72 gx_single_line_text_input_text_set_ext(&main_window.main_window_text_input_1bpp, &string); in demo_thread_entry()
73 gx_single_line_text_input_text_set_ext(&main_window.main_window_text_input_4bpp, &string); in demo_thread_entry()
/GUIX-v6.2.1/test/example_internal/jpeg_draw_16bpp/
Djpeg_draw_16bpp_specifications.c19 MAIN_WINDOW_CONTROL_BLOCK main_window; variable
151 { &main_window_define, (GX_WIDGET *) &main_window },
/GUIX-v6.2.1/test/example_internal/synergy_565rgb_dave2d_disabled/
Dsynergy_565rgb_dave2d_disabled_specifications.c19 MAIN_WINDOW_CONTROL_BLOCK main_window; variable
123 { &main_window_define, (GX_WIDGET *) &main_window },
/GUIX-v6.2.1/test/example_internal/multi_line_text_view_font_32bpp/
Dmulti_line_text_view_font_32bpp_specifications.c19 MAIN_WINDOW_CONTROL_BLOCK main_window; variable
149 { &main_window_define, (GX_WIDGET *) &main_window },
/GUIX-v6.2.1/test/example_internal/generic_4444argb_16bpp/
Dgeneric_4444argb_16bpp_specifications.c19 MAIN_WINDOW_CONTROL_BLOCK main_window; variable
190 { &main_window_define, (GX_WIDGET *) &main_window },

12345