/GUIX-v6.4.1/test/example_internal/guix_medical_mouse_support/ |
D | patients.c | 129 … 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/ |
D | helloworld.c | 71 #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/ |
D | menu_specifications.c | 211 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/ |
D | all_widgets_1bpp_specifications.c | 844 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/ |
D | system_screen_stack_specifications.c | 451 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/ |
D | patients.c | 178 …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/ |
D | all_widgets_4bpp_specifications.c | 796 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/ |
D | line_chart_specifications.c | 265 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 */
|
D | demo_guix_chart.c | 249 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/ |
D | validation_guix_all_widgets_sl_text_input_16bpp.c | 99 …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/ |
D | lines_specifications.c | 313 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 */
|
D | old_lines_app.c | 63 #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/ |
D | lines_screen.c | 12 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/ |
D | lines_screen.c | 13 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/ |
D | lines_screen.c | 13 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/ |
D | lines_screen.c | 13 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/ |
D | lines_screen.c | 13 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/ |
D | lines_screen.c | 13 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/ |
D | lines_screen.c | 13 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/ |
D | lines_screen.c | 13 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/ |
D | lines_screen.c | 13 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/ |
D | lines_screen.c | 13 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/ |
D | lines_screen.c | 13 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/ |
D | lines_screen.c | 14 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/ |
D | lines_screen.c | 14 GX_RESOURCE_ID lines_screen_line_color = GX_COLOR_ID_BLACK; 104 lines_screen_line_color = GX_COLOR_ID_BLACK; in main_event_handler()
|