Lines Matching refs:path
110 void lv_matrix_transform_path(const lv_matrix_t * matrix, lv_vector_path_t * path);
124 void lv_vector_path_copy(lv_vector_path_t * target_path, const lv_vector_path_t * path);
130 void lv_vector_path_clear(lv_vector_path_t * path);
136 void lv_vector_path_delete(lv_vector_path_t * path);
143 void lv_vector_path_move_to(lv_vector_path_t * path, const lv_fpoint_t * p);
150 void lv_vector_path_line_to(lv_vector_path_t * path, const lv_fpoint_t * p);
158 void lv_vector_path_quad_to(lv_vector_path_t * path, const lv_fpoint_t * p1, const lv_fpoint_t * p2…
167 void lv_vector_path_cubic_to(lv_vector_path_t * path, const lv_fpoint_t * p1, const lv_fpoint_t * p…
174 void lv_vector_path_close(lv_vector_path_t * path);
181 void lv_vector_path_get_bounding(const lv_vector_path_t * path, lv_area_t * area);
190 void lv_vector_path_append_rect(lv_vector_path_t * path, const lv_area_t * rect, float rx, float ry…
199 void lv_vector_path_append_circle(lv_vector_path_t * path, const lv_fpoint_t * c, float rx, float r…
210 void lv_vector_path_append_arc(lv_vector_path_t * path, const lv_fpoint_t * c, float radius, float …
218 void lv_vector_path_append_path(lv_vector_path_t * path, const lv_vector_path_t * subpath);
465 void lv_vector_dsc_add_path(lv_vector_dsc_t * dsc, const lv_vector_path_t * path);
481 typedef void (*vector_draw_task_cb)(void * ctx, const lv_vector_path_t * path, const lv_vector_draw…