Searched defs:font_p (Results 1 – 4 of 4) sorted by relevance
48 const uint8_t * lv_font_get_glyph_bitmap(const lv_font_t * font_p, uint32_t letter) in lv_font_get_glyph_bitmap()61 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()
110 static inline uint8_t lv_font_get_line_height(const lv_font_t * font_p) in lv_font_get_line_height()
233 void lv_draw_letter(const lv_point_t * pos_p, const lv_area_t * mask_p, const lv_font_t * font_p, u… in lv_draw_letter()
554 const lv_font_t * font_p = style->text.font; in lv_ta_set_cursor_pos() local1161 const lv_font_t * font_p = label_style->text.font; in lv_ta_cursor_down() local
Completed in 10 milliseconds