Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
if (pTemp->state&0x7C00)
GFX_GOL_ObjectAdd(pTemp);
pTemp = pTemp->pNxtObj;
}
// redraw active list
GFX_GOL_ObjectListDraw();
Parameters
Parameters Description
left Defines the left most border of the rectangle area.
top Defines the top most border of the rectangle area.
right Defines the right most border of the rectangle area.
bottom Defines the bottom most border of the rectangle area.
Function
void GFX_GOL_ObjectRectangleRedraw(
uint16_t left,
uint16_t top,
uint16_t right,
uint16_t bottom)
1.6.2.5 GOL Object Panel Rendering
These are the API to render panels of objects in the frame buffer. These functions are used internally by the object rendering
functions. Application should not call these functions directly. For those application that creates their own custom objects that
uses panels, these function should be used to render the panels.
Functions
Name Description
GFX_GOL_ObjectBackGroundSet This function sets the background information.
GFX_GOL_ObjectHideDraw This function performs the hiding of an object from the screen.
GFX_GOL_PanelAlphaParameterSet This function sets the alpha blending value when using alpha
blending in panels.
GFX_GOL_PanelBackgroundSet This function sets panel background information.
GFX_GOL_PanelDraw This function renders the panel.
GFX_GOL_PanelGradientParameterSet This function sets the gradient fill start and end colors of a panel.
GFX_GOL_PanelParameterSet This function sets the parameters to draw a panel.
GFX_GOL_TwoTonePanelDraw This function renders the two-tone panel.
1.6.2.5.1 GFX_GOL_ObjectBackGroundSet Function
This function sets the background information.
File
gfx_gol.h
Syntax
void GFX_GOL_ObjectBackGroundSet(GFX_GOL_OBJ_HEADER * pObjectHeader);
Returns
None.
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
315
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf