Vector path enumerations
This section provides an overview of vector path enumerations.
vg_lite_format_t
enumeration
Values for vg_lite_format_t
enum are defined in Table 1.
If vg_lite_format_t |
Path data alignment in the array should be: |
---|---|
VG_LITE_S8 |
8 bit |
VG_LITE_S16 |
2 bytes |
VG_LITE_S32 |
4 bytes |
Parent topic:Vector path enumerations
vg_lite_quality_t
enumeration
Specifies the level of hardware assisted anti-aliasing.
Used in structure: vg_lite_path_t
.
Used in function: vg_lite_init_path
, vg_lite_init_arc_path
.
vg_lite_quality_t string values |
Description |
---|---|
|
High quality: 16x coverage sample anti-aliasing |
|
Upper quality: 8x coverage sample anti-aliasing. Use vg_lite_query_feature to determine availability of 8x CSAA (feature enum value |
|
Medium quality: 4x coverage sample anti-aliasing |
|
Low quality: No anti-aliasing |
Parent topic:Vector path enumerations
Parent topic:Vector path control