Home
last modified time | relevance | path

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

/lvgl-latest/libs/nema_gfx/include/
Dnema_vg_path.h56 #define NEMA_VG_PRIM_ARC (0x09U) /**< Arc segment */ macro
63 #define NEMA_VG_PRIM_SCCWARC (NEMA_VG_PRIM_ARC ) /**< Small counterclockwise arc segme…
64 #define NEMA_VG_PRIM_SCWARC (NEMA_VG_PRIM_ARC | NEMA_VG_ARC_CW ) /**< Small clockwise…
65 #define NEMA_VG_PRIM_LCCWARC (NEMA_VG_PRIM_ARC | NEMA_VG_ARC_LARGE) /**< Large counter…
66 #define NEMA_VG_PRIM_LCWARC (NEMA_VG_PRIM_ARC | NEMA_VG_ARC_CW |NEMA_VG_ARC_LARGE) /*…