Home
last modified time | relevance | path

Searched refs:NEMA_VG_PRIM_LINE (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/libs/nema_gfx/include/
Dnema_vg_path.h49 #define NEMA_VG_PRIM_LINE (0x02U) /**< Line segment */ macro
68 #define NEMA_VG_PRIM_LINE_REL (NEMA_VG_PRIM_LINE | NEMA_VG_REL) /**< Relative line segme…
/lvgl-latest/src/draw/nema_gfx/
Dlv_nema_gfx_path.c118 path->seg[seg_point++] = NEMA_VG_PRIM_LINE; in lv_nema_gfx_path_line_to()