_LCD_DrawBitmap32bpp() is only used within STemWin_Fonts.
 
Symbols
loading...
Files
loading...

_LCD_DrawBitmap32bpp() function

Draw 32 bits per pixel bitmap

Syntax

static void _LCD_DrawBitmap32bpp(int LayerIndex,     int x,     int y,     U16 const * p,     int xSize,     int ySize,     int BytesPerLine);

Arguments

LayerIndex

Layer index

x

start horizontal position on the screen

y

start vertical position on the screen

p

Source buffer

xSize

Horizontal bitmap size

ySize

Vertical bitmap size

BytesPerLine

Number of bytes per Line

Return value

None

References

LocationReferrerText
LCDConf_stm324x9i_eval_MB1046.c:1239
static void _LCD_DrawBitmap32bpp(int LayerIndex, int x, int y, U16 const * p, int xSize, int ySize, int BytesPerLine)
LCDConf_stm324x9i_eval_MB1046.c:1737LCD_X_Config()
LCD_SetDevFunc(i, LCD_DEVFUNC_DRAWBMP_32BPP, (void(*)(void))_LCD_DrawBitmap32bpp);

Call Tree

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