Searched refs:lv_draw_glyph_dsc_t (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/draw/ |
D | lv_draw_label.h | 97 typedef void(*lv_draw_glyph_cb_t)(lv_draw_unit_t * draw_unit, lv_draw_glyph_dsc_t * dsc, lv_draw_fi… 124 void lv_draw_glyph_dsc_init(lv_draw_glyph_dsc_t * dsc); 181 void lv_draw_unit_draw_letter(lv_draw_unit_t * draw_unit, lv_draw_glyph_dsc_t * dsc, const lv_poin…
|
D | lv_draw_label.c | 95 void lv_draw_glyph_dsc_init(lv_draw_glyph_dsc_t * dsc) in lv_draw_glyph_dsc_init() 97 lv_memzero(dsc, sizeof(lv_draw_glyph_dsc_t)); in lv_draw_glyph_dsc_init() 310 lv_draw_glyph_dsc_t draw_letter_dsc; in lv_draw_label_iterate_characters() 542 void lv_draw_unit_draw_letter(lv_draw_unit_t * draw_unit, lv_draw_glyph_dsc_t * dsc, const lv_poin… in lv_draw_unit_draw_letter()
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_draw_vg_lite_label.c | 52 static void draw_letter_cb(lv_draw_unit_t * draw_unit, lv_draw_glyph_dsc_t * glyph_draw_dsc, 55 static void draw_letter_bitmap(lv_draw_vg_lite_unit_t * u, const lv_draw_glyph_dsc_t * dsc); 59 static void draw_letter_outline(lv_draw_vg_lite_unit_t * u, const lv_draw_glyph_dsc_t * dsc); 89 lv_draw_glyph_dsc_t glyph_dsc; in lv_draw_vg_lite_letter() 122 static void draw_letter_cb(lv_draw_unit_t * draw_unit, lv_draw_glyph_dsc_t * glyph_draw_dsc, in draw_letter_cb() 192 static void draw_letter_bitmap(lv_draw_vg_lite_unit_t * u, const lv_draw_glyph_dsc_t * dsc) in draw_letter_bitmap() 291 static void draw_letter_outline(lv_draw_vg_lite_unit_t * u, const lv_draw_glyph_dsc_t * dsc) in draw_letter_outline()
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_letter.c | 35 …V_ATTRIBUTE_FAST_MEM */ draw_letter_cb(lv_draw_unit_t * draw_unit, lv_draw_glyph_dsc_t * glyph_dra… 59 lv_draw_glyph_dsc_t glyph_dsc; in lv_draw_sw_letter() 93 static void LV_ATTRIBUTE_FAST_MEM draw_letter_cb(lv_draw_unit_t * draw_unit, lv_draw_glyph_dsc_t * … in draw_letter_cb()
|
/lvgl-latest/src/draw/nema_gfx/ |
D | lv_draw_nema_gfx_label.c | 76 static void _draw_nema_gfx_letter(lv_draw_unit_t * draw_unit, lv_draw_glyph_dsc_t * glyph_draw_dsc, 82 static inline uint8_t _bpp_nema_gfx_format(lv_draw_glyph_dsc_t * glyph_draw_dsc); 84 static void _draw_letter(lv_draw_unit_t * draw_unit, lv_draw_glyph_dsc_t * dsc, const lv_point_t *… 95 …static void _draw_nema_gfx_outline(lv_draw_unit_t * draw_unit, lv_draw_glyph_dsc_t * glyph_draw_ds… 148 static void _draw_nema_gfx_outline(lv_draw_unit_t * draw_unit, lv_draw_glyph_dsc_t * glyph_draw_dsc) in _draw_nema_gfx_outline() 272 static inline uint8_t _bpp_nema_gfx_format(lv_draw_glyph_dsc_t * glyph_draw_dsc) in _bpp_nema_gfx_format() 293 static void _draw_nema_gfx_letter(lv_draw_unit_t * draw_unit, lv_draw_glyph_dsc_t * glyph_draw_dsc, in _draw_nema_gfx_letter() 500 lv_draw_glyph_dsc_t draw_letter_dsc; in _draw_label_iterate_characters() 744 static void _draw_letter(lv_draw_unit_t * draw_unit, lv_draw_glyph_dsc_t * dsc, const lv_point_t *… in _draw_letter()
|
/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_draw_vglite_label.c | 38 static void _draw_vglite_letter(lv_draw_unit_t * draw_unit, lv_draw_glyph_dsc_t * glyph_draw_dsc, 79 static void _draw_vglite_letter(lv_draw_unit_t * draw_unit, lv_draw_glyph_dsc_t * glyph_draw_dsc, in _draw_vglite_letter()
|
/lvgl-latest/src/draw/renesas/dave2d/ |
D | lv_draw_dave2d_label.c | 7 static void lv_draw_dave2d_draw_letter_cb(lv_draw_unit_t * draw_unit, lv_draw_glyph_dsc_t * glyph_d… 22 static void lv_draw_dave2d_draw_letter_cb(lv_draw_unit_t * u, lv_draw_glyph_dsc_t * glyph_draw_dsc, in lv_draw_dave2d_draw_letter_cb()
|
/lvgl-latest/src/misc/ |
D | lv_types.h | 158 typedef struct _lv_draw_glyph_dsc_t lv_draw_glyph_dsc_t; typedef
|