| /GUIX-v6.2.1/common/src/ |
| D | gx_vertical_list_selected_set.c | 104 child -> gx_widget_style &= ~GX_STYLE_DRAW_SELECTED; in _gx_vertical_list_selected_set() 171 found -> gx_widget_style |= GX_STYLE_DRAW_SELECTED; in _gx_vertical_list_selected_set() 181 if (child -> gx_widget_style & GX_STYLE_DRAW_SELECTED) in _gx_vertical_list_selected_set() 183 child -> gx_widget_style &= ~GX_STYLE_DRAW_SELECTED; in _gx_vertical_list_selected_set()
|
| D | gx_horizontal_list_selected_set.c | 105 child -> gx_widget_style &= ~GX_STYLE_DRAW_SELECTED; in _gx_horizontal_list_selected_set() 174 found -> gx_widget_style |= GX_STYLE_DRAW_SELECTED; in _gx_horizontal_list_selected_set() 184 if (child -> gx_widget_style & GX_STYLE_DRAW_SELECTED) in _gx_horizontal_list_selected_set() 186 child -> gx_widget_style &= ~GX_STYLE_DRAW_SELECTED; in _gx_horizontal_list_selected_set()
|
| D | gx_drop_list_draw.c | 102 child -> gx_widget_style |= ~GX_STYLE_DRAW_SELECTED; in _gx_drop_list_selected_children_draw() 106 child -> gx_widget_style &= ~GX_STYLE_DRAW_SELECTED; in _gx_drop_list_selected_children_draw() 255 selected -> gx_widget_style |= ~GX_STYLE_DRAW_SELECTED; in _gx_drop_list_draw() 259 selected -> gx_widget_style &= ~GX_STYLE_DRAW_SELECTED; in _gx_drop_list_draw()
|
| D | gx_tree_view_selected_set.c | 152 tree -> gx_tree_view_selected -> gx_widget_style &= ~GX_STYLE_DRAW_SELECTED; in _gx_tree_view_selected_set() 156 selected -> gx_widget_style |= GX_STYLE_DRAW_SELECTED; in _gx_tree_view_selected_set()
|
| D | gx_horizontal_list_right_wrap.c | 121 test -> gx_widget_style |= GX_STYLE_DRAW_SELECTED; in _gx_horizontal_list_right_wrap() 125 test -> gx_widget_style &= ~GX_STYLE_DRAW_SELECTED; in _gx_horizontal_list_right_wrap()
|
| D | gx_vertical_list_down_wrap.c | 120 test -> gx_widget_style |= GX_STYLE_DRAW_SELECTED; in _gx_vertical_list_down_wrap() 124 test -> gx_widget_style &= ~GX_STYLE_DRAW_SELECTED; in _gx_vertical_list_down_wrap()
|
| D | gx_vertical_list_children_position.c | 100 child -> gx_widget_style |= GX_STYLE_DRAW_SELECTED; in _gx_vertical_list_children_position() 104 child -> gx_widget_style &= ~GX_STYLE_DRAW_SELECTED; in _gx_vertical_list_children_position()
|
| D | gx_horizontal_list_children_position.c | 104 child -> gx_widget_style |= GX_STYLE_DRAW_SELECTED; in _gx_horizontal_list_children_position() 108 child -> gx_widget_style &= ~GX_STYLE_DRAW_SELECTED; in _gx_horizontal_list_children_position()
|
| D | gx_horizontal_list_left_wrap.c | 124 test -> gx_widget_style |= GX_STYLE_DRAW_SELECTED; in _gx_horizontal_list_left_wrap() 128 test -> gx_widget_style &= ~GX_STYLE_DRAW_SELECTED; in _gx_horizontal_list_left_wrap()
|
| D | gx_vertical_list_up_wrap.c | 121 test -> gx_widget_style |= GX_STYLE_DRAW_SELECTED; in _gx_vertical_list_up_wrap() 125 test -> gx_widget_style &= ~GX_STYLE_DRAW_SELECTED; in _gx_vertical_list_up_wrap()
|
| D | gx_generic_scroll_wheel_scroll.c | 137 if (child -> gx_widget_style & GX_STYLE_DRAW_SELECTED) in _gx_generic_scroll_wheel_scroll() 139 child -> gx_widget_style &= (~GX_STYLE_DRAW_SELECTED); in _gx_generic_scroll_wheel_scroll()
|
| D | gx_generic_scroll_wheel_children_position.c | 145 child -> gx_widget_style |= GX_STYLE_DRAW_SELECTED; in _gx_generic_scroll_wheel_children_position() 149 child -> gx_widget_style &= (~GX_STYLE_DRAW_SELECTED); in _gx_generic_scroll_wheel_children_position()
|
| D | gx_widget_event_process.c | 242 widget -> gx_widget_style |= GX_STYLE_DRAW_SELECTED; in _gx_widget_event_process() 257 widget -> gx_widget_style &= ~GX_STYLE_DRAW_SELECTED; in _gx_widget_event_process()
|
| D | gx_widget_context_fill_set.c | 74 if (widget -> gx_widget_style & GX_STYLE_DRAW_SELECTED) in _gx_widget_context_fill_set()
|
| D | gx_window_background_draw.c | 76 if (win -> gx_widget_style & GX_STYLE_DRAW_SELECTED) in _gx_window_background_draw()
|
| D | gx_widget_background_draw.c | 79 if (widget -> gx_widget_style & GX_STYLE_DRAW_SELECTED) in _gx_widget_background_draw()
|
| D | gx_drop_list_close.c | 82 child -> gx_widget_style &= ~GX_STYLE_DRAW_SELECTED; in _gx_drop_list_close()
|
| D | gx_multi_line_text_view_draw.c | 81 if (text_view -> gx_widget_style & GX_STYLE_DRAW_SELECTED) in _gx_multi_line_text_view_draw()
|
| D | gx_slider_draw.c | 83 if (slider -> gx_widget_style & GX_STYLE_DRAW_SELECTED) in _gx_slider_draw()
|
| D | gx_menu_text_draw.c | 78 if ((widget -> gx_widget_style & GX_STYLE_DRAW_SELECTED) && in _gx_menu_text_draw()
|
| /GUIX-v6.2.1/test/example_internal/guix_medical_mouse_support/ |
| D | patients.c | 161 if (prompt->gx_widget_parent->gx_widget_style & GX_STYLE_DRAW_SELECTED) in patient_prompt_draw() 163 prompt->gx_widget_style |= GX_STYLE_DRAW_SELECTED; in patient_prompt_draw() 167 prompt->gx_widget_style &= ~GX_STYLE_DRAW_SELECTED; in patient_prompt_draw()
|
| /GUIX-v6.2.1/samples/demo_guix_washing_machine/ |
| D | demo_guix_washing_machine.c | 308 prompt->gx_widget_style |= GX_STYLE_DRAW_SELECTED; in btn_text_draw() 312 prompt->gx_widget_style &= (~GX_STYLE_DRAW_SELECTED); in btn_text_draw() 325 prompt->gx_widget_style |= GX_STYLE_DRAW_SELECTED; in btn_numeric_text_draw() 329 prompt->gx_widget_style &= (~GX_STYLE_DRAW_SELECTED); in btn_numeric_text_draw()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_prompt_24xrgb.c | 117 gx_widget_style_add((GX_WIDGET *)prompt, GX_STYLE_DRAW_SELECTED); in control_thread_entry() 125 gx_widget_style_remove((GX_WIDGET *)prompt, GX_STYLE_DRAW_SELECTED); in control_thread_entry()
|
| /GUIX-v6.2.1/samples/demo_guix_smart_watch/ |
| D | page_1_music_screen.c | 207 button->gx_widget_style |= GX_STYLE_DRAW_SELECTED; in custom_pixelmap_button_draw() 211 button->gx_widget_style &= ~GX_STYLE_DRAW_SELECTED; in custom_pixelmap_button_draw()
|
| /GUIX-v6.2.1/samples/demo_guix_medical/ |
| D | patients.c | 147 if (prompt->gx_widget_parent->gx_widget_style & GX_STYLE_DRAW_SELECTED) in patient_prompt_draw() 149 prompt->gx_widget_style |= GX_STYLE_DRAW_SELECTED; in patient_prompt_draw() 153 prompt->gx_widget_style &= ~GX_STYLE_DRAW_SELECTED; in patient_prompt_draw()
|