| /GUIX-v6.2.1/samples/demo_guix_medical/ |
| D | demo_guix_medical.c | 98 gx_widget_style_remove(&template->template_vitals_button, GX_STYLE_BUTTON_PUSHED); in template_event_handler() 99 gx_widget_style_remove(&template->template_schedule_button, GX_STYLE_BUTTON_PUSHED); in template_event_handler() 100 gx_widget_style_remove(&template->template_patients_button, GX_STYLE_BUTTON_PUSHED); in template_event_handler() 106 gx_widget_style_add(&template->template_vitals_button, GX_STYLE_BUTTON_PUSHED); in template_event_handler() 110 gx_widget_style_add(&template->template_schedule_button, GX_STYLE_BUTTON_PUSHED); in template_event_handler() 114 gx_widget_style_add(&template->template_patients_button, GX_STYLE_BUTTON_PUSHED); in template_event_handler()
|
| /GUIX-v6.2.1/samples/demo_guix_smart_watch/ |
| D | page_1_music_screen.c | 122 gx_widget_style_add(&weather_screen.weather_screen_play_button, GX_STYLE_BUTTON_PUSHED); in music_play_on() 123 gx_widget_style_add(&music_screen.music_screen_play_button, GX_STYLE_BUTTON_PUSHED); in music_play_on() 133 gx_widget_style_remove(&weather_screen.weather_screen_play_button, GX_STYLE_BUTTON_PUSHED); in music_play_off() 134 gx_widget_style_remove(&music_screen.music_screen_play_button, GX_STYLE_BUTTON_PUSHED); in music_play_off() 205 if (button->gx_widget_style & GX_STYLE_BUTTON_PUSHED) in custom_pixelmap_button_draw()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_all_widgets_checkbox_draw.c | 70 {0, GX_STYLE_BUTTON_PUSHED, "Pushed"}, 71 {GX_STYLE_BUTTON_PUSHED, 0, "Not Pushed"}, 73 {0, GX_STYLE_BUTTON_PUSHED, "Pushed"}, 74 {GX_STYLE_BUTTON_PUSHED, 0, "Not Pushed"},
|
| D | validation_guix_all_widgets_radio_button_draw.c | 70 {0, GX_STYLE_BUTTON_PUSHED, "Pushed"}, 71 {GX_STYLE_BUTTON_PUSHED, 0, "Not Pushed"}, 73 {0, GX_STYLE_BUTTON_PUSHED, "Pushed"}, 74 {GX_STYLE_BUTTON_PUSHED, 0, "Not Pushed"},
|
| D | validation_guix_button_deselect_no_output.c | 81 if(!(test_button->gx_widget_style & GX_STYLE_BUTTON_PUSHED)) in control_thread_entry() 91 if(test_button->gx_widget_style & GX_STYLE_BUTTON_PUSHED) in control_thread_entry() 103 gx_widget_style_remove(test_button, GX_STYLE_BUTTON_PUSHED); in control_thread_entry()
|
| D | validation_guix_all_widgets_ml_text_button.c | 99 gx_widget_style_add((GX_WIDGET *)button, GX_STYLE_BUTTON_PUSHED); in control_thread_entry() 104 gx_widget_style_remove((GX_WIDGET *)button, GX_STYLE_BUTTON_PUSHED); in control_thread_entry()
|
| /GUIX-v6.2.1/common/src/ |
| D | gx_checkbox_select.c | 80 if (!(checkbox -> gx_widget_style & GX_STYLE_BUTTON_PUSHED)) in _gx_checkbox_select() 82 checkbox -> gx_widget_style |= GX_STYLE_BUTTON_PUSHED; in _gx_checkbox_select() 87 checkbox -> gx_widget_style &= ~GX_STYLE_BUTTON_PUSHED; in _gx_checkbox_select()
|
| D | gx_slider_event_process.c | 89 slider -> gx_widget_style |= GX_STYLE_BUTTON_PUSHED; in _gx_slider_event_process() 106 slider -> gx_widget_style &= ~GX_STYLE_BUTTON_PUSHED; in _gx_slider_event_process() 111 if (slider -> gx_widget_style & GX_STYLE_BUTTON_PUSHED) in _gx_slider_event_process()
|
| D | gx_pixelmap_slider_event_process.c | 91 slider -> gx_widget_style |= GX_STYLE_BUTTON_PUSHED; in _gx_pixelmap_slider_event_process() 108 slider -> gx_widget_style &= ~GX_STYLE_BUTTON_PUSHED; in _gx_pixelmap_slider_event_process() 113 if (slider -> gx_widget_style & GX_STYLE_BUTTON_PUSHED) in _gx_pixelmap_slider_event_process()
|
| D | gx_button_siblings_deselect.c | 94 if ((test -> gx_widget_style & (GX_STYLE_BUTTON_RADIO | GX_STYLE_BUTTON_PUSHED)) == in _gx_button_siblings_deselect() 95 (GX_STYLE_BUTTON_RADIO | GX_STYLE_BUTTON_PUSHED)) in _gx_button_siblings_deselect()
|
| D | gx_button_deselect.c | 85 if (button -> gx_widget_style & GX_STYLE_BUTTON_PUSHED) in _gx_button_deselect() 102 button -> gx_widget_style &= ~GX_STYLE_BUTTON_PUSHED; in _gx_button_deselect()
|
| D | gx_button_select.c | 83 if (!(button -> gx_widget_style & GX_STYLE_BUTTON_PUSHED)) in _gx_button_select() 86 button -> gx_widget_style |= GX_STYLE_BUTTON_PUSHED; in _gx_button_select()
|
| D | gx_button_event_process.c | 116 if (widget -> gx_widget_style & GX_STYLE_BUTTON_PUSHED) in _gx_button_event_process() 137 if (widget -> gx_widget_style & GX_STYLE_BUTTON_PUSHED) in _gx_button_event_process()
|
| D | gx_checkbox_draw.c | 94 if (widget -> gx_widget_style & GX_STYLE_BUTTON_PUSHED) in _gx_checkbox_draw() 111 if (widget -> gx_widget_style & GX_STYLE_BUTTON_PUSHED) in _gx_checkbox_draw()
|
| D | gx_radio_button_draw.c | 93 if (button -> gx_widget_style & GX_STYLE_BUTTON_PUSHED) in _gx_radio_button_draw() 111 if (button -> gx_widget_style & GX_STYLE_BUTTON_PUSHED) in _gx_radio_button_draw()
|
| /GUIX-v6.2.1/samples/demo_guix_car_infotainment/ |
| D | video.c | 14 gx_widget_style_add(&video_screen.video_screen_play_btn_small, GX_STYLE_BUTTON_PUSHED); in video_play() 100 if (button->gx_widget_style & GX_STYLE_BUTTON_PUSHED) in video_screen_pixelmap_button_draw()
|
| /GUIX-v6.2.1/samples/demo_guix_washing_machine/ |
| D | demo_guix_washing_machine.c | 79 button->gx_widget_style &= ~GX_STYLE_BUTTON_PUSHED; in repeat_selection_style_button_select() 306 if (prompt->gx_widget_parent->gx_widget_style & GX_STYLE_BUTTON_PUSHED) in btn_text_draw() 323 if (prompt->gx_widget_parent->gx_widget_style & GX_STYLE_BUTTON_PUSHED) in btn_numeric_text_draw() 431 if (main_screen.main_screen_btn_play.gx_widget_style & GX_STYLE_BUTTON_PUSHED) in wash_cycle_progress_bar_draw()
|
| /GUIX-v6.2.1/samples/demo_guix_widget_types/ |
| D | demo_guix_widget_types.c | 451 if (button->gx_widget_style & GX_STYLE_BUTTON_PUSHED) in custom_icon_button_draw() 513 if (button->gx_widget_style & GX_STYLE_BUTTON_PUSHED) in custom_text_button_draw() 535 if (button->gx_widget_style & GX_STYLE_BUTTON_PUSHED) in custom_button_draw() 557 if (button->gx_widget_style & GX_STYLE_BUTTON_PUSHED) in custom_multi_line_text_button_draw() 650 if (pixelmap_button -> gx_widget_style & GX_STYLE_BUTTON_PUSHED) in custom_next_button_draw()
|
| /GUIX-v6.2.1/samples/demo_guix_keyboard/ |
| D | demo_guix_keyboard.c | 145 if (key ->gx_widget_style & GX_STYLE_BUTTON_PUSHED) in key_widget_draw() 187 button -> gx_widget_style |= GX_STYLE_BUTTON_PUSHED; in key_widget_select() 203 key -> gx_widget_style &= ~GX_STYLE_BUTTON_PUSHED; in key_widget_deselect()
|
| /GUIX-v6.2.1/test/example_internal/keyboard_8bpp/ |
| D | demo_guix_keyboard_8bpp.c | 168 if (key ->gx_widget_style & GX_STYLE_BUTTON_PUSHED) in key_widget_draw() 209 button -> gx_widget_style |= GX_STYLE_BUTTON_PUSHED; in key_widget_select() 225 key -> gx_widget_style &= ~GX_STYLE_BUTTON_PUSHED; in key_widget_deselect()
|
| /GUIX-v6.2.1/test/example_internal/graphics_palette/ |
| D | graphics_palette_specifications.c | 352 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_… 592 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_… 640 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_… 664 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_… 1088 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_… 1112 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_… 1256 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_… 1568 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_… 1616 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_…
|
| /GUIX-v6.2.1/test/example_internal/color_convert_8bpp/ |
| D | color_convert_8bpp_specifications.c | 234 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_… 330 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_… 354 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_… 402 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_…
|
| /GUIX-v6.2.1/test/example_internal/color_convert_16bpp/ |
| D | color_convert_16bpp_specifications.c | 254 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_… 398 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_… 422 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_… 494 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_…
|
| /GUIX-v6.2.1/test/example_internal/polygon_16bpp/ |
| D | polygon_16bpp_specifications.c | 383 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_… 551 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_… 599 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_… 623 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_…
|
| /GUIX-v6.2.1/test/example_internal/polygon_32bpp/ |
| D | polygon_32bpp_specifications.c | 383 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_… 551 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_… 599 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_… 623 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_BUTTON_PUSHED|GX_STYLE_BUTTON_…
|