Lines Matching defs:obj
59 lv_obj_t * obj = lv_obj_class_create_obj(MY_CLASS, parent); in lv_line_create() local
68 void lv_line_set_points(lv_obj_t * obj, const lv_point_precise_t points[], uint32_t point_num) in lv_line_set_points()
73 void lv_line_set_points_mutable(lv_obj_t * obj, lv_point_precise_t points[], uint32_t point_num) in lv_line_set_points_mutable()
78 void lv_line_set_y_invert(lv_obj_t * obj, bool en) in lv_line_set_y_invert()
94 const lv_point_precise_t * lv_line_get_points(lv_obj_t * obj) in lv_line_get_points()
102 uint32_t lv_line_get_point_count(lv_obj_t * obj) in lv_line_get_point_count()
110 bool lv_line_is_point_array_mutable(lv_obj_t * obj) in lv_line_is_point_array_mutable()
118 lv_point_precise_t * lv_line_get_points_mutable(lv_obj_t * obj) in lv_line_get_points_mutable()
130 bool lv_line_get_y_invert(const lv_obj_t * obj) in lv_line_get_y_invert()
143 static void lv_line_constructor(const lv_obj_class_t * class_p, lv_obj_t * obj) in lv_line_constructor()
160 static void line_set_points(lv_obj_t * obj, const lv_point_precise_t points[], uint32_t point_num, … in line_set_points()
195 lv_obj_t * obj = lv_event_get_current_target(e); in lv_line_event() local