| /GUIX-v6.2.1/common/src/ |
| D | gx_widget_shift.c | 91 if (mark_dirty && (widget -> gx_widget_status & GX_STATUS_VISIBLE)) in _gx_widget_shift_helper() 108 if (win -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_widget_shift_helper() 115 if ((widget -> gx_widget_status & GX_STATUS_VISIBLE) && in _gx_widget_shift_helper() 212 if (mark_dirty && (widget -> gx_widget_status & GX_STATUS_VISIBLE)) in _gx_widget_shift()
|
| D | gx_widget_style_set.c | 90 widget -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_widget_style_set() 106 widget -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_widget_style_set() 124 if (widget -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_widget_style_set()
|
| D | gx_scrollbar_event_process.c | 204 if (scroll_ptr -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_scrollbar_event_process() 218 if (scroll_ptr -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_scrollbar_event_process() 227 if (win -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_scrollbar_event_process() 275 if (scroll_ptr -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_scrollbar_event_process() 300 if (scroll_ptr -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_scrollbar_event_process()
|
| D | gx_multi_line_text_view_event_process.c | 97 if (text_view -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_multi_line_text_view_event_process() 112 if (text_view -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_multi_line_text_view_event_process() 120 if (text_view -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_multi_line_text_view_event_process()
|
| D | gx_widget_event_process.c | 193 if (!(widget -> gx_widget_status & (GX_STATUS_VISIBLE | GX_STATUS_HIDDEN))) in _gx_widget_event_process() 195 widget -> gx_widget_status |= GX_STATUS_VISIBLE; in _gx_widget_event_process() 201 if (widget -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_widget_event_process() 203 widget -> gx_widget_status &= ~GX_STATUS_VISIBLE; in _gx_widget_event_process()
|
| D | gx_system_dirty_partial_add.c | 88 …if ((widget -> gx_widget_status & (GX_STATUS_VISIBLE | GX_STATUS_DIRTY)) != (GX_STATUS_VISIBLE | G… in _gx_system_dirty_entry_shift() 147 if (!(widget -> gx_widget_status & GX_STATUS_VISIBLE)) in _gx_system_dirty_partial_add()
|
| D | gx_circular_gauge_angle_increment_calculate.c | 88 if ((gauge ->gx_widget_status & GX_STATUS_VISIBLE) && in _gx_circular_gauge_angle_increment_calculate() 109 if (gauge -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_circular_gauge_angle_increment_calculate()
|
| D | gx_widget_string_get.c | 82 if (widget -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_widget_string_get() 151 if (widget -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_widget_string_get_ext()
|
| D | gx_generic_scroll_wheel_total_rows_set.c | 105 if (!(test->gx_widget_status & GX_STATUS_VISIBLE)) in _gx_generic_scroll_wheel_total_rows_set() 152 if (wheel -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_generic_scroll_wheel_total_rows_set()
|
| D | gx_system_canvas_refresh.c | 144 if (drawit && (drawit -> gx_widget_status & GX_STATUS_VISIBLE)) 315 if (!(root -> gx_widget_status & GX_STATUS_VISIBLE)) 433 if (root -> gx_widget_status & GX_STATUS_VISIBLE)
|
| D | gx_widget_resize.c | 104 if (widget -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_widget_resize() 183 if (widget -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_widget_resize()
|
| D | gx_generic_scroll_wheel_row_height_set.c | 72 if (wheel -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_generic_scroll_wheel_row_height_set()
|
| D | gx_scroll_wheel_row_height_set.c | 74 if (wheel -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_scroll_wheel_row_height_set()
|
| D | gx_progress_bar_info_set.c | 79 if (bar -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_progress_bar_info_set()
|
| D | gx_prompt_font_set.c | 79 if (prompt -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_prompt_font_set()
|
| D | gx_scroll_wheel_selected_background_set.c | 75 if (wheel -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_scroll_wheel_selected_background_set()
|
| D | gx_text_button_font_set.c | 78 if (button -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_text_button_font_set()
|
| D | gx_tree_view_root_line_color_set.c | 75 if (tree -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_tree_view_root_line_color_set()
|
| /GUIX-v6.2.1/samples/demo_guix_home_automation/ |
| D | thermostat.c | 224 if (info->controller->base.gx_widget_status & GX_STATUS_VISIBLE) in thermostat_screen_reset() 245 if (info->controller->base.gx_widget_status & GX_STATUS_VISIBLE) in thermostat_screen_animation_start() 249 if (!(base->controller_base_title.gx_widget_status & GX_STATUS_VISIBLE)) in thermostat_screen_animation_start() 293 if (info->controller->base.gx_widget_status & GX_STATUS_VISIBLE) in thermostat_screen_animation_stop() 312 if (info && (slider->gx_widget_status & GX_STATUS_VISIBLE)) in thermostat_radial_slider_value_update()
|
| D | lights.c | 240 if (info->light->base.gx_widget_status & GX_STATUS_VISIBLE) in lights_screen_reset() 260 if (info->light->base.gx_widget_status & GX_STATUS_VISIBLE) in lights_screen_animation_start() 264 if (!(info->light->base.controller_base_title.gx_widget_status & GX_STATUS_VISIBLE)) in lights_screen_animation_start() 313 if (info->light->base.gx_widget_status & GX_STATUS_VISIBLE) in lights_screen_animation_stop() 332 if (info && (slider->gx_widget_status & GX_STATUS_VISIBLE)) in radial_slider_value_update()
|
| D | weather.c | 268 if (info->widget->gx_widget_status & GX_STATUS_VISIBLE) in weather_screen_reset() 286 if (info->widget->gx_widget_status & GX_STATUS_VISIBLE) in weather_screen_animation_start() 288 if (!(info->widget->weather_base_temperature.gx_widget_status & GX_STATUS_VISIBLE)) in weather_screen_animation_start() 317 if (info->widget->gx_widget_status & GX_STATUS_VISIBLE) in weather_screen_animation_stop()
|
| D | locks.c | 452 if (info->door->base.gx_widget_status & GX_STATUS_VISIBLE) in locks_screen_reset() 479 if (lock_controller->gx_widget_status & GX_STATUS_VISIBLE) in locks_screen_animation_start() 482 if (!(lock_controller->controller_base_title.gx_widget_status & GX_STATUS_VISIBLE)) in locks_screen_animation_start() 519 if (lock_controller->gx_widget_status & GX_STATUS_VISIBLE) in locks_screen_animation_stop()
|
| /GUIX-v6.2.1/samples/demo_guix_washing_machine/ |
| D | demo_guix_washing_machine.c | 142 if (wash_cycle_window.gx_widget_status & GX_STATUS_VISIBLE) in mark_wave_animation_parent_dirty() 146 else if (temperature_window.gx_widget_status & GX_STATUS_VISIBLE) in mark_wave_animation_parent_dirty() 200 if (wash_cycle_window.gx_widget_status & GX_STATUS_VISIBLE) in main_screen_event_process() 210 if (mode_select_window.gx_widget_status & GX_STATUS_VISIBLE) in main_screen_event_process() 223 if (mode_select_window.gx_widget_status & GX_STATUS_VISIBLE) in main_screen_event_process()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_widget_string_get_no_output.c | 85 gx_widget_status_remove(&window_screen, GX_STATUS_VISIBLE); in control_thread_entry() 98 gx_widget_status_add(&window_screen, GX_STATUS_VISIBLE); in control_thread_entry()
|
| D | validation_guix_all_widgets_tree_view.c | 138 if(scroll && (scroll->gx_widget_status & GX_STATUS_VISIBLE)) in control_thread_entry() 153 if(scroll && (scroll->gx_widget_status & GX_STATUS_VISIBLE)) in control_thread_entry()
|