_aBytesPerPixels is only used within STemWin_MemoryDevice.
 
Symbols
loading...
Files
loading...

_aBytesPerPixels variable

Syntax

static int _aBytesPerPixels[GUI_NUM_LAYERS];

References

LocationReferrerText
LCDConf.c:355
static int _aBytesPerPixels[GUI_NUM_LAYERS];
LCDConf.c:1280_GetBufferSize()
BufferSize = _axSize[LayerIndex] * _aySize[LayerIndex] * _aBytesPerPixels[LayerIndex];
LCDConf.c:1321_LCD_CopyRect()
AddrSrc = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y0 * _axSize[LayerIndex] + x0) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1322_LCD_CopyRect()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y1 * _axSize[LayerIndex] + x1) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1356_LCD_FillRect()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y0 * _axSize[LayerIndex] + x0) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1378_LCD_DrawBitmap32bpp()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y * _axSize[LayerIndex] + x) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1401_LCD_DrawBitmap16bpp()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y * _axSize[LayerIndex] + x) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1426_LCD_DrawBitmap8bpp()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y * _axSize[LayerIndex] + x) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1473_LCD_DrawBitmap4bpp()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y * _axSize[LayerIndex] + x) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1535_LCD_DrawBitmapAlpha()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y * _axSize[LayerIndex] + x) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1718LCD_X_DisplayDriver()
addr = _aAddr[LayerIndex] + p->yPos * _axSize[LayerIndex] * _aBytesPerPixels[LayerIndex];
LCDConf.c:1736LCD_X_DisplayDriver()
LCDConf.c:1920LCD_X_Config()
_aBytesPerPixels[i] = LCD_GetBitsPerPixelEx(i) >> 3;