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

_aBytesPerPixels variable

Syntax

static int _aBytesPerPixels[GUI_NUM_LAYERS];

References

LocationReferrerText
LCDConf.c:356
static int _aBytesPerPixels[GUI_NUM_LAYERS];
LCDConf.c:1310_GetBufferSize()
BufferSize = _axSize[LayerIndex] * _aySize[LayerIndex] * _aBytesPerPixels[LayerIndex];
LCDConf.c:1351_LCD_CopyRect()
AddrSrc = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y0 * _axSize[LayerIndex] + x0) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1352_LCD_CopyRect()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y1 * _axSize[LayerIndex] + x1) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1386_LCD_FillRect()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y0 * _axSize[LayerIndex] + x0) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1408_LCD_DrawBitmap32bpp()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y * _axSize[LayerIndex] + x) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1431_LCD_DrawBitmap16bpp()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y * _axSize[LayerIndex] + x) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1456_LCD_DrawBitmap8bpp()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y * _axSize[LayerIndex] + x) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1503_LCD_DrawBitmap4bpp()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y * _axSize[LayerIndex] + x) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1565_LCD_DrawBitmapAlpha()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y * _axSize[LayerIndex] + x) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1748LCD_X_DisplayDriver()
addr = _aAddr[LayerIndex] + p->yPos * _axSize[LayerIndex] * _aBytesPerPixels[LayerIndex];
LCDConf.c:1766LCD_X_DisplayDriver()
LCDConf.c:1950LCD_X_Config()
_aBytesPerPixels[i] = LCD_GetBitsPerPixelEx(i) >> 3;