Searched refs:text_color_id (Results 1 – 4 of 4) sorted by relevance
| /GUIX-v6.2.1/samples/demo_guix_home_automation/ |
| D | passcode_screen.c | 23 INT text_color_id; in on_passcode_input() local 40 text_color_id = GX_COLOR_ID_RED; in on_passcode_input() 43 …text_color_set(&passcode_screen.passcode_screen_title, text_color_id, text_color_id, text_color_id… in on_passcode_input() 59 INT text_color_id = GX_COLOR_ID_WHITE; in on_clear() local 113 …text_color_set(&passcode_screen.passcode_screen_title, text_color_id, text_color_id, text_color_id… in on_clear()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_all_widgets_progress_bar_32bpp.c | 60 GX_RESOURCE_ID text_color_id; member 101 gx_progress_bar_text_color_set(progress_bar, property[property_index].text_color_id, in control_thread_entry() 102 … property[property_index].text_color_id, property[property_index].text_color_id); in control_thread_entry()
|
| /GUIX-v6.2.1/samples/demo_guix_smart_watch/ |
| D | demo_guix_smart_watch.c | 383 GX_RESOURCE_ID text_color_id; in screen_clock_update() local 401 text_color_id = GX_COLOR_ID_WHITE; in screen_clock_update() 405 text_color_id = GX_COLOR_ID_GRAY; in screen_clock_update() 408 gx_prompt_text_color_set(second, text_color_id, text_color_id, text_color_id); in screen_clock_update()
|
| /GUIX-v6.2.1/guix_studio/ |
| D | string_table_edit_dlg.cpp | 3220 int text_color_id = mpInfo->color_id[DISABLED_TEXT_COLOR_INDEX]; in MakeWidgetPreview() local 3221 gx_display_color_set(display, text_color_id, GX_COLOR_BLACK); in MakeWidgetPreview()
|