lv_line_private.h

API reference for lv_line_private.h

Report on GitHub
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

MemberTypeDescription
objlv_obj_t
constantconst lv_point_precise_t *
mutlv_point_precise_t *
point_arrayunion _lv_line_tPointer to an array with the points of the line
point_numuint32_tNumber of points in 'point_array'
y_invuint32_t1: y == 0 will be on the bottom
point_array_is_mutableuint32_twhether the point array is const or mutable

Dependencies

Indirect dependencies

Last updated on

On this page