Home
last modified time | relevance | path

Searched refs:GX_COLOR_ID_BLACK (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/GUIX-v6.4.1/test/example_internal/guix_medical_mouse_support/
Dpatients.c129 … gx_prompt_text_color_set(&row->name, GX_COLOR_ID_OFF_WHITE, GX_COLOR_ID_BLACK, GX_COLOR_ID_BLACK); in patient_row_create()
135 …x_prompt_text_color_set(&row->mr_num, GX_COLOR_ID_OFF_WHITE, GX_COLOR_ID_BLACK, GX_COLOR_ID_BLACK); in patient_row_create()
141 …prompt_text_color_set(&row->room_num, GX_COLOR_ID_OFF_WHITE, GX_COLOR_ID_BLACK, GX_COLOR_ID_BLACK); in patient_row_create()
147 …ompt_text_color_set(&row->admit_date, GX_COLOR_ID_OFF_WHITE, GX_COLOR_ID_BLACK, GX_COLOR_ID_BLACK); in patient_row_create()
/GUIX-v6.4.1/test/example_internal/helloworld/
Dhelloworld.c71 #define GX_COLOR_ID_BLACK GX_FIRST_USER_COLOR macro
223 …gx_widget_fill_color_set(&demo_root_window, GX_COLOR_ID_BLACK, GX_COLOR_ID_BLACK, GX_COLOR_ID_BLAC… in demo_thread_entry()
236 gx_widget_fill_color_set(&demo_prompt, GX_COLOR_ID_BLACK, GX_COLOR_ID_BLACK, GX_COLOR_ID_BLACK); in demo_thread_entry()
/GUIX-v6.4.1/test/example_internal/menu/
Dmenu_specifications.c211 GX_COLOR_ID_BLACK, /* normal color id */
212 GX_COLOR_ID_BLACK, /* selected color id */
213 GX_COLOR_ID_BLACK, /* disabled color id */
336 GX_COLOR_ID_BLACK, /* normal color id */
337 GX_COLOR_ID_BLACK, /* selected color id */
338 GX_COLOR_ID_BLACK, /* disabled color id */
766 GX_COLOR_ID_BLACK, /* normal color id */
767 GX_COLOR_ID_BLACK, /* selected color id */
768 GX_COLOR_ID_BLACK, /* disabled color id */
1098 GX_COLOR_ID_BLACK, /* normal color id */
[all …]
/GUIX-v6.4.1/test/example_internal/all_widgets_1bpp/
Dall_widgets_1bpp_specifications.c844 GX_COLOR_ID_BLACK, /* normal text color */
846 GX_COLOR_ID_BLACK /* disabled text color */
1200 GX_COLOR_ID_BLACK, /* normal text color */
1201 GX_COLOR_ID_BLACK, /* selected text color */
1202 GX_COLOR_ID_BLACK /* disabled text color */
1810 GX_COLOR_ID_BLACK, /* normal text color */
1811 GX_COLOR_ID_BLACK, /* selected text color */
1812 GX_COLOR_ID_BLACK /* disabled text color */
2286 GX_COLOR_ID_BLACK, /* normal text color */
2287 GX_COLOR_ID_BLACK, /* selected text color */
[all …]
/GUIX-v6.4.1/test/example_internal/system_screen_stack/
Dsystem_screen_stack_specifications.c451 GX_COLOR_ID_BLACK, /* normal color id */
452 GX_COLOR_ID_BLACK, /* selected color id */
453 GX_COLOR_ID_BLACK, /* disabled color id */
607 GX_COLOR_ID_BLACK, /* normal color id */
608 GX_COLOR_ID_BLACK, /* selected color id */
609 GX_COLOR_ID_BLACK, /* disabled color id */
631 GX_COLOR_ID_BLACK, /* normal color id */
632 GX_COLOR_ID_BLACK, /* selected color id */
633 GX_COLOR_ID_BLACK, /* disabled color id */
772 GX_COLOR_ID_BLACK, /* normal color id */
[all …]
/GUIX-v6.4.1/samples/demo_guix_medical/
Dpatients.c178 …gx_widget_fill_color_set(&row->background, GX_COLOR_ID_BLACK, GX_COLOR_ID_YELLOW, GX_COLOR_ID_BLAC… in patient_row_create()
186 … gx_prompt_text_color_set(&row->name, GX_COLOR_ID_WHITE, GX_COLOR_ID_BLACK, GX_COLOR_ID_WHITE); in patient_row_create()
193 … gx_prompt_text_color_set(&row->dob, GX_COLOR_ID_WHITE, GX_COLOR_ID_BLACK, GX_COLOR_ID_WHITE); in patient_row_create()
200 … gx_prompt_text_color_set(&row->room_num, GX_COLOR_ID_WHITE, GX_COLOR_ID_BLACK, GX_COLOR_ID_WHITE); in patient_row_create()
207 …gx_prompt_text_color_set(&row->admit_date, GX_COLOR_ID_WHITE, GX_COLOR_ID_BLACK, GX_COLOR_ID_WHITE… in patient_row_create()
214 … gx_prompt_text_color_set(&row->mr_num, GX_COLOR_ID_WHITE, GX_COLOR_ID_BLACK, GX_COLOR_ID_WHITE); in patient_row_create()
/GUIX-v6.4.1/test/example_internal/all_widgets_4bpp/
Dall_widgets_4bpp_specifications.c796 GX_COLOR_ID_BLACK, /* normal text color */
798 GX_COLOR_ID_BLACK /* disabled text color */
884 GX_COLOR_ID_BLACK, /* normal color id */
885 GX_COLOR_ID_BLACK, /* selected color id */
886 GX_COLOR_ID_BLACK, /* disabled color id */
956 GX_COLOR_ID_BLACK, /* normal color id */
957 GX_COLOR_ID_BLACK, /* selected color id */
958 GX_COLOR_ID_BLACK, /* disabled color id */
2102 GX_COLOR_ID_BLACK, /* normal text color */
2103 GX_COLOR_ID_BLACK, /* selected text color */
[all …]
/GUIX-v6.4.1/test/example_internal/line_chart/
Dline_chart_specifications.c265 GX_COLOR_ID_BLACK, /* normal color id */
266 GX_COLOR_ID_BLACK, /* selected color id */
267 GX_COLOR_ID_BLACK, /* disabled color id */
385 GX_COLOR_ID_BLACK, /* normal color id */
386 GX_COLOR_ID_BLACK, /* selected color id */
387 GX_COLOR_ID_BLACK, /* disabled color id */
Ddemo_guix_chart.c249 gx_context_fill_color_set(GX_COLOR_ID_BLACK); in test_line_chart_reference_lines_draw()
266 gx_context_fill_color_set(GX_COLOR_ID_BLACK); in test_line_chart_reference_lines_draw()
282 gx_context_fill_color_set(GX_COLOR_ID_BLACK); in test_line_chart_reference_lines_draw()
/GUIX-v6.4.1/test/guix_test/regression_test/tests/
Dvalidation_guix_all_widgets_sl_text_input_16bpp.c99 …ompt_text_color_set((GX_PROMPT *)text_input_ptr, GX_COLOR_ID_BLACK, GX_COLOR_ID_BLACK, GX_COLOR_ID… in control_thread_entry()
/GUIX-v6.4.1/test/example_internal/lines/
Dlines_specifications.c313 GX_COLOR_ID_BLACK, /* normal color id */
315 GX_COLOR_ID_BLACK, /* disabled color id */
505 GX_COLOR_ID_BLACK, /* normal color id */
507 GX_COLOR_ID_BLACK, /* disabled color id */
529 GX_COLOR_ID_BLACK, /* normal color id */
531 GX_COLOR_ID_BLACK, /* disabled color id */
Dold_lines_app.c63 #define GX_COLOR_ID_BLACK GX_FIRST_USER_COLOR macro
184 gx_widget_fill_color_set(&demo_root_window, GX_COLOR_ID_BLACK, GX_COLOR_ID_BLACK); in demo_thread_entry()
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp_6_1_3/
Dlines_screen.c12 GX_RESOURCE_ID lines_screen_line_color = GX_COLOR_ID_BLACK;
92 lines_screen_line_color = GX_COLOR_ID_BLACK; in main_event_handler()
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_binary/
Dlines_screen.c13 GX_RESOURCE_ID lines_screen_line_color = GX_COLOR_ID_BLACK;
93 lines_screen_line_color = GX_COLOR_ID_BLACK; in main_event_handler()
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp_rotated_cw_dave2d_disabled/
Dlines_screen.c13 GX_RESOURCE_ID lines_screen_line_color = GX_COLOR_ID_BLACK;
93 lines_screen_line_color = GX_COLOR_ID_BLACK; in main_event_handler()
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp_rotated_cw/
Dlines_screen.c13 GX_RESOURCE_ID lines_screen_line_color = GX_COLOR_ID_BLACK;
93 lines_screen_line_color = GX_COLOR_ID_BLACK; in main_event_handler()
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp/
Dlines_screen.c13 GX_RESOURCE_ID lines_screen_line_color = GX_COLOR_ID_BLACK;
93 lines_screen_line_color = GX_COLOR_ID_BLACK; in main_event_handler()
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw/
Dlines_screen.c13 GX_RESOURCE_ID lines_screen_line_color = GX_COLOR_ID_BLACK;
93 lines_screen_line_color = GX_COLOR_ID_BLACK; in main_event_handler()
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_8bpp_rotated_ccw_binary/
Dlines_screen.c13 GX_RESOURCE_ID lines_screen_line_color = GX_COLOR_ID_BLACK;
93 lines_screen_line_color = GX_COLOR_ID_BLACK; in main_event_handler()
/GUIX-v6.4.1/test/example_internal/all_widgets_8bpp_rotated_ccw/
Dlines_screen.c13 GX_RESOURCE_ID lines_screen_line_color = GX_COLOR_ID_BLACK;
93 lines_screen_line_color = GX_COLOR_ID_BLACK; in main_event_handler()
/GUIX-v6.4.1/test/example_internal/all_widgets_8bpp_rotated_ccw_binary/
Dlines_screen.c13 GX_RESOURCE_ID lines_screen_line_color = GX_COLOR_ID_BLACK;
93 lines_screen_line_color = GX_COLOR_ID_BLACK; in main_event_handler()
/GUIX-v6.4.1/test/example_internal/all_widgets_8bpp_rotated_cw/
Dlines_screen.c13 GX_RESOURCE_ID lines_screen_line_color = GX_COLOR_ID_BLACK;
93 lines_screen_line_color = GX_COLOR_ID_BLACK; in main_event_handler()
/GUIX-v6.4.1/test/example_internal/all_widgets_8bpp_rotated_cw_binary/
Dlines_screen.c13 GX_RESOURCE_ID lines_screen_line_color = GX_COLOR_ID_BLACK;
93 lines_screen_line_color = GX_COLOR_ID_BLACK; in main_event_handler()
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_binary/
Dlines_screen.c14 GX_RESOURCE_ID lines_screen_line_color = GX_COLOR_ID_BLACK;
104 lines_screen_line_color = GX_COLOR_ID_BLACK; in main_event_handler()
/GUIX-v6.4.1/test/example_internal/all_widgets_synergy_16bpp_rotated_cw_dave2d_disabled/
Dlines_screen.c14 GX_RESOURCE_ID lines_screen_line_color = GX_COLOR_ID_BLACK;
104 lines_screen_line_color = GX_COLOR_ID_BLACK; in main_event_handler()

12345678910>>...14