Home
last modified time | relevance | path

Searched refs:GX_COLOR_ID_ORANGE (Results 1 – 25 of 257) sorted by relevance

1234567891011

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_widget_text_draw.c65 gx_widget_text_draw(window, GX_COLOR_ID_ORANGE, GX_FONT_ID_SYSTEM, "test string 1", 10, 10); in test_widget_text_draw()
70 gx_widget_text_blend_ext(window, GX_COLOR_ID_ORANGE, 1024, &string, 10, 50, 128); in test_widget_text_draw()
74 gx_widget_text_blend_ext(window, GX_COLOR_ID_ORANGE, GX_FONT_ID_SYSTEM, &string, 10, 100, 128); in test_widget_text_draw()
84 gx_widget_text_id_draw(window, GX_COLOR_ID_ORANGE, GX_FONT_ID_PROMPT, in test_widget_text_id_draw()
88 gx_widget_text_id_draw(window, GX_COLOR_ID_ORANGE, GX_FONT_ID_PROMPT, in test_widget_text_id_draw()
Dvalidation_guix_all_widgets_progress_bar_info_set.c66 GX_COLOR_ID_ORANGE, /* normal text color */
67 GX_COLOR_ID_ORANGE, /* selected text color */
68 GX_COLOR_ID_ORANGE, /* disabled text color */
Dvalidation_guix_all_widgets_ml_text_view_16bpp.c88 …r_set(&text_screen -> text_screen_text_view_1, GX_COLOR_ID_ORANGE, GX_COLOR_ID_ORANGE, GX_COLOR_ID… in control_thread_entry()
Dvalidation_guix_multi_line_text_view_24xrgb.c88 …r_set(&text_screen -> text_screen_text_view_1, GX_COLOR_ID_ORANGE, GX_COLOR_ID_ORANGE, GX_COLOR_ID… in control_thread_entry()
Dvalidation_guix_all_widgets_icon_alignment.c84 …gx_widget_fill_color_set((GX_WIDGET *)icon, GX_COLOR_ID_ORANGE, GX_COLOR_ID_ORANGE, GX_COLOR_ID_OR… in control_thread_entry()
Dvalidation_guix_all_widgets_ml_text_input_16bpp.c81GX_COLOR_ID_ORANGE, GX_COLOR_ID_ORANGE, GX_COLOR_ID_ORANGE); in control_thread_entry()
Dvalidation_guix_multi_line_text_input_character_insert_24xrgb.c80GX_COLOR_ID_ORANGE, GX_COLOR_ID_ORANGE, GX_COLOR_ID_ORANGE); in control_thread_entry()
Dvalidation_guix_all_widgets_ml_text_input_cursor_draw_16bpp.c93 …lor_set((GX_MULTI_LINE_TEXT_VIEW *)text_input, GX_COLOR_ID_ORANGE, GX_COLOR_ID_ORANGE, GX_COLOR_ID… in control_thread_entry()
Dvalidation_guix_multi_line_text_input_cursor_draw_24xrgb.c104GX_COLOR_ID_ORANGE, GX_COLOR_ID_ORANGE, GX_COLOR_ID_ORANGE); in control_thread_entry()
Dvalidation_guix_all_widgets_utility_vertical_gradient_create.c66 gx_context_line_color_set(GX_COLOR_ID_ORANGE); in button_screen_draw()
67 gx_context_fill_color_set(GX_COLOR_ID_ORANGE); in button_screen_draw()
Dvalidation_guix_all_widgets_v_slider_16bpp.c124 …gx_widget_fill_color_set((GX_WIDGET *)slider, GX_COLOR_ID_ORANGE, GX_COLOR_ID_ORANGE, GX_COLOR_ID_… in control_thread_entry()
Dvalidation_guix_slider_24xrgb.c126 …gx_widget_fill_color_set((GX_WIDGET *)slider, GX_COLOR_ID_ORANGE, GX_COLOR_ID_ORANGE, GX_COLOR_ID_… in control_thread_entry()
Dvalidation_guix_all_widgets_h_slider_16bpp.c130 …gx_widget_fill_color_set((GX_WIDGET *)slider, GX_COLOR_ID_ORANGE, GX_COLOR_ID_ORANGE, GX_COLOR_ID_… in control_thread_entry()
Dvalidation_guix_slider_h_24xrgb.c129 …gx_widget_fill_color_set((GX_WIDGET *)slider, GX_COLOR_ID_ORANGE, GX_COLOR_ID_ORANGE, GX_COLOR_ID_… in control_thread_entry()
/GUIX-v6.2.1/test/example_internal/all_widgets_defined_5_4_0_compatibility/
Ddemo_guix_all_widgets_defined_5_4_0_compatibility.c376 gx_widget_fill_color_set((GX_WIDGET *)&button_screen, GX_COLOR_ID_ORANGE, GX_COLOR_ID_BLUE); in color_set_API_compatibility_test()
377 …pt_text_color_set(&button_screen.button_screen_count_prompt, GX_COLOR_ID_BLUE, GX_COLOR_ID_ORANGE); in color_set_API_compatibility_test()
378 …n_text_color_set(&button_screen.button_screen_text_button_1, GX_COLOR_ID_BLUE, GX_COLOR_ID_ORANGE); in color_set_API_compatibility_test()
379 …xt_view_text_color_set(&text_screen.text_screen_text_view_1, GX_COLOR_ID_BLUE, GX_COLOR_ID_ORANGE); in color_set_API_compatibility_test()
380 …color_set(&indicator_screen.indicator_screen_progress_bar_1, GX_COLOR_ID_BLUE, GX_COLOR_ID_ORANGE); in color_set_API_compatibility_test()
381 …_set(&indicator_screen.indicator_screen_radial_progress_bar, GX_COLOR_ID_BLUE, GX_COLOR_ID_ORANGE); in color_set_API_compatibility_test()
382 …olor_set(&scroll_wheel_screen.scroll_wheel_screen_day_wheel, GX_COLOR_ID_BLUE, GX_COLOR_ID_ORANGE); in color_set_API_compatibility_test()
/GUIX-v6.2.1/test/example_internal/all_widgets_8bpp/
Dall_widgets_8bpp_specifications.c2224 GX_COLOR_ID_ORANGE, /* normal color id */
2225 GX_COLOR_ID_ORANGE, /* selected color id */
2226 GX_COLOR_ID_ORANGE, /* disabled color id */
2392 GX_COLOR_ID_ORANGE, /* normal color id */
2393 GX_COLOR_ID_ORANGE, /* selected color id */
2394 GX_COLOR_ID_ORANGE, /* disabled color id */
2416 GX_COLOR_ID_ORANGE, /* normal color id */
2417 GX_COLOR_ID_ORANGE, /* selected color id */
2418 GX_COLOR_ID_ORANGE, /* disabled color id */
2440 GX_COLOR_ID_ORANGE, /* normal color id */
[all …]
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24BPP_Dave_Disabled/
Dall_widgets_synergy_dave_disabled_specifications.c2250 GX_COLOR_ID_ORANGE, /* normal color id */
2251 GX_COLOR_ID_ORANGE, /* selected color id */
2252 GX_COLOR_ID_ORANGE, /* disabled color id */
2418 GX_COLOR_ID_ORANGE, /* normal color id */
2419 GX_COLOR_ID_ORANGE, /* selected color id */
2420 GX_COLOR_ID_ORANGE, /* disabled color id */
2442 GX_COLOR_ID_ORANGE, /* normal color id */
2443 GX_COLOR_ID_ORANGE, /* selected color id */
2444 GX_COLOR_ID_ORANGE, /* disabled color id */
2466 GX_COLOR_ID_ORANGE, /* normal color id */
[all …]
/GUIX-v6.2.1/test/guix_studio_test/test_view/golden_files/
Dall_widgets_execute_specifications.c2133 GX_COLOR_ID_ORANGE, /* normal color id */
2134 GX_COLOR_ID_ORANGE, /* selected color id */
2135 GX_COLOR_ID_ORANGE, /* disabled color id */
2301 GX_COLOR_ID_ORANGE, /* normal color id */
2302 GX_COLOR_ID_ORANGE, /* selected color id */
2303 GX_COLOR_ID_ORANGE, /* disabled color id */
2325 GX_COLOR_ID_ORANGE, /* normal color id */
2326 GX_COLOR_ID_ORANGE, /* selected color id */
2327 GX_COLOR_ID_ORANGE, /* disabled color id */
2349 GX_COLOR_ID_ORANGE, /* normal color id */
[all …]
/GUIX-v6.2.1/test/example_internal/all_widgets_5_4_1/
Dall_widgets_5_4_1_specifications.c2399 GX_COLOR_ID_ORANGE, /* normal color id */
2400 GX_COLOR_ID_ORANGE, /* selected color id */
2401 GX_COLOR_ID_ORANGE, /* disabled color id */
2567 GX_COLOR_ID_ORANGE, /* normal color id */
2568 GX_COLOR_ID_ORANGE, /* selected color id */
2569 GX_COLOR_ID_ORANGE, /* disabled color id */
2591 GX_COLOR_ID_ORANGE, /* normal color id */
2592 GX_COLOR_ID_ORANGE, /* selected color id */
2593 GX_COLOR_ID_ORANGE, /* disabled color id */
2615 GX_COLOR_ID_ORANGE, /* normal color id */
[all …]
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_5_4_2/
Dall_widgets_synergy_5_4_2_specifications.c2185 GX_COLOR_ID_ORANGE, /* normal color id */
2186 GX_COLOR_ID_ORANGE, /* selected color id */
2187 GX_COLOR_ID_ORANGE, /* disabled color id */
2353 GX_COLOR_ID_ORANGE, /* normal color id */
2354 GX_COLOR_ID_ORANGE, /* selected color id */
2355 GX_COLOR_ID_ORANGE, /* disabled color id */
2377 GX_COLOR_ID_ORANGE, /* normal color id */
2378 GX_COLOR_ID_ORANGE, /* selected color id */
2379 GX_COLOR_ID_ORANGE, /* disabled color id */
2401 GX_COLOR_ID_ORANGE, /* normal color id */
[all …]
/GUIX-v6.2.1/test/example_internal/all_widgets_execute/
Dall_widgets_execute_specifications.c2226 GX_COLOR_ID_ORANGE, /* normal color id */
2227 GX_COLOR_ID_ORANGE, /* selected color id */
2228 GX_COLOR_ID_ORANGE, /* disabled color id */
2394 GX_COLOR_ID_ORANGE, /* normal color id */
2395 GX_COLOR_ID_ORANGE, /* selected color id */
2396 GX_COLOR_ID_ORANGE, /* disabled color id */
2418 GX_COLOR_ID_ORANGE, /* normal color id */
2419 GX_COLOR_ID_ORANGE, /* selected color id */
2420 GX_COLOR_ID_ORANGE, /* disabled color id */
2442 GX_COLOR_ID_ORANGE, /* normal color id */
[all …]
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_565rgb/
Dall_widgets_synergy_565rgb_specifications.c2716 GX_COLOR_ID_ORANGE, /* normal color id */
2717 GX_COLOR_ID_ORANGE, /* selected color id */
2718 GX_COLOR_ID_ORANGE, /* disabled color id */
2884 GX_COLOR_ID_ORANGE, /* normal color id */
2885 GX_COLOR_ID_ORANGE, /* selected color id */
2886 GX_COLOR_ID_ORANGE, /* disabled color id */
2908 GX_COLOR_ID_ORANGE, /* normal color id */
2909 GX_COLOR_ID_ORANGE, /* selected color id */
2910 GX_COLOR_ID_ORANGE, /* disabled color id */
2932 GX_COLOR_ID_ORANGE, /* normal color id */
[all …]
/GUIX-v6.2.1/test/example_internal/all_widgets_5_4_2/
Dall_widgets_5_4_2_specifications.c2537 GX_COLOR_ID_ORANGE, /* normal color id */
2538 GX_COLOR_ID_ORANGE, /* selected color id */
2539 GX_COLOR_ID_ORANGE, /* disabled color id */
2705 GX_COLOR_ID_ORANGE, /* normal color id */
2706 GX_COLOR_ID_ORANGE, /* selected color id */
2707 GX_COLOR_ID_ORANGE, /* disabled color id */
2729 GX_COLOR_ID_ORANGE, /* normal color id */
2730 GX_COLOR_ID_ORANGE, /* selected color id */
2731 GX_COLOR_ID_ORANGE, /* disabled color id */
2753 GX_COLOR_ID_ORANGE, /* normal color id */
[all …]
/GUIX-v6.2.1/test/example_internal/all_widgets_32argb/
Dall_widgets_32argb_specifications.c3269 GX_COLOR_ID_ORANGE, /* normal color id */
3270 GX_COLOR_ID_ORANGE, /* selected color id */
3271 GX_COLOR_ID_ORANGE, /* disabled color id */
3437 GX_COLOR_ID_ORANGE, /* normal color id */
3438 GX_COLOR_ID_ORANGE, /* selected color id */
3439 GX_COLOR_ID_ORANGE, /* disabled color id */
3461 GX_COLOR_ID_ORANGE, /* normal color id */
3462 GX_COLOR_ID_ORANGE, /* selected color id */
3463 GX_COLOR_ID_ORANGE, /* disabled color id */
3485 GX_COLOR_ID_ORANGE, /* normal color id */
[all …]
/GUIX-v6.2.1/test/example_internal/all_widgets_5_5_1/
Dall_widgets_5_5_1_specifications.c3268 GX_COLOR_ID_ORANGE, /* normal color id */
3269 GX_COLOR_ID_ORANGE, /* selected color id */
3270 GX_COLOR_ID_ORANGE, /* disabled color id */
3436 GX_COLOR_ID_ORANGE, /* normal color id */
3437 GX_COLOR_ID_ORANGE, /* selected color id */
3438 GX_COLOR_ID_ORANGE, /* disabled color id */
3460 GX_COLOR_ID_ORANGE, /* normal color id */
3461 GX_COLOR_ID_ORANGE, /* selected color id */
3462 GX_COLOR_ID_ORANGE, /* disabled color id */
3484 GX_COLOR_ID_ORANGE, /* normal color id */
[all …]

1234567891011