Home
last modified time | relevance | path

Searched refs:gx_brush_font (Results 1 – 24 of 24) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_widget_text_blend.c178 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()
Dgx_widget_text_draw.c175 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()
Dgx_canvas_text_draw.c175 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()
Dgx_text_scroll_wheel_draw.c113 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()
Dgx_single_line_text_input_draw_position_get.c95 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()
Dgx_single_line_text_input_draw.c202 _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()
Dgx_context_font_set.c80 status = _gx_context_font_get(font_id, &context -> gx_draw_context_brush.gx_brush_font); in _gx_context_font_set()
Dgx_brush_default.c75 brush -> gx_brush_font = GX_NULL; in _gx_brush_default()
Dgx_canvas_rotated_text_draw.c173 font = context -> gx_draw_context_brush.gx_brush_font; in _gx_canvas_rotated_text_draw_ext()
Dgx_canvas_glyphs_draw.c647 font = brush -> gx_brush_font; in _gx_canvas_glyphs_draw()
/GUIX-v6.2.1/test/example_internal/standalone_binres_load_extended_unicode_32bpp/
Ddemo_guix_standalone_binres_load_extended_unicode_32bpp.c191 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/
Ddemo_guix_standalone_binres_load_16bpp.c266 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/
Dvalidation_guix_canvas_glyphs_draw.c102 context.gx_draw_context_brush.gx_brush_font = GX_NULL; in test_window_draw()
Dvalidation_guix_canvas_text_draw.c103 brush->gx_brush_font->gx_font_format = GX_FONT_FORMAT_2BPP; in button_screen_draw_test()
Dvalidation_guix_error_checking_api_coverage_no_output.c962 …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/
Ddemo_guix_binres_standalone.c221 brush->gx_brush_font = (GX_FONT*)font_vera_buffer; in text_draw()
/GUIX-v6.2.1/guix_studio/
Dresource_item.cpp449 brush->gx_brush_font = mpRes->font; in MakeFontPreview()
/GUIX-v6.2.1/common/inc/
Dgx_api.h1296 …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/
Ddemo_guix_jpeg_decode_24xrgb.pbw8938 "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/
Ddemo_guix_jpeg_decode_8bit_palette.pbw8938 "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/
Ddemo_guix_jpeg_decode_1555xrgb.pbw8938 "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/
Ddemo_guix_jpeg_decode_565rgb.pbw8938 "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/
Ddemo_guix_jpeg_decode_565rgb_rotated_ccw.pbw8938 "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/
Ddemo_guix_jpeg_decode_565rgb_rotated_cw.pbw8938 "ID": "c:@S@GX_BRUSH_STRUCT@FI@gx_brush_font",
8941 "display": "gx_brush_font",
8947 "name": "gx_brush_font",