Searched refs:vg_lite_path_t (Results 1 – 24 of 24) sorted by relevance
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_grad.h | 42 vg_lite_path_t * path, 52 vg_lite_path_t * path,
|
D | lv_vg_lite_path.h | 85 vg_lite_path_t * lv_vg_lite_path_get_path(lv_vg_lite_path_t * path); 135 void lv_vg_lite_path_for_each_data(const vg_lite_path_t * path, lv_vg_lite_path_iter_cb_t cb, void …
|
D | lv_vg_lite_stroke.c | 142 vg_lite_path_t * vg_path = lv_vg_lite_path_get_path(path); in lv_vg_lite_stroke_get() 235 vg_lite_path_t * vg_path = lv_vg_lite_path_get_path(item->vg.path); in stroke_create_cb() 334 const vg_lite_path_t * lhs_path = lhs->vg.path ? in path_compare() 337 const vg_lite_path_t * rhs_path = rhs->vg.path ? in path_compare()
|
D | lv_vg_lite_utils.h | 92 void lv_vg_lite_path_dump_info(const vg_lite_path_t * path); 157 bool lv_vg_lite_path_check(const vg_lite_path_t * path);
|
D | lv_draw_vg_lite_vector.c | 154 const vg_lite_path_t * ori_vg_path = lv_vg_lite_path_get_path(ori_path); in task_draw_cb() 157 vg_lite_path_t * vg_path = lv_vg_lite_path_get_path(stroke_path); in task_draw_cb() 175 vg_lite_path_t * vg_path = lv_vg_lite_path_get_path(lv_vg_path); in task_draw_cb() 351 vg_lite_path_t * vg_path = lv_vg_lite_path_get_path(dest); in lv_path_to_vg()
|
D | lv_draw_vg_lite_fill.c | 71 vg_lite_path_t * vg_lite_path = lv_vg_lite_path_get_path(path); in lv_draw_vg_lite_fill()
|
D | lv_draw_vg_lite_triangle.c | 69 vg_lite_path_t * vg_lite_path = lv_vg_lite_path_get_path(path); in lv_draw_vg_lite_triangle()
|
D | lv_draw_vg_lite_img.c | 157 vg_lite_path_t * vg_lite_path = lv_vg_lite_path_get_path(path); in lv_draw_vg_lite_img()
|
D | lv_draw_vg_lite_label.c | 256 vg_lite_path_t * vg_lite_path = lv_vg_lite_path_get_path(path); in draw_letter_bitmap() 366 vg_lite_path_t * vg_lite_path = lv_vg_lite_path_get_path(outline); in draw_letter_outline()
|
D | lv_draw_vg_lite_arc.c | 161 vg_lite_path_t * vg_lite_path = lv_vg_lite_path_get_path(path); in lv_draw_vg_lite_arc()
|
D | lv_draw_vg_lite_mask_rect.c | 146 vg_lite_path_t * vg_lite_path = lv_vg_lite_path_get_path(path); in lv_draw_vg_lite_mask_rect()
|
D | lv_vg_lite_path.c | 43 vg_lite_path_t base; 151 vg_lite_path_t * lv_vg_lite_path_get_path(lv_vg_lite_path_t * path) in lv_vg_lite_path_get_path() 642 void lv_vg_lite_path_for_each_data(const vg_lite_path_t * path, lv_vg_lite_path_iter_cb_t cb, void … in lv_vg_lite_path_for_each_data()
|
D | lv_draw_vg_lite_line.c | 186 vg_lite_path_t * vg_lite_path = lv_vg_lite_path_get_path(path); in lv_draw_vg_lite_line()
|
D | lv_vg_lite_grad.c | 107 vg_lite_path_t * path, in lv_vg_lite_draw_grad() 224 vg_lite_path_t * path, in lv_vg_lite_draw_grad_helper()
|
D | lv_vg_lite_utils.c | 312 void lv_vg_lite_path_dump_info(const vg_lite_path_t * path) in lv_vg_lite_path_dump_info() 1020 bool lv_vg_lite_path_check(const vg_lite_path_t * path) in lv_vg_lite_path_check()
|
D | lv_draw_vg_lite_border.c | 92 vg_lite_path_t * vg_lite_path = lv_vg_lite_path_get_path(path); in lv_draw_vg_lite_border()
|
/lvgl-latest/src/others/vg_lite_tvg/ |
D | vg_lite.h | 852 } vg_lite_path_t; typedef 1061 vg_lite_path_t *path, 1068 vg_lite_error_t vg_lite_set_stroke(vg_lite_path_t *path, 1079 vg_lite_error_t vg_lite_update_stroke(vg_lite_path_t *path); 1082 vg_lite_error_t vg_lite_set_path_type(vg_lite_path_t *path, vg_lite_path_type_t path_type); 1085 vg_lite_error_t vg_lite_clear_path(vg_lite_path_t *path); 1088 vg_lite_error_t vg_lite_upload_path(vg_lite_path_t *path); 1091 vg_lite_error_t vg_lite_init_path(vg_lite_path_t *path, 1102 vg_lite_error_t vg_lite_init_arc_path(vg_lite_path_t *path, 1118 vg_lite_error_t vg_lite_append_path(vg_lite_path_t *path, [all …]
|
D | vg_lite_tvg.cpp | 302 static Result shape_append_path(std::unique_ptr<Shape> & shape, vg_lite_path_t * path, vg_lite_matr… 871 vg_lite_path_t * path, in vg_lite_draw() 891 vg_lite_error_t vg_lite_set_stroke(vg_lite_path_t * path, in vg_lite_set_stroke() 930 vg_lite_error_t vg_lite_update_stroke(vg_lite_path_t * path) in vg_lite_update_stroke() 936 vg_lite_error_t vg_lite_set_path_type(vg_lite_path_t * path, vg_lite_path_type_t path_type) in vg_lite_set_path_type() 1012 vg_lite_error_t vg_lite_init_path(vg_lite_path_t * path, in vg_lite_init_path() 1024 lv_memzero(path, sizeof(vg_lite_path_t)); in vg_lite_init_path() 1046 vg_lite_error_t vg_lite_init_arc_path(vg_lite_path_t * path, in vg_lite_init_arc_path() 1066 vg_lite_error_t vg_lite_clear_path(vg_lite_path_t * path) in vg_lite_clear_path() 1088 vg_lite_error_t vg_lite_append_path(vg_lite_path_t * path, in vg_lite_append_path() [all …]
|
/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_draw_vglite_fill.c | 122 vg_lite_path_t path; in _vglite_fill() 163 vg_lite_path_t path; in _vglite_draw_rect()
|
D | lv_draw_vglite_line.c | 92 vg_lite_path_t path; in _vglite_draw_line()
|
D | lv_draw_vglite_border.c | 126 vg_lite_path_t path; in _vglite_draw_border()
|
D | lv_draw_vglite_triangle.c | 112 vg_lite_path_t path; in _vglite_draw_triangle()
|
D | lv_draw_vglite_img.c | 387 vg_lite_path_t path; in _vglite_draw_pattern()
|
D | lv_draw_vglite_arc.c | 565 vg_lite_path_t path; in _vglite_draw_arc()
|