Home
last modified time | relevance | path

Searched refs:text_color_id (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.2.1/samples/demo_guix_home_automation/
Dpasscode_screen.c23 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/
Dvalidation_guix_all_widgets_progress_bar_32bpp.c60 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/
Ddemo_guix_smart_watch.c383 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/
Dstring_table_edit_dlg.cpp3220 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()