Home
last modified time | relevance | path

Searched defs:font_p (Results 1 – 4 of 4) sorted by relevance

/lvgl-3.7.0/src/font/
Dlv_font.c49 const uint8_t * lv_font_get_glyph_bitmap(const lv_font_t * font_p, uint32_t letter) in lv_font_get_glyph_bitmap()
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()
Dlv_font.h124 static inline lv_coord_t lv_font_get_line_height(const lv_font_t * font_p) in lv_font_get_line_height()
/lvgl-3.7.0/src/draw/sdl/
Dlv_draw_sdl_label.c34 const lv_font_t * font_p; member
60 const lv_font_t * font_p = dsc->font; in lv_draw_sdl_draw_letter() local
177 static lv_font_glyph_key_t font_key_glyph_create(const lv_font_t * font_p, uint32_t letter) in font_key_glyph_create()
/lvgl-3.7.0/src/draw/renesas/
Dlv_gpu_d2_draw_label.c235 const lv_font_t * font_p = dsc->font; in lv_draw_gpu_letter() local