Lines Matching defs:path

53     lv_vector_path_t * path;  member
98 void lv_matrix_transform_path(const lv_matrix_t * matrix, lv_vector_path_t * path) in lv_matrix_transform_path()
110 lv_vector_path_t * path = lv_malloc(sizeof(lv_vector_path_t)); in lv_vector_path_create() local
119 void lv_vector_path_copy(lv_vector_path_t * target_path, const lv_vector_path_t * path) in lv_vector_path_copy()
126 void lv_vector_path_clear(lv_vector_path_t * path) in lv_vector_path_clear()
132 void lv_vector_path_delete(lv_vector_path_t * path) in lv_vector_path_delete()
139 void lv_vector_path_move_to(lv_vector_path_t * path, const lv_fpoint_t * p) in lv_vector_path_move_to()
148 void lv_vector_path_line_to(lv_vector_path_t * path, const lv_fpoint_t * p) in lv_vector_path_line_to()
162 void lv_vector_path_quad_to(lv_vector_path_t * path, const lv_fpoint_t * p1, const lv_fpoint_t * p2) in lv_vector_path_quad_to()
177 void lv_vector_path_cubic_to(lv_vector_path_t * path, const lv_fpoint_t * p1, const lv_fpoint_t * p… in lv_vector_path_cubic_to()
194 void lv_vector_path_close(lv_vector_path_t * path) in lv_vector_path_close()
207 void lv_vector_path_get_bounding(const lv_vector_path_t * path, lv_area_t * area) in lv_vector_path_get_bounding()
237 void lv_vector_path_append_rect(lv_vector_path_t * path, const lv_area_t * rect, float rx, float ry) in lv_vector_path_append_rect()
325 void lv_vector_path_append_circle(lv_vector_path_t * path, const lv_fpoint_t * c, float rx, float r… in lv_vector_path_append_circle()
381 void lv_vector_path_append_arc(lv_vector_path_t * path, const lv_fpoint_t * c, float radius, float … in lv_vector_path_append_arc()
453 void lv_vector_path_append_path(lv_vector_path_t * path, const lv_vector_path_t * subpath) in lv_vector_path_append_path()
690 void lv_vector_dsc_add_path(lv_vector_dsc_t * dsc, const lv_vector_path_t * path) in lv_vector_dsc_add_path()