| /GUIX-v6.2.1/common/src/ |
| D | gx_widget_text_blend.c | 178 if (!brush -> gx_brush_font) in _gx_widget_text_blend_ext() 184 text_height = brush -> gx_brush_font -> gx_font_line_height; in _gx_widget_text_blend_ext() 196 _gx_system_string_width_get_ext(brush -> gx_brush_font, string, &text_width); in _gx_widget_text_blend_ext() 208 _gx_system_string_width_get_ext(brush -> gx_brush_font, string, &text_width); in _gx_widget_text_blend_ext()
|
| D | gx_widget_text_draw.c | 175 if (!brush -> gx_brush_font) in _gx_widget_text_draw_ext() 180 text_height = brush -> gx_brush_font -> gx_font_line_height; in _gx_widget_text_draw_ext() 192 _gx_system_string_width_get_ext(brush -> gx_brush_font, string, &text_width); in _gx_widget_text_draw_ext() 204 _gx_system_string_width_get_ext(brush -> gx_brush_font, string, &text_width); in _gx_widget_text_draw_ext()
|
| D | gx_canvas_text_draw.c | 175 GX_FONT *font = context -> gx_draw_context_brush.gx_brush_font; in _gx_canvas_text_draw_ext() 345 if (!brush -> gx_brush_font) in _gx_canvas_aligned_text_draw() 350 text_height = brush -> gx_brush_font -> gx_font_line_height; in _gx_canvas_aligned_text_draw() 362 _gx_system_string_width_get_ext(brush -> gx_brush_font, string, &text_width); in _gx_canvas_aligned_text_draw() 371 _gx_system_string_width_get_ext(brush -> gx_brush_font, string, &text_width); in _gx_canvas_aligned_text_draw()
|
| D | gx_text_scroll_wheel_draw.c | 113 if (!brush -> gx_brush_font) in _gx_text_scroll_wheel_round_text_draw() 118 text_height = brush -> gx_brush_font -> gx_font_line_height; in _gx_text_scroll_wheel_round_text_draw() 127 _gx_system_string_width_get_ext(brush -> gx_brush_font, string, &text_width); in _gx_text_scroll_wheel_round_text_draw() 152 status = _gx_utility_string_to_alphamap_ext(string, brush -> gx_brush_font, &textmap); in _gx_text_scroll_wheel_round_text_draw() 244 if (!brush -> gx_brush_font) in _gx_text_scroll_wheel_flat_text_draw() 249 text_height = brush -> gx_brush_font -> gx_font_line_height; in _gx_text_scroll_wheel_flat_text_draw() 256 _gx_system_string_width_get_ext(brush -> gx_brush_font, string, &text_width); in _gx_text_scroll_wheel_flat_text_draw() 265 _gx_system_string_width_get_ext(brush -> gx_brush_font, string, &text_width); in _gx_text_scroll_wheel_flat_text_draw()
|
| D | gx_single_line_text_input_draw_position_get.c | 95 if (brush -> gx_brush_font == GX_NULL) in _gx_single_line_text_input_draw_position_get() 118 text_height = brush -> gx_brush_font -> gx_font_line_height; in _gx_single_line_text_input_draw_position_get() 121 _gx_system_string_width_get_ext(brush -> gx_brush_font, &string, &text_width); in _gx_single_line_text_input_draw_position_get()
|
| D | gx_single_line_text_input_draw.c | 202 _gx_system_string_width_get_ext(brush -> gx_brush_font, &string, &text_width); in _gx_single_line_text_input_draw() 214 _gx_system_string_width_get_ext(brush -> gx_brush_font, &string, &text_width); in _gx_single_line_text_input_draw()
|
| D | gx_context_font_set.c | 80 status = _gx_context_font_get(font_id, &context -> gx_draw_context_brush.gx_brush_font); in _gx_context_font_set()
|
| D | gx_brush_default.c | 75 brush -> gx_brush_font = GX_NULL; in _gx_brush_default()
|
| D | gx_canvas_rotated_text_draw.c | 173 font = context -> gx_draw_context_brush.gx_brush_font; in _gx_canvas_rotated_text_draw_ext()
|
| D | gx_canvas_glyphs_draw.c | 647 font = brush -> gx_brush_font; in _gx_canvas_glyphs_draw()
|
| /GUIX-v6.2.1/test/example_internal/standalone_binres_load_extended_unicode_32bpp/ |
| D | demo_guix_standalone_binres_load_extended_unicode_32bpp.c | 191 brush->gx_brush_font = (GX_FONT*)font_1bpp_buffer; in text_draw() 195 brush->gx_brush_font = (GX_FONT*)font_4bpp_buffer; in text_draw() 199 brush->gx_brush_font = (GX_FONT*)font_1bpp_buffer; in text_draw()
|
| /GUIX-v6.2.1/test/example_internal/standalone_binres_load_16bpp/ |
| D | demo_guix_standalone_binres_load_16bpp.c | 266 brush->gx_brush_font = (GX_FONT*)font_8bpp_buffer; in title_draw() 270 brush->gx_brush_font = (GX_FONT*)font_4bpp_buffer; in title_draw() 274 brush->gx_brush_font = (GX_FONT*)font_1bpp_buffer; in title_draw() 278 brush->gx_brush_font = (GX_FONT*)font_8bpp_buffer; in title_draw()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_canvas_glyphs_draw.c | 102 context.gx_draw_context_brush.gx_brush_font = GX_NULL; in test_window_draw()
|
| D | validation_guix_canvas_text_draw.c | 103 brush->gx_brush_font->gx_font_format = GX_FONT_FORMAT_2BPP; in button_screen_draw_test()
|
| D | validation_guix_error_checking_api_coverage_no_output.c | 962 …status = gx_context_font_get(1, &default_context.gx_draw_context_brush.gx_brush_font);//should ret… in control_thread_entry() 2402 default_context.gx_draw_context_brush.gx_brush_font = GX_NULL; in control_thread_entry() 3771 …status = gx_widget_font_get(0, 0, &default_context.gx_draw_context_brush.gx_brush_font); // widget… in control_thread_entry() 3774 …gx_widget_font_get(&widget, 0, &default_context.gx_draw_context_brush.gx_brush_font); //should ret… in control_thread_entry()
|
| /GUIX-v6.2.1/tutorials/demo_guix_binres_standalone/ |
| D | demo_guix_binres_standalone.c | 221 brush->gx_brush_font = (GX_FONT*)font_vera_buffer; in text_draw()
|
| /GUIX-v6.2.1/guix_studio/ |
| D | resource_item.cpp | 449 brush->gx_brush_font = mpRes->font; in MakeFontPreview()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_api.h | 1296 …GX_FONT *gx_brush_font; /* Used for drawing text … member
|
| /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/ |
| D | demo_guix_jpeg_decode_24xrgb.pbw | 8938 "ID": "c:@S@GX_BRUSH_STRUCT@FI@gx_brush_font", 8941 "display": "gx_brush_font", 8947 "name": "gx_brush_font",
|
| /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/ |
| D | demo_guix_jpeg_decode_8bit_palette.pbw | 8938 "ID": "c:@S@GX_BRUSH_STRUCT@FI@gx_brush_font", 8941 "display": "gx_brush_font", 8947 "name": "gx_brush_font",
|
| /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/ |
| D | demo_guix_jpeg_decode_1555xrgb.pbw | 8938 "ID": "c:@S@GX_BRUSH_STRUCT@FI@gx_brush_font", 8941 "display": "gx_brush_font", 8947 "name": "gx_brush_font",
|
| /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/ |
| D | demo_guix_jpeg_decode_565rgb.pbw | 8938 "ID": "c:@S@GX_BRUSH_STRUCT@FI@gx_brush_font", 8941 "display": "gx_brush_font", 8947 "name": "gx_brush_font",
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb_rotated_ccw/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_565rgb_rotated_ccw.pbw | 8938 "ID": "c:@S@GX_BRUSH_STRUCT@FI@gx_brush_font", 8941 "display": "gx_brush_font", 8947 "name": "gx_brush_font",
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb_rotated_cw/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_565rgb_rotated_cw.pbw | 8938 "ID": "c:@S@GX_BRUSH_STRUCT@FI@gx_brush_font", 8941 "display": "gx_brush_font", 8947 "name": "gx_brush_font",
|