Home
last modified time | relevance | path

Searched refs:vg_lite_path_t (Results 1 – 24 of 24) sorted by relevance

/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_grad.h42 vg_lite_path_t * path,
52 vg_lite_path_t * path,
Dlv_vg_lite_path.h85 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 …
Dlv_vg_lite_stroke.c142 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()
Dlv_vg_lite_utils.h92 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);
Dlv_draw_vg_lite_vector.c154 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()
Dlv_draw_vg_lite_fill.c71 vg_lite_path_t * vg_lite_path = lv_vg_lite_path_get_path(path); in lv_draw_vg_lite_fill()
Dlv_draw_vg_lite_triangle.c69 vg_lite_path_t * vg_lite_path = lv_vg_lite_path_get_path(path); in lv_draw_vg_lite_triangle()
Dlv_draw_vg_lite_img.c157 vg_lite_path_t * vg_lite_path = lv_vg_lite_path_get_path(path); in lv_draw_vg_lite_img()
Dlv_draw_vg_lite_label.c256 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()
Dlv_draw_vg_lite_arc.c161 vg_lite_path_t * vg_lite_path = lv_vg_lite_path_get_path(path); in lv_draw_vg_lite_arc()
Dlv_draw_vg_lite_mask_rect.c146 vg_lite_path_t * vg_lite_path = lv_vg_lite_path_get_path(path); in lv_draw_vg_lite_mask_rect()
Dlv_vg_lite_path.c43 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()
Dlv_draw_vg_lite_line.c186 vg_lite_path_t * vg_lite_path = lv_vg_lite_path_get_path(path); in lv_draw_vg_lite_line()
Dlv_vg_lite_grad.c107 vg_lite_path_t * path, in lv_vg_lite_draw_grad()
224 vg_lite_path_t * path, in lv_vg_lite_draw_grad_helper()
Dlv_vg_lite_utils.c312 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()
Dlv_draw_vg_lite_border.c92 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/
Dvg_lite.h852 } 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 …]
Dvg_lite_tvg.cpp302 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/
Dlv_draw_vglite_fill.c122 vg_lite_path_t path; in _vglite_fill()
163 vg_lite_path_t path; in _vglite_draw_rect()
Dlv_draw_vglite_line.c92 vg_lite_path_t path; in _vglite_draw_line()
Dlv_draw_vglite_border.c126 vg_lite_path_t path; in _vglite_draw_border()
Dlv_draw_vglite_triangle.c112 vg_lite_path_t path; in _vglite_draw_triangle()
Dlv_draw_vglite_img.c387 vg_lite_path_t path; in _vglite_draw_pattern()
Dlv_draw_vglite_arc.c565 vg_lite_path_t path; in _vglite_draw_arc()