/lvgl-3.4.0/src/extra/libs/freetype/ |
D | lv_freetype.c | 43 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 …]
|
D | lv_freetype.h | 35 lv_font_t * font; /* point to lvgl font */ member
|
/lvgl-3.4.0/src/font/ |
D | lv_font.c | 90 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()
|
D | lv_font_fmt_txt.c | 79 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()
|
D | lv_font_loader.c | 93 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/ |
D | lv_msgbox.c | 102 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/ |
D | lv_example_roller_3.c | 17 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/ |
D | lv_theme_mono.c | 77 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/ |
D | lv_roller.c | 192 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
|
D | lv_checkbox.c | 163 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
|
D | lv_label.c | 317 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
|
D | lv_textarea.c | 405 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
|
D | lv_dropdown.c | 674 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
|
D | lv_table.c | 191 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()
|
D | lv_img.c | 138 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_img_set_src() local
|
D | lv_btnmatrix.c | 774 const lv_font_t * font = draw_label_dsc_act.font; in draw_main() local
|
/lvgl-3.4.0/src/misc/ |
D | lv_txt.c | 91 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/ |
D | lv_span.c | 26 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/ |
D | lv_draw_label.h | 31 const lv_font_t * font; member
|
D | lv_draw_label.c | 93 const lv_font_t * font = dsc->font; in lv_draw_label() local
|
/lvgl-3.4.0/src/extra/themes/default/ |
D | lv_theme_default.c | 643 const lv_font_t * font) in lv_theme_default_init()
|