Home
last modified time | relevance | path

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

12

/lvgl-latest/src/extra/others/imgfont/
Dlv_imgfont.c22 lv_font_t * font; member
62 lv_font_t * font = dsc->font; in lv_imgfont_create() local
75 void lv_imgfont_destroy(lv_font_t * font) in lv_imgfont_destroy()
89 static const uint8_t * imgfont_get_glyph_bitmap(const lv_font_t * font, uint32_t unicode) in imgfont_get_glyph_bitmap()
97 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/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-latest/tests/src/test_cases/
Dtest_tiny_ttf.c22 lv_font_t * font = lv_tiny_ttf_create_data(ubuntu_font, ubuntu_font_size, 30); in test_tiny_ttf_rendering_test() local
/lvgl-latest/src/font/
Dlv_font.c136 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-latest/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
131 const lv_font_t * font = lv_obj_get_style_text_font(mbox->btns, LV_PART_ITEMS); in lv_msgbox_create() local
/lvgl-latest/examples/widgets/roller/
Dlv_example_roller_3.c18 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in mask_event_cb() local
/lvgl-latest/src/extra/libs/tiny_ttf/
Dlv_tiny_ttf.c85 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()
130 static const uint8_t * ttf_get_glyph_bitmap_cb(const lv_font_t * font, uint32_t unicode_letter) in ttf_get_glyph_bitmap_cb()
255 void lv_tiny_ttf_set_size(lv_font_t * font, lv_coord_t font_size) in lv_tiny_ttf_set_size()
268 void lv_tiny_ttf_destroy(lv_font_t * font) in lv_tiny_ttf_destroy()
/lvgl-latest/src/extra/themes/mono/
Dlv_theme_mono.c76 static void style_init(bool dark_bg, const lv_font_t * font) in style_init()
170 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-latest/src/widgets/
Dlv_roller.c195 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_roller_set_visible_row_count() local
614 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in refr_position() local
697 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in release_handler() local
739 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.c165 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_checkbox_event() local
201 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
756 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_label_event() local
767 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_label_event() local
904 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_label_refr_text() local
Dlv_textarea.c363 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_textarea_set_cursor_pos() local
632 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_textarea_get_password_bullet() local
761 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_textarea_cursor_down() local
789 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_textarea_cursor_up() local
1053 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in refr_cursor_area() local
Dlv_dropdown.c701 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_dropdown_event() local
943 const lv_font_t * font = lv_obj_get_style_text_font(list_obj, LV_PART_SELECTED); in draw_box() local
1107 const lv_font_t * font = lv_obj_get_style_text_font(label, LV_PART_MAIN); in get_id_on_point() local
1133 const lv_font_t * font = lv_obj_get_style_text_font(label, LV_PART_MAIN); in position_to_selected() local
Dlv_table.c873 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_ITEMS); in refr_size_form_row() local
899 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_ITEMS); in refr_cell_size() local
924 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.c139 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_img_set_src() local
Dlv_btnmatrix.c811 const lv_font_t * font = draw_label_dsc_act.font; in draw_main() local
/lvgl-latest/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()
171 static uint32_t lv_txt_get_next_word(const char * txt, const lv_font_t * font, in lv_txt_get_next_word()
279 uint32_t _lv_txt_get_next_line(const char * txt, const lv_font_t * font, in _lv_txt_get_next_line()
343 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-latest/src/extra/widgets/span/
Dlv_span.c26 const lv_font_t * font; member
349 const lv_font_t * font = lv_span_get_style_text_font(obj, cur_span); in lv_spangroup_get_max_line_h() local
372 const lv_font_t * font = lv_span_get_style_text_font(obj, cur_span); in lv_spangroup_get_expand_width() local
599 static bool lv_txt_get_snippet(const char * txt, const lv_font_t * font, in lv_txt_get_snippet()
648 const lv_font_t * font; in lv_span_get_style_text_font() local
/lvgl-latest/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-latest/src/extra/others/ime/
Dlv_ime_pinyin.c861 const lv_font_t * font = lv_obj_get_style_text_font(obj, LV_PART_MAIN); in lv_ime_pinyin_style_change_event() local
/lvgl-latest/src/extra/themes/default/
Dlv_theme_default.c646 const lv_font_t * font) in lv_theme_default_init()

12