Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
Parameters
Parameters Description
left Horizontal starting position of the image.
top Vertical starting position of the image.
pImage Pointer to the image to be rendered.
Function
GFX_STATUS GFX_ImageDraw(
uint16_t left,
uint16_t top,
GFX_RESOURCE_HDR *pImage)
1.6.1.1.5.2 GFX_ImageHeaderGet Function
This function fills the given bitmap header with the image's header information.
File
gfx_primitive.h
Syntax
void GFX_ImageHeaderGet(GFX_RESOURCE_HDR * pImage, GFX_MCHP_BITMAP_HEADER * pBitmapHdr);
Returns
None.
Description
This function fills the given bitmap header with the image's header information. This function results in an undefined behavior
if the pointer to the image is invalid.
Preconditions
None.
Example
None.
Parameters
Parameters Description
pImage Pointer to the image.
pBitmap Pointer to the destination of the header information.
Function
GFX_STATUS GFX_ImageHeaderGet(
GFX_RESOURCE_HDR *pImage,
GFX_MCHP_BITMAP_HEADER *pBitmapHdr)
1.6.1.1.5.3 GFX_ImageHeightGet Function
This function returns the height of the given image.
File
gfx_primitive.h
Syntax
int16_t GFX_ImageHeightGet(GFX_RESOURCE_HDR * pImage);
1.6 Library Interface MLA - Graphics Library Help Graphics Primitive Layer
94
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf