Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
Remarks
None.
1.6.1.2.5 GFX_FEATURE_STATUS Type
States of a feature that can be enabled/disabled at run time.
File
gfx_types_macros.h
Syntax
typedef enum {
GFX_FEATURE_ENABLED,
GFX_FEATURE_DISABLED
} GFX_FEATURE_STATUS;
Members
Members Description
GFX_FEATURE_ENABLED The feature is enabled.
GFX_FEATURE_DISABLED The feature is disabled.
Description
Typedef: GFX_FEATURE_STATUS
Defines the states of a Graphics Library feature that can nbe enabled/disabled at run time.
Remarks
None.
1.6.1.2.6 GFX_FILL_STYLE Type
Specifies the available fill styles.
File
gfx_types_macros.h
Syntax
typedef enum {
GFX_FILL_STYLE_NONE,
GFX_FILL_STYLE_COLOR,
GFX_FILL_STYLE_ALPHA_COLOR,
GFX_FILL_STYLE_GRADIENT_DOWN,
GFX_FILL_STYLE_GRADIENT_UP,
GFX_FILL_STYLE_GRADIENT_RIGHT,
GFX_FILL_STYLE_GRADIENT_LEFT,
GFX_FILL_STYLE_GRADIENT_DOUBLE_VER,
GFX_FILL_STYLE_GRADIENT_DOUBLE_HOR
} GFX_FILL_STYLE;
Members
Members Description
GFX_FILL_STYLE_NONE no fill
GFX_FILL_STYLE_COLOR color fill
GFX_FILL_STYLE_ALPHA_COLOR color fill with alpha blending
GFX_FILL_STYLE_GRADIENT_DOWN gradient, vertical-down direction
GFX_FILL_STYLE_GRADIENT_UP gradient, vertical-up direction
GFX_FILL_STYLE_GRADIENT_RIGHT gradient, horizontal-right direction
GFX_FILL_STYLE_GRADIENT_LEFT gradient, horizontal-left direction
1.6 Library Interface MLA - Graphics Library Help Graphics Primitive Layer
141
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf