CUSTOM_DrawBitmap32bpp() is only used within MB1063.
 
Symbols
loading...
Files
loading...

CUSTOM_DrawBitmap32bpp() function

Draw indirect color bitmap

Syntax

static void CUSTOM_DrawBitmap32bpp(int LayerIndex,     int x,     int y,     U8 const * p,     int xSize,     int ySize,     int BytesPerLine);
Implemented in LCDConf.c:740

Arguments

LayerIndex

x

y

p

xSize

X size

ySize

Y size

BytesPerLine

Return value

None

References

LocationReferrerText
LCDConf.c:740
static void CUSTOM_DrawBitmap32bpp(int LayerIndex, int x, int y, U8 const * p, int xSize, int ySize, int BytesPerLine)
LCDConf.c:130
static void CUSTOM_DrawBitmap32bpp(int LayerIndex, int x, int y, U8 const * p, int xSize, int ySize, int BytesPerLine);
LCDConf.c:368LCD_X_Config()
LCD_SetDevFunc(i, LCD_DEVFUNC_DRAWBMP_32BPP, (void(*)(void))CUSTOM_DrawBitmap32bpp); /* Set up drawing routine for 32bpp bitmap using DMA2D. Makes only sense with ARGB8888 */

Call Tree

Functions called by CUSTOM_DrawBitmap32bpp()
CUSTOM_DrawBitmap32bpp()
all items filtered out
Data read by CUSTOM_DrawBitmap32bpp()
Data written by CUSTOM_DrawBitmap32bpp()
CUSTOM_DrawBitmap32bpp()
CUSTOM_DrawBitmap32bpp()::BufferSize
CUSTOM_DrawBitmap32bpp()::AddrDst
CUSTOM_DrawBitmap32bpp()::OffLineSrc
CUSTOM_DrawBitmap32bpp()::OffLineDst
all items filtered out