STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros | Variables
GUI_SetOrientationCX.h File Reference
#include "GUI_SetOrientation.h"

Go to the source code of this file.

Macros

#define XY2PTR(x, y)   (PIXEL *)(pContext->pData + y * pContext->BytesPerLine + x * pContext->pDrawingAPI->BytesPerPixel)
 

Variables

const GUI_ORIENTATION_API API_NAME
 

Macro Definition Documentation

#define XY2PTR (   x,
 
)    (PIXEL *)(pContext->pData + y * pContext->BytesPerLine + x * pContext->pDrawingAPI->BytesPerPixel)

Definition at line 42 of file GUI_SetOrientationCX.h.

Variable Documentation

const GUI_ORIENTATION_API API_NAME
Initial value:
= {
_DrawBitmap_CX,
_DrawHLine_CX,
_DrawVLine_CX,
_FillRect_CX,
_GetPixelIndex_CX,
_SetPixelIndex_CX,
_XorPixel_CX,
BYTES_PER_PIXEL
}

Definition at line 592 of file GUI_SetOrientationCX.h.