Home
last modified time | relevance | path

Searched defs:font (Results 1 – 25 of 52) sorted by relevance

123

/lvgl-latest/src/font/
Dlv_font.c54 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()
Dlv_font_fmt_txt.c80 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/
Dlv_imgfont.c21 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/
Dlv_example_tiny_ttf_3.c21 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
Dlv_example_tiny_ttf_1.c15 lv_font_t * font = lv_tiny_ttf_create_data(ubuntu_font, ubuntu_font_size, 30); in lv_example_tiny_ttf_1() local
Dlv_example_tiny_ttf_2.c12 … 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/
Dlv_font_manager_recycle.c32 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()
Dlv_font_manager.c23 #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/
Dlv_example_freetype_1.c17 …lv_font_t * font = lv_freetype_font_create(PATH_PREFIX "lvgl/examples/libs/freetype/Lato-Regular.t… in lv_example_freetype_1() local
Dlv_example_freetype_2.c17 …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/
Dlv_example_font_manager_1.c23 lv_font_t * font = lv_font_manager_create_font(g_font_manager, in lv_example_font_manager_1() local
/lvgl-latest/examples/others/imgfont/
Dlv_example_imgfont_1.c6 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/
Dlv_xml_private.h35 const lv_font_t * font; member
/lvgl-latest/src/libs/freetype/
Dlv_freetype_outline.c93 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()
Dlv_freetype_image.c89 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/
Dtest_imgfont.c19 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/
Dtest_tiny_ttf.c23 lv_font_t * font = lv_tiny_ttf_create_data(test_ubuntu_font, test_ubuntu_font_size, 30); in test_tiny_ttf_rendering_test() local
Dtest_font_stress.c97 …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/
Dlv_draw_label.c176 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/
Dlv_tiny_ttf.c123 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/
Dlv_text.c92 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/
Dlv_roller.c154 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/
DtvgText.cpp58 Result Text::font(const char* name, float size, const char* style) noexcept in font() function in Text
/lvgl-latest/src/widgets/label/
Dlv_label.c336 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
1284const 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/
Dlv_checkbox.c183 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

123