Home
last modified time | relevance | path

Searched refs:lv_font_glyph_dsc_t (Results 1 – 12 of 12) sorted by relevance

/lvgl-3.6.0/src/font/
Dlv_font.h51 } 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,
Dlv_font.c64 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()
Dlv_font_fmt_txt.h220 bool lv_font_get_glyph_dsc_fmt_txt(const lv_font_t * font, lv_font_glyph_dsc_t * dsc_out, uint32_t …
Dlv_font_fmt_txt.c148 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/
Dlv_imgfont.c31 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/
Dlv_draw_sw_letter.c31 … 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/
Dlv_gpu_d2_draw_label.c44 … 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/
Dlv_freetype.c206 FT_UInt glyph_index, lv_font_glyph_dsc_t * dsc_out) in get_bold_glyph()
236lv_font_glyph_dsc_t * dsc_out, uint32_t unicode_letter, uint32_t unicode_letter_next) in get_glyph_dsc_cb_cache()
461lv_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/
Dlv_draw_sdl_label.c72 lv_font_glyph_dsc_t g; in lv_draw_sdl_draw_letter()
/lvgl-3.6.0/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()
/lvgl-3.6.0/docs/overview/
Dfont.md221 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/
Dlv_textarea.c631 lv_font_glyph_dsc_t g; in lv_textarea_get_password_bullet()