lv_line_private.h

struct _lv_line_t
#include <lv_line_private.h>

Data of line

Public Members

lv_obj_t obj
const lv_point_precise_t *constant
lv_point_precise_t *mut
union _lv_line_t point_array

Pointer to an array with the points of the line

uint32_t point_num

Number of points in 'point_array'

uint32_t y_inv

1: y == 0 will be on the bottom

uint32_t point_array_is_mutable

whether the point array is const or mutable