Home
last modified time | relevance | path

Searched defs:vg_lite_path (Results 1 – 9 of 9) sorted by relevance

/lvgl-latest/src/draw/vg_lite/
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() local
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() local
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() local
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() local
Dlv_draw_vg_lite_label.c256 vg_lite_path_t * vg_lite_path = lv_vg_lite_path_get_path(path); in draw_letter_bitmap() local
366 vg_lite_path_t * vg_lite_path = lv_vg_lite_path_get_path(outline); in draw_letter_outline() local
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() local
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() local
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() local
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite.h836 typedef struct vg_lite_path struct
846vg_lite_path_type_t path_type; /*! Refer to the definition by vg_lite_path_type_t. */ argument
852 } vg_lite_path_t; argument