Searched refs:lv_font_glyph_dsc_t (Results 1 – 12 of 12) sorted by relevance
/lvgl-3.6.0/src/font/ |
D | lv_font.h | 51 } lv_font_glyph_dsc_t; typedef 66 …bool (*get_glyph_dsc)(const struct _lv_font_t *, lv_font_glyph_dsc_t *, uint32_t letter, uint32_t … 107 bool lv_font_get_glyph_dsc(const lv_font_t * font_p, lv_font_glyph_dsc_t * dsc_out, uint32_t letter,
|
D | lv_font.c | 64 bool lv_font_get_glyph_dsc(const lv_font_t * font_p, lv_font_glyph_dsc_t * dsc_out, uint32_t letter, in lv_font_get_glyph_dsc() 139 lv_font_glyph_dsc_t g; in lv_font_get_glyph_width()
|
D | lv_font_fmt_txt.h | 220 bool lv_font_get_glyph_dsc_fmt_txt(const lv_font_t * font, lv_font_glyph_dsc_t * dsc_out, uint32_t …
|
D | lv_font_fmt_txt.c | 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()
|
/lvgl-3.6.0/src/extra/others/imgfont/ |
D | lv_imgfont.c | 31 static bool imgfont_get_glyph_dsc(const lv_font_t * font, lv_font_glyph_dsc_t * dsc_out, 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-3.6.0/src/draw/sw/ |
D | lv_draw_sw_letter.c | 31 … const lv_point_t * pos, lv_font_glyph_dsc_t * g, const uint8_t * map_p); 36 lv_font_glyph_dsc_t * g, const uint8_t * map_p); 98 lv_font_glyph_dsc_t g; in lv_draw_sw_letter() 166 … const lv_point_t * pos, lv_font_glyph_dsc_t * g, const uint8_t * map_p) in draw_letter_normal() 356 lv_font_glyph_dsc_t * g, const uint8_t * map_p) in draw_letter_subpx()
|
/lvgl-3.6.0/src/draw/renesas/ |
D | lv_gpu_d2_draw_label.c | 44 … const lv_point_t * pos, lv_font_glyph_dsc_t * g, const uint8_t * map_p) in draw_letter_normal() 246 lv_font_glyph_dsc_t g; in lv_draw_gpu_letter()
|
/lvgl-3.6.0/src/extra/libs/freetype/ |
D | lv_freetype.c | 206 FT_UInt glyph_index, lv_font_glyph_dsc_t * dsc_out) in get_bold_glyph() 236 … lv_font_glyph_dsc_t * dsc_out, uint32_t unicode_letter, uint32_t unicode_letter_next) in get_glyph_dsc_cb_cache() 461 … lv_font_glyph_dsc_t * dsc_out, uint32_t unicode_letter, uint32_t unicode_letter_next) in get_glyph_dsc_cb_nocache()
|
/lvgl-3.6.0/src/draw/sdl/ |
D | lv_draw_sdl_label.c | 72 lv_font_glyph_dsc_t g; in lv_draw_sdl_draw_letter()
|
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | lv_tiny_ttf.c | 85 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()
|
/lvgl-3.6.0/docs/overview/ |
D | font.md | 221 bool my_get_glyph_dsc_cb(const lv_font_t * font, lv_font_glyph_dsc_t * dsc_out, uint32_t unicode_le…
|
/lvgl-3.6.0/src/widgets/ |
D | lv_textarea.c | 631 lv_font_glyph_dsc_t g; in lv_textarea_get_password_bullet()
|