/lvgl-latest/src/font/ |
D | lv_font.c | 54 const lv_font_t * font = g_dsc->resolved_font; in lv_font_glyph_release_draw_data() local 120 uint16_t lv_font_get_glyph_width(const lv_font_t * font, uint32_t letter, uint32_t letter_next) in lv_font_get_glyph_width() 132 void lv_font_set_kerning(lv_font_t * font, lv_font_kerning_t kerning) in lv_font_set_kerning() 138 int32_t lv_font_get_line_height(const lv_font_t * font) in lv_font_get_line_height()
|
D | lv_font_fmt_txt.c | 80 const lv_font_t * font = g_dsc->resolved_font; in lv_font_get_bitmap_fmt_txt() local 202 bool lv_font_get_glyph_dsc_fmt_txt(const lv_font_t * font, lv_font_glyph_dsc_t * dsc_out, uint32_t … in lv_font_get_glyph_dsc_fmt_txt() 255 static uint32_t get_glyph_dsc_id(const lv_font_t * font, uint32_t letter) in get_glyph_dsc_id() 308 static int8_t get_kern_value(const lv_font_t * font, uint32_t gid_left, uint32_t gid_right) in get_kern_value()
|
/lvgl-latest/src/others/imgfont/ |
D | lv_imgfont.c | 21 lv_font_t font; member 57 lv_font_t * font = &dsc->font; in lv_imgfont_create() local 70 void lv_imgfont_destroy(lv_font_t * font) in lv_imgfont_destroy() 90 static bool imgfont_get_glyph_dsc(const lv_font_t * font, lv_font_glyph_dsc_t * dsc_out, in imgfont_get_glyph_dsc()
|
/lvgl-latest/examples/libs/tiny_ttf/ |
D | lv_example_tiny_ttf_3.c | 21 lv_font_t * font = lv_tiny_ttf_create_data(ubuntu_font, ubuntu_font_size, 25); in lv_example_tiny_ttf_3() local 50 lv_font_t * font = (lv_font_t *) v.ptr; in font_size_observer_cb() local
|
D | lv_example_tiny_ttf_1.c | 15 lv_font_t * font = lv_tiny_ttf_create_data(ubuntu_font, ubuntu_font_size, 30); in lv_example_tiny_ttf_1() local
|
D | lv_example_tiny_ttf_2.c | 12 … lv_font_t * font = lv_tiny_ttf_create_file("A:lvgl/examples/libs/tiny_ttf/Ubuntu-Medium.ttf", 30); in lv_example_tiny_ttf_2() local
|
/lvgl-latest/src/others/font_manager/ |
D | lv_font_manager_recycle.c | 32 lv_font_t * font; member 103 lv_font_t * font = recycle->font; in lv_font_manager_recycle_get_reuse() local 118 void lv_font_manager_recycle_set_reuse(lv_font_manager_recycle_t * manager, lv_font_t * font, in lv_font_manager_recycle_set_reuse()
|
D | lv_font_manager.c | 23 #define IS_FONT_HAS_FALLBACK(font) ((font)->fallback != NULL) argument 47 lv_font_t font; /* lvgl font info */ member 215 void lv_font_manager_delete_font(lv_font_manager_t * manager, lv_font_t * font) in lv_font_manager_delete_font() 258 static bool lv_font_manager_delete_font_single(lv_font_manager_t * manager, lv_font_t * font) in lv_font_manager_delete_font_single() 358 static void lv_font_manager_delete_font_family(lv_font_manager_t * manager, lv_font_t * font) in lv_font_manager_delete_font_family() 460 …lv_font_rec_node_t * lv_font_manager_search_rec_node(lv_font_manager_t * manager, lv_font_t * font) in lv_font_manager_search_rec_node() 498 lv_font_t * font; in lv_font_manager_create_font_warpper() local 550 lv_font_t * font = lv_font_manager_create_font_warpper(manager, ft_info); in lv_font_manager_get_freetype_font() local
|
/lvgl-latest/examples/libs/freetype/ |
D | lv_example_freetype_1.c | 17 …lv_font_t * font = lv_freetype_font_create(PATH_PREFIX "lvgl/examples/libs/freetype/Lato-Regular.t… in lv_example_freetype_1() local
|
D | lv_example_freetype_2.c | 17 …lv_font_t * font = lv_freetype_font_create(PATH_PREFIX "lvgl/examples/libs/freetype/Lato-Regular.t… in lv_example_freetype_2() local
|
/lvgl-latest/examples/others/font_manager/ |
D | lv_example_font_manager_1.c | 23 lv_font_t * font = lv_font_manager_create_font(g_font_manager, in lv_example_font_manager_1() local
|
/lvgl-latest/examples/others/imgfont/ |
D | lv_example_imgfont_1.c | 6 static const void * get_imgfont_path(const lv_font_t * font, uint32_t unicode, uint32_t unicode_nex… in get_imgfont_path()
|
/lvgl-latest/src/others/xml/ |
D | lv_xml_private.h | 35 const lv_font_t * font; member
|
/lvgl-latest/src/libs/freetype/ |
D | lv_freetype_outline.c | 93 uint32_t lv_freetype_outline_get_scale(const lv_font_t * font) in lv_freetype_outline_get_scale() 102 bool lv_freetype_is_outline_font(const lv_font_t * font) in lv_freetype_is_outline_font() 168 const lv_font_t * font = g_dsc->resolved_font; in freetype_get_glyph_bitmap_cb() local 182 static void freetype_release_glyph_cb(const lv_font_t * font, lv_font_glyph_dsc_t * g_dsc) in freetype_release_glyph_cb()
|
D | lv_freetype_image.c | 89 const lv_font_t * font = g_dsc->resolved_font; in freetype_get_glyph_bitmap_cb() local 111 static void freetype_image_release_cb(const lv_font_t * font, lv_font_glyph_dsc_t * g_dsc) in freetype_image_release_cb()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_imgfont.c | 19 static const void * get_imgfont_path(const lv_font_t * font, uint32_t unicode, uint32_t unicode_nex… in get_imgfont_path()
|
/lvgl-latest/tests/src/test_cases/libs/ |
D | test_tiny_ttf.c | 23 lv_font_t * font = lv_tiny_ttf_create_data(test_ubuntu_font, test_ubuntu_font_size, 30); in test_tiny_ttf_rendering_test() local
|
D | test_font_stress.c | 97 …lv_font_t * font = ctx->font_create_cb(ctx, font_name, LV_FREETYPE_FONT_RENDER_MODE_BITMAP, size, … in font_stress_label_create() local 119 const lv_font_t * font = lv_obj_get_style_text_font(label, 0); in font_stress_label_delete() local 173 static void freetype_font_delete_cb(font_stress_ctx_t * ctx, lv_font_t * font) in freetype_font_delete_cb() 189 static void font_manager_font_delete_cb(font_stress_ctx_t * ctx, lv_font_t * font) in font_manager_font_delete_cb()
|
/lvgl-latest/src/draw/ |
D | lv_draw_label.c | 176 const lv_font_t * font = dsc->font; in lv_draw_letter() local 208 const lv_font_t * font = dsc->font; in lv_draw_label_iterate_characters() local 543 const lv_font_t * font, uint32_t letter, lv_draw_glyph_cb_t cb) in lv_draw_unit_draw_letter()
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | lv_tiny_ttf.c | 123 void lv_tiny_ttf_set_size(lv_font_t * font, int32_t font_size) in lv_tiny_ttf_set_size() 151 void lv_tiny_ttf_destroy(lv_font_t * font) in lv_tiny_ttf_destroy() 206 static bool ttf_get_glyph_dsc_cb(const lv_font_t * font, lv_font_glyph_dsc_t * dsc_out, uint32_t un… in ttf_get_glyph_dsc_cb() 293 const lv_font_t * font = g_dsc->resolved_font; in ttf_get_glyph_bitmap_cb() local 321 static void ttf_release_glyph_cb(const lv_font_t * font, lv_font_glyph_dsc_t * g_dsc) in ttf_release_glyph_cb()
|
/lvgl-latest/src/misc/ |
D | lv_text.c | 92 void lv_text_get_size(lv_point_t * size_res, const char * text, const lv_font_t * font, int32_t let… in lv_text_get_size() 201 static uint32_t lv_text_get_next_word(const char * txt, const lv_font_t * font, in lv_text_get_next_word() 322 const lv_font_t * font, int32_t letter_space, in lv_text_get_next_line() 389 int32_t lv_text_get_width(const char * txt, uint32_t length, const lv_font_t * font, int32_t letter… in lv_text_get_width() 420 int32_t lv_text_get_width_with_flags(const char * txt, uint32_t length, const lv_font_t * font, int… in lv_text_get_width_with_flags()
|
/lvgl-latest/src/widgets/roller/ |
D | lv_roller.c | 154 const lv_font_t * font = lv_obj_get_style_text_font(obj, 0); in lv_roller_set_options() local 254 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_roller_set_visible_row_count() local 693 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in refr_position() local 777 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in release_handler() local 831 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in inf_normalize() local 855 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_SELECTED); in get_selected_label_width() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgText.cpp | 58 Result Text::font(const char* name, float size, const char* style) noexcept in font() function in Text
|
/lvgl-latest/src/widgets/label/ |
D | lv_label.c | 336 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_label_get_letter_pos() local 427 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_label_get_letter_on() local 550 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_label_is_char_under_pos() local 769 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_label_event() local 776 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_label_event() local 946 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_label_refr_text() local 1284 … const lv_font_t * font, int32_t letter_space, lv_area_t * txt_coords, lv_text_flag_t flags) in calculate_x_coordinate()
|
/lvgl-latest/src/widgets/checkbox/ |
D | lv_checkbox.c | 183 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_checkbox_event() local 219 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_checkbox_draw() local
|