Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/
Dlv_draw_label_private.h44 struct _lv_draw_glyph_dsc_t { struct
46 … /**< Depends on `format` field, it could be image source or draw buf of bitmap or vector data. */
47 lv_font_glyph_format_t format;
48 const lv_area_t * letter_coords;
49 const lv_area_t * bg_coords;
50 lv_font_glyph_dsc_t * g;
51 lv_color_t color;
52 lv_opa_t opa;
53 int32_t rotation;
54 …nt_t pivot; /**< Rotation pivot point associated with total glyph including line_height */
[all …]