_LCD_DrawBitmap16bpp() is only used within STemWin_MemoryDevice.
 
Symbols
loading...
Files
loading...

_LCD_DrawBitmap16bpp() function

Draw 16 bits per pixel bitmap

Syntax

static void _LCD_DrawBitmap16bpp(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.c:1395
static void _LCD_DrawBitmap16bpp(int LayerIndex, int x, int y, U16 const * p, int xSize, int ySize, int BytesPerLine)
LCDConf.c:1949LCD_X_Config()
LCD_SetDevFunc(i, LCD_DEVFUNC_DRAWBMP_16BPP, (void(*)(void))_LCD_DrawBitmap16bpp);

Call Tree

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