Searched defs:_lv_draw_vg_lite_unit_t (Results 1 – 1 of 1) sorted by relevance
40 struct _lv_draw_vg_lite_unit_t { struct41 lv_draw_unit_t base_unit;42 lv_draw_task_t * task_act;44 struct _lv_vg_lite_pending_t * image_dsc_pending;46 lv_cache_t * grad_cache;47 struct _lv_vg_lite_pending_t * grad_pending;49 lv_cache_t * stroke_cache;51 uint16_t flush_count;52 uint16_t letter_count;53 vg_lite_buffer_t target_buffer;[all …]