lv_line_private.h
API reference for lv_line_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_line.h
Summary
Structs
struct
_lv_line_t
Data of line
| Member | Type | Description |
|---|---|---|
obj | lv_obj_t | |
constant | const lv_point_precise_t * | |
mut | lv_point_precise_t * | |
point_array | union _lv_line_t | Pointer to an array with the points of the line |
point_num | uint32_t | Number of points in 'point_array' |
y_inv | uint32_t | 1: y == 0 will be on the bottom |
point_array_is_mutable | uint32_t | whether the point array is const or mutable |
Dependencies
Last updated on