_axSize is only used within STemWin_Acceleration.
 
Symbols
loading...
Files
loading...

_axSize variable

Syntax

static int _axSize[GUI_NUM_LAYERS];

References

LocationReferrerText
LCDConf.c:312
static int _axSize[GUI_NUM_LAYERS];
LCDConf.c:1172_GetBufferSize()
LCDConf.c:1191_LCD_CopyBuffer()
_DMA_Copy(LayerIndex, (void *)AddrSrc, (void *)AddrDst, _axSize[LayerIndex], _aySize[LayerIndex], 0, 0);
LCDConf.c:1213_LCD_CopyRect()
AddrSrc = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y0 * _axSize[LayerIndex] + x0) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1214_LCD_CopyRect()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y1 * _axSize[LayerIndex] + x1) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1215_LCD_CopyRect()
OffLine = _axSize[LayerIndex] - xSize;
LCDConf.c:1248_LCD_FillRect()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y0 * _axSize[LayerIndex] + x0) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1249_LCD_FillRect()
_DMA_Fill(LayerIndex, (void *)AddrDst, xSize, ySize, _axSize[LayerIndex] - xSize, PixelIndex);
LCDConf.c:1270_LCD_DrawBitmap32bpp()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y * _axSize[LayerIndex] + x) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1272_LCD_DrawBitmap32bpp()
OffLineDst = _axSize[LayerIndex] - xSize;
LCDConf.c:1293_LCD_DrawBitmap16bpp()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y * _axSize[LayerIndex] + x) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1295_LCD_DrawBitmap16bpp()
OffLineDst = _axSize[LayerIndex] - xSize;
LCDConf.c:1317_LCD_DrawBitmap8bpp()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y * _axSize[LayerIndex] + x) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1319_LCD_DrawBitmap8bpp()
OffLineDst = _axSize[LayerIndex] - xSize;
LCDConf.c:1343_LCD_DrawBitmap4bpp()
if ((x + xSize) >= _axSize[LayerIndex])
LCDConf.c:1363_LCD_DrawBitmap4bpp()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y * _axSize[LayerIndex] + x) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1365_LCD_DrawBitmap4bpp()
OffLineDst = _axSize[LayerIndex] - xSize;
LCDConf.c:1425_LCD_DrawBitmapAlpha()
AddrDst = _aAddr[LayerIndex] + BufferSize * _aBufferIndex[LayerIndex] + (y * _axSize[LayerIndex] + x) * _aBytesPerPixels[LayerIndex];
LCDConf.c:1427_LCD_DrawBitmapAlpha()
OffLineDst = _axSize[LayerIndex] - xSize;
LCDConf.c:1500HAL_LTDC_LineEventCallback()
Addr = _aAddr[i] + _axSize[i] * _aySize[i] * _aPendingBuffer[i] * _aBytesPerPixels[i];
LCDConf.c:1543LCD_X_DisplayDriver()
LCDConf.c:1613LCD_X_DisplayDriver()
_axSize[LayerIndex] = p->ySize;
LCDConf.c:1618LCD_X_DisplayDriver()
_axSize[LayerIndex] = p->xSize;