Home
last modified time | relevance | path

Searched defs:list (Results 1 – 25 of 240) sorted by relevance

12345678910

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_vertical_list_scroll_with_large_value.c62 VOID send_drag_event_to_scroll_list(GX_VERTICAL_LIST *list, int distance) in send_drag_event_to_scroll_list()
84 VOID send_scroll_event_to_wrap_list(GX_VERTICAL_LIST *list, int distance) in send_scroll_event_to_wrap_list()
104 GX_VERTICAL_LIST *list = &window.window_vertical_list_scroll; in control_thread_entry() local
Dvalidation_guix_horizontal_list_scroll_with_large_value.c62 VOID send_drag_event_to_scroll_list(GX_HORIZONTAL_LIST *list, int distance) in send_drag_event_to_scroll_list()
84 VOID send_scroll_event_to_wrap_list(GX_HORIZONTAL_LIST *list, int distance) in send_scroll_event_to_wrap_list()
104 GX_HORIZONTAL_LIST *list = &window.window_horizontal_list_scroll; in control_thread_entry() local
/GUIX-v6.2.1/common/src/
Dgx_vertical_list_scroll.c72 static VOID _gx_vertical_list_invisible_page_scroll(GX_VERTICAL_LIST *list, INT num_pages) in _gx_vertical_list_invisible_page_scroll()
192 VOID _gx_vertical_list_scroll(GX_VERTICAL_LIST *list, INT amount) in _gx_vertical_list_scroll()
Dgx_horizontal_list_scroll.c72 static VOID _gx_horizontal_list_invisible_page_scroll(GX_HORIZONTAL_LIST *list, INT num_pages) in _gx_horizontal_list_invisible_page_scroll()
193 VOID _gx_horizontal_list_scroll(GX_HORIZONTAL_LIST *list, INT amount) in _gx_horizontal_list_scroll()
Dgx_tree_view_draw.c90 GX_MENU_LIST *list; in _gx_tree_view_root_draw_helper() local
268 GX_MENU_LIST *list; in _gx_tree_view_root_draw() local
Dgx_tree_view_event_process.c77 GX_MENU_LIST *list = &test_menu -> gx_menu_list; in _tree_view_selected_detect() local
162 GX_MENU_LIST *list; in _gx_tree_view_item_find() local
Dgx_drop_list_close.c74 GX_VERTICAL_LIST *list = &drop_list -> gx_drop_list_popup.gx_popup_list_list; in _gx_drop_list_close() local
Dgxe_drop_list_event_process.c73 UINT _gxe_drop_list_event_process(GX_DROP_LIST *list, GX_EVENT *event_ptr) in _gxe_drop_list_event_process()
Dgx_vertical_list_slide_back_check.c75 VOID _gx_vertical_list_slide_back_check(GX_VERTICAL_LIST *list) in _gx_vertical_list_slide_back_check()
Dgxe_vertical_list_total_rows_set.c73 UINT _gxe_vertical_list_total_rows_set(GX_VERTICAL_LIST *list, INT count) in _gxe_vertical_list_total_rows_set()
Dgxe_horizontal_list_event_process.c74 UINT _gxe_horizontal_list_event_process(GX_HORIZONTAL_LIST *list, GX_EVENT *event_ptr) in _gxe_horizontal_list_event_process()
Dgxe_horizontal_list_total_columns_set.c70 UINT _gxe_horizontal_list_total_columns_set(GX_HORIZONTAL_LIST *list, INT count) in _gxe_horizontal_list_total_columns_set()
/GUIX-v6.2.1/guix_studio/
Ddrop_list_service_provider.cpp105 GX_DROP_LIST *list = new GX_DROP_LIST; in CreateNewInstance() local
124 GX_DROP_LIST *list = new GX_DROP_LIST; in GenerateFromInfo() local
183 GX_DROP_LIST *list = (GX_DROP_LIST *) (info->widget); in AssignPixelmap() local
Dhorizontal_list_service_provider.cpp101 GX_HORIZONTAL_LIST *list = new GX_HORIZONTAL_LIST; in CreateNewInstance() local
114 GX_HORIZONTAL_LIST *list = new GX_HORIZONTAL_LIST; in GenerateFromInfo() local
Dvertical_list_service_provider.cpp102 GX_VERTICAL_LIST *list = new GX_VERTICAL_LIST; in CreateNewInstance() local
115 GX_VERTICAL_LIST *list = new GX_VERTICAL_LIST; in GenerateFromInfo() local
/GUIX-v6.2.1/tutorials/demo_guix_drop_list/
Ddemo_guix_drop_list.c75 GX_VERTICAL_LIST *list; in drop_list_select_event_handler() local
122 VOID drop_list_row_create(GX_VERTICAL_LIST *list, GX_WIDGET *widget, INT index) in drop_list_row_create()
151 GX_VERTICAL_LIST *list; in populate_drop_list() local
/GUIX-v6.2.1/test/example_internal/vertical_list_32bpp/
Ddemo_guix_vertical_list_32bpp.c150 void list_callback(GX_VERTICAL_LIST *list, GX_WIDGET *widget, INT index) in list_callback()
176 GX_VERTICAL_LIST *list = &win->window_vertical_list_scroll; in vertical_list_children_create() local
187 GX_VERTICAL_LIST *list = &win->window_vertical_list_wrap; in vertical_wrap_list_children_create() local
/GUIX-v6.2.1/test/example_internal/horizontal_list_32bpp/
Ddemo_guix_horizontal_list_32bpp.c148 void list_callback(GX_HORIZONTAL_LIST *list, GX_WIDGET *widget, INT index) in list_callback()
174 GX_HORIZONTAL_LIST *list = &win->window_horizontal_list_scroll; in horizontal_list_children_create() local
185 GX_HORIZONTAL_LIST *list = &win->window_horizontal_list_wrap; in horizontal_wrap_list_children_create() local
/GUIX-v6.2.1/tutorials/demo_guix_widget_animation/
Ddemo_guix_widget_animation.c171 GX_VERTICAL_LIST *list; in easing_function_drop_list_select_event_handler() local
224 VOID drop_list_row_create(GX_VERTICAL_LIST *list, GX_WIDGET *widget, INT index) in drop_list_row_create()
254 GX_VERTICAL_LIST *list; in populate_drop_list() local
/GUIX-v6.2.1/test/example_internal/guix_medical_mouse_support/
Dpatients.c103 void patient_row_create(GX_VERTICAL_LIST *list, GX_WIDGET *widget, INT index) in patient_row_create()
176 GX_VERTICAL_LIST *list = &win ->patients_screen_patient_list; in patient_list_children_create() local
186 GX_VERTICAL_LIST *list; in patients_screen_event_handler() local
/GUIX-v6.2.1/test/example_internal/screen_drag_animation/
Ddemo_screen_drag_animation.c137 GX_VERTICAL_LIST *list; in easing_function_drop_list_select_event_handler() local
266 VOID drop_list_row_create(GX_VERTICAL_LIST *list, GX_WIDGET *widget, INT index) in drop_list_row_create()
290 GX_VERTICAL_LIST *list; in populate_drop_list() local
/GUIX-v6.2.1/tutorials/demo_guix_horizontal_list/
Ddemo_guix_horizontal_list.c182 void horizontal_list_col_create(GX_HORIZONTAL_LIST *list, GX_WIDGET *widget, INT index) in horizontal_list_col_create()
231 GX_HORIZONTAL_LIST *list = &main_screen.main_screen_horizontal_list_scroll; in horizontal_list_children_create() local
245 GX_HORIZONTAL_LIST *list = &main_screen.main_screen_horizontal_list_wrap; in wrap_style_horizontal_list_children_create() local
/GUIX-v6.2.1/tutorials/demo_guix_vertical_list/
Ddemo_guix_vertical_list.c180 void vertical_list_row_create(GX_VERTICAL_LIST *list, GX_WIDGET *widget, INT index) in vertical_list_row_create()
229 GX_VERTICAL_LIST *list = &main_screen.main_screen_vertical_list_scroll; in vertical_list_children_create() local
244 GX_VERTICAL_LIST *list = &main_screen.main_screen_vertical_list_wrap; in wrap_style_vertical_list_children_create() local
/GUIX-v6.2.1/test/example_internal/drop_list/
Ddemo_guix_drop_list.c75 VOID drop_list_row_create(GX_VERTICAL_LIST *list, GX_WIDGET *widget, INT index) in drop_list_row_create()
105 GX_VERTICAL_LIST *list; in populate_drop_list() local
/GUIX-v6.2.1/test/example_internal/line_8bpp/
Ddemo_guix_line_8bpp.c148 GX_VERTICAL_LIST *list; in main_event_handler() local
230 VOID drop_list_color_create(GX_VERTICAL_LIST *list, GX_WIDGET *widget, INT index) in drop_list_color_create()
255 GX_VERTICAL_LIST *list; in PopulateDropList() local

12345678910