Home
last modified time | relevance | path

Searched refs:VOID (Results 1 – 25 of 584) sorted by relevance

12345678910>>...24

/GUIX-v6.2.1/samples/demo_guix_home_automation/
Ddemo_guix_home_automation.h33 VOID title_animation_start(CONTROLLER_BASE_CONTROL_BLOCK *base);
35 VOID toggle_screen(GX_WIDGET *new_screen);
36 VOID on_footer_menu_clicked(INT button_id);
38 VOID lights_screen_init();
39 VOID lights_title_init();
40 VOID lights_screen_reset();
41 VOID lights_screen_animation_start();
42 VOID lights_screen_animation_stop();
45 VOID thermostat_screen_init();
46 VOID thermostat_title_init();
[all …]
Dlocks.c46 static VOID lock_button_select(GX_BUTTON *button) in lock_button_select()
63 static VOID lock_button_deselect(GX_BUTTON *button, GX_BOOL generate) in lock_button_deselect()
80 static VOID update_enable_disable_button_text() in update_enable_disable_button_text()
99 static VOID update_lock_unlock_button_appearance() in update_lock_unlock_button_appearance()
162 static VOID lock_unlock_one_door(LOCKS_DOOR_BASE_CONTROL_BLOCK *base, GX_BOOL lock) in lock_unlock_one_door()
225 static VOID lock_unlock_all_doors(GX_BOOL lock) in lock_unlock_all_doors()
241 static VOID on_enabled_disabled_security_alarm() in on_enabled_disabled_security_alarm()
262 static VOID on_lock_unlock_all() in on_lock_unlock_all()
292 static VOID on_lock_button_clicked(LOCKS_DOOR_BASE_CONTROL_BLOCK *base) in on_lock_button_clicked()
321 static VOID on_close_button_clicked(LOCKS_DOOR_BASE_CONTROL_BLOCK *base) in on_close_button_clicked()
[all …]
/GUIX-v6.2.1/common/inc/
Dgx_system_rtos_bind.h80 VOID gx_generic_rtos_initialize(VOID);
81 UINT gx_generic_thread_start(VOID (*thread_entry)(ULONG));
84 VOID gx_generic_event_purge(GX_WIDGET *widget);
86 VOID gx_generic_timer_start(VOID);
87 VOID gx_generic_timer_stop(VOID);
88 VOID gx_generic_system_mutex_lock(VOID);
89 VOID gx_generic_system_mutex_unlock(VOID);
90 ULONG gx_generic_system_time_get(VOID);
91 VOID *gx_generic_thread_identify(VOID);
92 VOID gx_generic_time_delay(INT ticks);
Dgx_display.h79 UINT _gx_display_delete(GX_DISPLAY *display, VOID (*display_driver_cleanup)(GX_DISPLAY *));
80 VOID _gx_display_canvas_dirty(GX_DISPLAY *display);
106 UINT _gxe_display_delete(GX_DISPLAY *display, VOID (*display_driver_cleanup)(GX_DISPLAY *));
128 VOID _gx_display_driver_generic_mouse_define(GX_DISPLAY *display, GX_CANVAS *canvas, GX_MOUSE_CURSO…
131 VOID _gx_display_driver_generic_mouse_position_set(GX_DISPLAY *display, GX_POINT *point);
132 VOID _gx_display_driver_generic_mouse_enable(GX_DISPLAY *display, GX_BOOL enable);
133 VOID _gx_display_driver_generic_drawing_complete(GX_DISPLAY *display, GX_CANVAS *canvas);
134 VOID _gx_display_driver_generic_drawing_initiate(GX_DISPLAY *display, GX_CANVAS *canvas);
135 VOID _gx_display_driver_generic_mouse_draw(GX_DISPLAY *display);
136 VOID _gx_display_driver_24xrgb_mouse_capture(GX_DISPLAY *display);
[all …]
Dgx_system.h67 VOID _gx_system_all_canvas_dirty(VOID);
68 VOID _gx_system_all_views_free(GX_WINDOW_ROOT *root);
76 UINT _gx_system_bidi_text_enable(VOID);
77 UINT _gx_system_bidi_text_disable(VOID);
84 UINT _gx_system_canvas_refresh(VOID);
86 UINT _gx_system_clipboard_put(VOID *data, UINT data_size);
87 UINT _gx_system_clipboard_get(VOID **data, UINT *data_size);
91 VOID _gx_system_dirty_list_remove(GX_WIDGET *remove);
93 VOID _gx_system_dirty_entry_shift(GX_WIDGET *widget, INT xShift, INT yShift);
96 VOID _gx_system_error_process(UINT error_code);
[all …]
Dgx_window.h62 VOID (*callback)(GX_HORIZONTAL_LIST *, GX_WIDGET *, INT),
66 VOID _gx_horizontal_list_left_wrap(GX_HORIZONTAL_LIST *list);
68 VOID _gx_horizontal_list_right_wrap(GX_HORIZONTAL_LIST *list);
72 VOID _gx_horizontal_list_selected_visible(GX_HORIZONTAL_LIST *list, GX_WIDGET *child);
73 VOID _gx_horizontal_list_scroll(GX_HORIZONTAL_LIST *list, INT amount);
74 VOID _gx_horizontal_list_scroll_info_get(GX_WINDOW *win, ULONG style, GX_SCROLL_INFO *info);
75 VOID _gx_horizontal_list_slide_back_check(GX_HORIZONTAL_LIST *list);
83 VOID (*callback)(GX_VERTICAL_LIST *, GX_WIDGET *, INT),
87 VOID _gx_vertical_list_down_wrap(GX_VERTICAL_LIST *list);
92 VOID _gx_vertical_list_selected_visible(GX_VERTICAL_LIST *list, GX_WIDGET *child);
[all …]
/GUIX-v6.2.1/samples/demo_guix_industrial/
Ddemo_guix_industrial.h18 VOID *memory_allocate(ULONG size);
19 VOID memory_free(VOID *mem);
21 VOID button_indicator_attach(GX_PIXELMAP_BUTTON *button);
22 VOID screen_toggle_animation_start(GX_WINDOW *show, GX_WINDOW *hide);
24 VOID sequence_window_init();
25 VOID sequence_animation_start();
26 VOID sequence_animation_update();
27 VOID sequence_animation_stop();
29 VOID complete_window_timer_start();
30 VOID complete_window_timer_stop();
[all …]
Dsequence_window.c157 VOID sequence_window_init();
158 VOID task_set(int new_mode);
160 VOID task_time_update();
161 VOID task_progress_information_init();
162 VOID task_progress_information_update();
163 VOID task_properties_init();
164 VOID task_properties_update();
165 VOID task_title_animation_init();
166 VOID task_title_animation_update();
167 VOID task_icon_animation_update();
[all …]
/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Ddemo_guix_smart_watch.h36 VOID *memory_allocate(ULONG size);
37 VOID memory_free(VOID *mem);
39 VOID clear_screen_clock_record();
40 VOID screen_clock_update(GX_NUMERIC_PROMPT* hour, GX_NUMERIC_PROMPT* minute, GX_PROMPT* second);
41 VOID page_screen_slide(GX_WIDGET *current_screen, GX_WIDGET *target_screen);
42 VOID container_screen_slide(GX_WIDGET *current_screen, GX_WIDGET *target_screen);
43 VOID screens_initialize();
44 VOID fitness_screen_initialize();
45 VOID watch_screen_initialize();
46 VOID music_play_on();
[all …]
/GUIX-v6.2.1/samples/demo_guix_washing_machine/
Ddemo_guix_washing_machine.h9 VOID remain_time_set(INT seconds);
11 VOID animation_wave_draw(GX_WINDOW* window);
12 VOID wash_cycle_window_init(INT remain_seconds);
13 VOID wash_cycle_window_remain_time_update(INT remain_seconds);
15 VOID mode_select_window_init();
16 VOID mode_select_window_remain_time_update(INT remain_seconds);
18 VOID water_level_window_init();
/GUIX-v6.2.1/tutorials/demo_guix_scrollbar/
Ddemo_guix_scrollbar.c12 VOID start_guix(VOID);
27 VOID tx_application_define(void *first_unused_memory) in tx_application_define()
35 VOID start_guix(VOID) in start_guix() argument
/GUIX-v6.2.1/common/src/
Dgx_system_rtos_bind.c139 VOID gx_generic_rtos_initialize(VOID) in gx_generic_rtos_initialize() argument
171 VOID (*gx_system_thread_entry)(ULONG);
181 UINT gx_generic_thread_start(VOID(*guix_thread_entry)(ULONG)) in gx_generic_thread_start()
344 VOID gx_generic_event_purge(GX_WIDGET *target) in gx_generic_event_purge()
383 VOID gx_generic_timer_start(VOID) in gx_generic_timer_start() argument
389 VOID gx_generic_timer_stop(VOID) in gx_generic_timer_stop() argument
395 VOID gx_generic_system_mutex_lock(VOID) in gx_generic_system_mutex_lock() argument
402 VOID gx_generic_system_mutex_unlock(VOID) in gx_generic_system_mutex_unlock() argument
408 ULONG gx_generic_system_time_get(VOID) in gx_generic_system_time_get() argument
414 VOID *gx_generic_thread_identify(VOID) in gx_generic_thread_identify() argument
[all …]
Dgx_system_memory_allocator_set.c73 UINT _gx_system_memory_allocator_set(VOID *(*allocate)(ULONG size), VOID (*release)(VOID *)) in _gx_system_memory_allocator_set() argument
Dgxe_system_memory_allocator_set.c76 UINT _gxe_system_memory_allocator_set(VOID *(*allocate)(ULONG size), VOID (*release)(VOID *)) in _gxe_system_memory_allocator_set() argument
/GUIX-v6.2.1/samples/demo_guix_simple/
Ddemo_guix_simple.c14 VOID start_guix(VOID);
24 VOID tx_application_define(void *first_unused_memory) in tx_application_define()
30 VOID start_guix(VOID) in start_guix() argument
/GUIX-v6.2.1/tutorials/demo_guix_scroll_wheel/
Ddemo_guix_scroll_wheel.c16 VOID start_guix(VOID);
18 VOID scrolling_speed_set();
19 VOID selected_day_set();
20 VOID day_wheel_range_set();
35 VOID *memory_allocate(ULONG size) in memory_allocate()
37 VOID *memptr; in memory_allocate()
50 VOID memory_free(VOID *mem) in memory_free()
58 VOID tx_application_define(void *first_unused_memory) in tx_application_define()
69 VOID start_guix(VOID) in start_guix() argument
193 VOID selected_day_set() in selected_day_set()
[all …]
/GUIX-v6.2.1/ports/win32/lib/vs_2019/
Dtx_api.h258 VOID (*tx_timer_internal_timeout_function)(ULONG id);
343 VOID *tx_thread_stack_ptr; /* Thread's stack pointer */
344 VOID *tx_thread_stack_start; /* Stack starting address */
345 VOID *tx_thread_stack_end; /* Stack ending address */
371 VOID (*tx_thread_schedule_hook)(struct TX_THREAD_STRUCT *thread_ptr, ULONG id);
379 VOID (*tx_thread_entry)(ULONG id);
390VOID (*tx_thread_suspend_cleanup)(struct TX_THREAD_STRUCT *thread_ptr, ULONG suspen…
391 VOID *tx_thread_suspend_control_block;
396 VOID *tx_thread_additional_suspend_info;
415 VOID *tx_thread_filex_ptr;
[all …]
/GUIX-v6.2.1/tutorials/demo_guix_menu/
Ddemo_guix_menu.c18 VOID start_guix(VOID);
33 VOID tx_application_define(void *first_unused_memory) in tx_application_define()
42 VOID start_guix(VOID) in start_guix() argument
/GUIX-v6.2.1/ports/win32/src/st/
Dgx_chromart_simulation_display_driver_565rgb_setup.c30 extern VOID _gx_chromart_simulation_display_driver_565rgb_pixelmap_draw(GX_DRAW_CONTEXT *context,
72 VOID _gx_chromart_simulation_display_driver_565rgb_setup(GX_DISPLAY *display, VOID *aux_data, in _gx_chromart_simulation_display_driver_565rgb_setup()
73VOID (*toggle_function)(struct GX_CANVAS_STRUCT *canvas, in _gx_chromart_simulation_display_driver_565rgb_setup()
/GUIX-v6.2.1/samples/demo_guix_thermostat/
Ddemo_guix_thermostat.c20 VOID start_guix(VOID);
30 VOID *memory_allocate(ULONG size) in memory_allocate()
32 VOID *memptr; in memory_allocate()
42 void memory_free(VOID *mem) in memory_free()
49 VOID tx_application_define(void *first_unused_memory) in tx_application_define()
62 VOID start_guix(VOID) in start_guix() argument
80 VOID custom_pixelmap_button_draw(GX_PIXELMAP_BUTTON *button) in custom_pixelmap_button_draw()
/GUIX-v6.2.1/tutorials/demo_guix_ml_text_input/
Ddemo_guix_ml_text_input.c16 VOID start_guix();
51 VOID *memory_allocate(ULONG size) in memory_allocate()
53 VOID *memptr; in memory_allocate()
66 VOID memory_free(VOID *mem) in memory_free()
74 VOID tx_application_define(void *first_unused_memory) in tx_application_define()
85 VOID start_guix() in start_guix()
133 VOID set_alignment(int alignment) in set_alignment()
142 VOID set_cursor_width() in set_cursor_width()
170 VOID set_cursor_height() in set_cursor_height()
198 VOID set_whitespace(int value) in set_whitespace()
[all …]
/GUIX-v6.2.1/samples/demo_guix_medical/
Ddemo_guix_medical.c12 VOID start_guix(VOID);
14 extern VOID patient_list_children_create(PATIENTS_SCREEN_CONTROL_BLOCK* win);
15 extern VOID hide_active_bar();
29 VOID tx_application_define(void *first_unused_memory) in tx_application_define()
37 VOID start_guix(VOID) in start_guix() argument
69 VOID ToggleScreen(GX_WIDGET *new_win, GX_WIDGET *old_win) in ToggleScreen()
Ddemo_guix_medical.h5 VOID ToggleScreen(GX_WIDGET *new_win, GX_WIDGET *old_win);
6 VOID GetPatientName(GX_STRING *string);
7 VOID GetPatientDOB(GX_STRING* string);
/GUIX-v6.2.1/tutorials/demo_guix_radial_slider/
Ddemo_guix_radial_slider.c16 VOID start_guix(VOID);
31 VOID tx_application_define(void *first_unused_memory) in tx_application_define()
39 VOID start_guix(VOID) in start_guix() argument
62 VOID radial_slider_animation_callback(GX_RADIAL_SLIDER *slider) in radial_slider_animation_callback()
/GUIX-v6.2.1/tutorials/demo_guix_runtime_bidi_text/
Ddemo_guix_runtime_bidi_text.c23 VOID demo_thread_entry(ULONG thread_input);
38 VOID *memory_allocate(ULONG size) in memory_allocate()
40 VOID *memptr; in memory_allocate()
53 VOID memory_free(VOID *mem) in memory_free()
61 VOID tx_application_define(void *first_unused_memory) in tx_application_define()
77 VOID demo_thread_entry(ULONG thread_input) in demo_thread_entry()
134 VOID window_draw(GX_WINDOW *window) in window_draw()

12345678910>>...24