Home
last modified time | relevance | path

Searched refs: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
74 LV_VG_LITE_ASSERT_PATH(vg_lite_path); in lv_draw_vg_lite_fill()
82 vg_lite_path, in lv_draw_vg_lite_fill()
97 vg_lite_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() local
72 LV_VG_LITE_ASSERT_PATH(vg_lite_path); in lv_draw_vg_lite_triangle()
82 vg_lite_path, in lv_draw_vg_lite_triangle()
97 vg_lite_path, in lv_draw_vg_lite_triangle()
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
166 LV_VG_LITE_ASSERT_PATH(vg_lite_path); in lv_draw_vg_lite_arc()
195 vg_lite_path, in lv_draw_vg_lite_arc()
214 vg_lite_path, in lv_draw_vg_lite_arc()
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
158 LV_VG_LITE_ASSERT_PATH(vg_lite_path); in lv_draw_vg_lite_img()
166 vg_lite_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() local
257 LV_VG_LITE_ASSERT_PATH(vg_lite_path); in draw_letter_bitmap()
266 vg_lite_path, in draw_letter_bitmap()
366 vg_lite_path_t * vg_lite_path = lv_vg_lite_path_get_path(outline); in draw_letter_outline() local
369 LV_VG_LITE_ASSERT_PATH(vg_lite_path); in draw_letter_outline()
374 &u->target_buffer, vg_lite_path, VG_LITE_FILL_NON_ZERO, in draw_letter_outline()
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
151 LV_VG_LITE_ASSERT_PATH(vg_lite_path); in lv_draw_vg_lite_mask_rect()
158 vg_lite_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() local
189 LV_VG_LITE_ASSERT_PATH(vg_lite_path); in lv_draw_vg_lite_line()
195 vg_lite_path, in lv_draw_vg_lite_line()
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
95 LV_VG_LITE_ASSERT_PATH(vg_lite_path); in lv_draw_vg_lite_border()
101 vg_lite_path, in lv_draw_vg_lite_border()
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite.h836 typedef struct vg_lite_path struct