Home
last modified time | relevance | path

Searched refs:GX_BRUSH_UNDERLINE (Results 1 – 25 of 27) sorted by relevance

12

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_canvas_text_draw.c110 gx_context_brush_style_set(GX_BRUSH_UNDERLINE); in button_screen_draw_test()
117 gx_context_brush_style_set(GX_BRUSH_UNDERLINE); in button_screen_draw_test()
126 gx_context_brush_style_set(GX_BRUSH_UNDERLINE); in button_screen_draw_test()
132 gx_context_brush_style_set(GX_BRUSH_UNDERLINE); in button_screen_draw_test()
138 gx_context_brush_style_set(GX_BRUSH_UNDERLINE); in button_screen_draw_test()
/GUIX-v6.2.1/common/src/
Dgx_canvas_text_draw.c258 if (context -> gx_draw_context_brush.gx_brush_style & GX_BRUSH_UNDERLINE) in _gx_canvas_text_draw_ext()
/GUIX-v6.2.1/test/example_internal/all_widgets_5_2_5/
Ddemo_guix_all_widgets_5_2_5.c225 gx_context_brush_define(widget->gx_prompt_normal_text_color, 0, GX_BRUSH_UNDERLINE); in gauge_prompt_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_5_3_0/
Ddemo_guix_all_widgets_5_3_0.c257 gx_context_brush_define(widget->gx_prompt_normal_text_color, 0, GX_BRUSH_UNDERLINE); in gauge_prompt_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_5_3_3/
Ddemo_guix_all_widgets_5_3_3.c257 gx_context_brush_define(widget->gx_prompt_normal_text_color, 0, GX_BRUSH_UNDERLINE); in gauge_prompt_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_5_3_2/
Ddemo_guix_all_widgets_5_3_2.c257 gx_context_brush_define(widget->gx_prompt_normal_text_color, 0, GX_BRUSH_UNDERLINE); in gauge_prompt_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_5_4_1/
Ddemo_guix_all_widgets_5_4_1.c316 gx_context_brush_define(widget->gx_prompt_normal_text_color, 0, GX_BRUSH_UNDERLINE); in gauge_prompt_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_32argb/
Ddemo_guix_all_widgets_32argb.c313 gx_context_brush_define(widget->gx_prompt_normal_text_color, 0, GX_BRUSH_UNDERLINE); in gauge_prompt_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_5_4_2/
Ddemo_guix_all_widgets_synergy_5_4_2.c316 gx_context_brush_define(widget->gx_prompt_normal_text_color, 0, GX_BRUSH_UNDERLINE); in gauge_prompt_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_execute/
Ddemo_guix_all_widgets_execute.c291 gx_context_brush_define(widget->gx_prompt_normal_text_color, 0, GX_BRUSH_UNDERLINE); in gauge_prompt_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24BPP_Dave_Disabled/
Ddemo_guix_all_widgets_synergy.c322 gx_context_brush_define(widget->gx_prompt_normal_text_color, 0, GX_BRUSH_UNDERLINE); in gauge_prompt_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_5_3_4/
Ddemo_guix_all_widgets_5_3_4.c373 gx_context_brush_define(widget->gx_prompt_normal_text_color, 0, GX_BRUSH_UNDERLINE); in gauge_prompt_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_5_4_2/
Ddemo_guix_all_widgets_5_4_2.c345 gx_context_brush_define(widget->gx_prompt_normal_text_color, 0, GX_BRUSH_UNDERLINE); in gauge_prompt_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_5_4_0/
Ddemo_guix_all_widgets_5_4_0.c343 gx_context_brush_define(widget->gx_prompt_normal_text_color, 0, GX_BRUSH_UNDERLINE); in gauge_prompt_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy/
Ddemo_guix_all_widgets_synergy.c326 gx_context_brush_define(widget->gx_prompt_normal_text_color, 0, GX_BRUSH_UNDERLINE); in gauge_prompt_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_defined_5_4_0_compatibility/
Ddemo_guix_all_widgets_defined_5_4_0_compatibility.c355 gx_context_brush_define(widget->gx_prompt_normal_text_color, 0, GX_BRUSH_UNDERLINE); in gauge_prompt_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets_5_5_1/
Ddemo_guix_all_widgets_5_5_1.c392 gx_context_brush_define(widget->gx_prompt_normal_text_color, 0, GX_BRUSH_UNDERLINE); in gauge_prompt_draw()
/GUIX-v6.2.1/test/example_internal/all_widgets/
Ddemo_guix_all_widgets.c401 gx_context_brush_define(widget->gx_prompt_normal_text_color, 0, GX_BRUSH_UNDERLINE); in gauge_prompt_draw()
/GUIX-v6.2.1/test/example_internal/folder_output_test/
Ddemo_folder_output_test.c390 gx_context_brush_define(widget->gx_prompt_normal_text_color, 0, GX_BRUSH_UNDERLINE); in gauge_prompt_draw()
/GUIX-v6.2.1/test/example_internal/partial_frame_buffer_16bpp/
Ddemo_guix_partial_frame_buffer_16bpp.c420 gx_context_brush_define(widget->gx_prompt_normal_text_color, 0, GX_BRUSH_UNDERLINE); in gauge_prompt_draw()
/GUIX-v6.2.1/common/inc/
Dgx_api.h977 #define GX_BRUSH_UNDERLINE 0x0008U /* Underlined text … macro
/GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_24xrgb/Debug/BrowseInfo/
Ddemo_guix_jpeg_decode_24xrgb.pbw6781 "ID": "c:gx_api.h@41192@macro@GX_BRUSH_UNDERLINE",
6784 "display": "GX_BRUSH_UNDERLINE",
6790 "name": "GX_BRUSH_UNDERLINE",
/GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_8bit_palette/Debug/BrowseInfo/
Ddemo_guix_jpeg_decode_8bit_palette.pbw6781 "ID": "c:gx_api.h@41192@macro@GX_BRUSH_UNDERLINE",
6784 "display": "GX_BRUSH_UNDERLINE",
6790 "name": "GX_BRUSH_UNDERLINE",
/GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_1555xrgb/Debug/BrowseInfo/
Ddemo_guix_jpeg_decode_1555xrgb.pbw6781 "ID": "c:gx_api.h@41192@macro@GX_BRUSH_UNDERLINE",
6784 "display": "GX_BRUSH_UNDERLINE",
6790 "name": "GX_BRUSH_UNDERLINE",
/GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb/Debug/BrowseInfo/
Ddemo_guix_jpeg_decode_565rgb.pbw6781 "ID": "c:gx_api.h@41192@macro@GX_BRUSH_UNDERLINE",
6784 "display": "GX_BRUSH_UNDERLINE",
6790 "name": "GX_BRUSH_UNDERLINE",

12