Searched defs:_lv_spangroup_t (Results 1 – 1 of 1) sorted by relevance
41 struct _lv_spangroup_t { struct42 lv_obj_t obj;43 int32_t lines;44 int32_t indent; /**< first line indent */45 int32_t cache_w; /**< the cache automatically calculates the width */46 int32_t cache_h; /**< similar cache_w */47 lv_ll_t child_ll;48 uint32_t mode : 2; /**< details see lv_span_mode_t */49 uint32_t overflow : 1; /**< details see lv_span_overflow_t */50 uint32_t refresh : 1; /**< the spangroup need refresh cache_w and cache_h */