Searched defs:_lv_line_t (Results 1 – 1 of 1) sorted by relevance
31 struct _lv_line_t { struct32 lv_obj_t obj;33 union {36 } point_array; /**< Pointer to an array with the points of the line*/37 uint32_t point_num; /**< Number of points in 'point_array'*/38 uint32_t y_inv : 1; /**< 1: y == 0 will be on the bottom*/39 uint32_t point_array_is_mutable : 1; /**< whether the point array is const or mutable*/