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

_aAddr variable

Syntax

static const U32 _aAddr[] = { LCD_FRAME_BUFFER, LCD_FRAME_BUFFER + XSIZE_PHYS * YSIZE_PHYS * sizeof(U32) * NUM_VSCREENS * NUM_BUFFERS };

References

LocationReferrerText
LCDConf.c:349
static const U32 _aAddr[] = { LCD_FRAME_BUFFER, LCD_FRAME_BUFFER + XSIZE_PHYS * YSIZE_PHYS * sizeof(U32) * NUM_VSCREENS * NUM_BUFFERS };
LCDConf.c:1327_LCD_CopyBuffer()
AddrSrc = _aAddr[LayerIndex] + BufferSize * IndexSrc;
LCDConf.c:1328_LCD_CopyBuffer()
AddrDst = _aAddr[LayerIndex] + BufferSize * IndexDst;
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()
LCDConf.c:1766LCD_X_DisplayDriver()
LCDConf.c:1948LCD_X_Config()
LCD_SetVRAMAddrEx(i, (void *)(_aAddr[i]));
LCDConf.c:2035LCD_X_Config()
LCD_LL_LayerInit(0, _aAddr[0]);