Searched defs:_lv_label_t (Results 1 – 1 of 1) sorted by relevance
31 struct _lv_label_t { struct32 lv_obj_t obj;33 char * text;34 char dot[LV_LABEL_DOT_NUM + 1]; /**< Bytes that have been replaced with dots */35 uint32_t dot_begin; /**< Offset where bytes have been replaced with dots */38 lv_draw_label_hint_t hint;42 uint32_t sel_start;43 uint32_t sel_end;46 lv_point_t size_cache; /**< Text size cache */47 lv_point_t offset; /**< Text draw position offset */[all …]