Home
last modified time | relevance | path

Searched refs:lv_vg_lite_path_get_path (Results 1 – 12 of 12) sorted by relevance

/lvgl-latest/src/draw/vg_lite/
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()
335 lv_vg_lite_path_get_path(lhs->vg.path) : in path_compare()
336 lv_vg_lite_path_get_path(lhs->lv.path); in path_compare()
338 lv_vg_lite_path_get_path(rhs->vg.path) : in path_compare()
339 lv_vg_lite_path_get_path(rhs->lv.path); in path_compare()
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_vg_lite_path.h85 vg_lite_path_t * lv_vg_lite_path_get_path(lv_vg_lite_path_t * path);
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_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_path.c151 vg_lite_path_t * lv_vg_lite_path_get_path(lv_vg_lite_path_t * path) in lv_vg_lite_path_get_path() function
235 lv_vg_lite_path_for_each_data(lv_vg_lite_path_get_path(path), path_bounds_iter_cb, &bounds); in lv_vg_lite_path_update_bounding_box()
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()