Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/extra/libs/freetype/
Dlv_freetype.c43 lv_font_t * font; member
170 void lv_ft_font_destroy(lv_font_t * font) in lv_ft_font_destroy()
205 static bool get_bold_glyph(const lv_font_t * font, FT_Face face, in get_bold_glyph()
235 static bool get_glyph_dsc_cb_cache(const lv_font_t * font, in get_glyph_dsc_cb_cache()
333 static const uint8_t * get_glyph_bitmap_cb_cache(const lv_font_t * font, uint32_t unicode_letter) in get_glyph_bitmap_cb_cache()
380 lv_font_t * font = dsc->font; in lv_ft_font_init_cache() local
403 void lv_ft_font_destroy_cache(lv_font_t * font) in lv_ft_font_destroy_cache()
460 static bool get_glyph_dsc_cb_nocache(const lv_font_t * font, in get_glyph_dsc_cb_nocache()
526 static const uint8_t * get_glyph_bitmap_cb_nocache(const lv_font_t * font, uint32_t unicode_letter) in get_glyph_bitmap_cb_nocache()
580 lv_font_t * font = dsc->font; in lv_ft_font_init_nocache() local
[all …]
Dlv_freetype.h35 lv_font_t * font; /* point to lvgl font */ member
/lvgl-3.4.0/src/font/
Dlv_font.c90 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()
Dlv_font_fmt_txt.c79 const uint8_t * lv_font_get_bitmap_fmt_txt(const lv_font_t * font, uint32_t unicode_letter) in lv_font_get_bitmap_fmt_txt()
148 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()
209 static uint32_t get_glyph_dsc_id(const lv_font_t * font, uint32_t letter) in get_glyph_dsc_id()
270 static int8_t get_kern_value(const lv_font_t * font, uint32_t gid_left, uint32_t gid_right) in get_kern_value()
Dlv_font_loader.c93 lv_font_t * font = lv_mem_alloc(sizeof(lv_font_t)); in lv_font_load() local
117 void lv_font_free(lv_font_t * font) in lv_font_free()
483 static bool lvgl_load_font(lv_fs_file_t * fp, lv_font_t * font) in lvgl_load_font()
/lvgl-3.4.0/src/extra/widgets/msgbox/
Dlv_msgbox.c102 const lv_font_t * font = lv_obj_get_style_text_font(mbox->close_btn, LV_PART_MAIN); in lv_msgbox_create() local
128 const lv_font_t * font = lv_obj_get_style_text_font(mbox->btns, LV_PART_ITEMS); in lv_msgbox_create() local
/lvgl-3.4.0/examples/widgets/roller/
Dlv_example_roller_3.c17 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in mask_event_cb() local
/lvgl-3.4.0/src/extra/themes/mono/
Dlv_theme_mono.c77 static void style_init(bool dark_bg, const lv_font_t * font) in style_init()
172 lv_theme_t * lv_theme_mono_init(lv_disp_t * disp, bool dark_bg, const lv_font_t * font) in lv_theme_mono_init()
/lvgl-3.4.0/src/widgets/
Dlv_roller.c192 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_roller_set_visible_row_count() local
612 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in refr_position() local
695 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in release_handler() local
737 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in inf_normalize() local
763 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_SELECTED); in get_selected_label_width() local
Dlv_checkbox.c163 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_checkbox_event() local
199 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_checkbox_draw() local
Dlv_label.c317 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_label_get_letter_pos() local
416 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_label_get_letter_on() local
536 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_label_is_char_under_pos() local
757 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_label_event() local
768 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_label_event() local
906 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_label_refr_text() local
Dlv_textarea.c405 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_textarea_set_cursor_pos() local
755 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_textarea_cursor_down() local
783 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_textarea_cursor_up() local
972 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in pwd_char_hider() local
1055 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in refr_cursor_area() local
Dlv_dropdown.c674 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_dropdown_event() local
917 const lv_font_t * font = lv_obj_get_style_text_font(list_obj, LV_PART_SELECTED); in draw_box() local
1082 const lv_font_t * font = lv_obj_get_style_text_font(label, LV_PART_MAIN); in get_id_on_point() local
1108 const lv_font_t * font = lv_obj_get_style_text_font(label, LV_PART_MAIN); in position_to_selected() local
Dlv_table.c191 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_ITEMS); in lv_table_set_cell_value_fmt() local
797 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_ITEMS); in refr_size() local
811 static lv_coord_t get_row_height(lv_obj_t * obj, uint16_t row_id, const lv_font_t * font, in get_row_height()
Dlv_img.c138 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_img_set_src() local
Dlv_btnmatrix.c774 const lv_font_t * font = draw_label_dsc_act.font; in draw_main() local
/lvgl-3.4.0/src/misc/
Dlv_txt.c91 void lv_txt_get_size(lv_point_t * size_res, const char * text, const lv_font_t * font, lv_coord_t l… in lv_txt_get_size()
170 static uint32_t lv_txt_get_next_word(const char * txt, const lv_font_t * font, in lv_txt_get_next_word()
278 uint32_t _lv_txt_get_next_line(const char * txt, const lv_font_t * font, in _lv_txt_get_next_line()
342 lv_coord_t lv_txt_get_width(const char * txt, uint32_t length, const lv_font_t * font, lv_coord_t l… in lv_txt_get_width()
/lvgl-3.4.0/src/extra/widgets/span/
Dlv_span.c26 const lv_font_t * font; member
334 const lv_font_t * font = lv_span_get_style_text_font(obj, cur_span); in lv_spangroup_get_max_line_h() local
357 const lv_font_t * font = lv_span_get_style_text_font(obj, cur_span); in lv_spangroup_get_expand_width() local
577 static bool lv_txt_get_snippet(const char * txt, const lv_font_t * font, in lv_txt_get_snippet()
626 const lv_font_t * font; in lv_span_get_style_text_font() local
/lvgl-3.4.0/src/draw/
Dlv_draw_label.h31 const lv_font_t * font; member
Dlv_draw_label.c93 const lv_font_t * font = dsc->font; in lv_draw_label() local
/lvgl-3.4.0/src/extra/themes/default/
Dlv_theme_default.c643 const lv_font_t * font) in lv_theme_default_init()