Searched defs:cbLineDst (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp3804 size_t cbLineDst = LOGO_MAX_WIDTH * 4; local
3807 pu8Dst += xLogo * 4 + yLogo * cbLineDst;
3812 pu8Dst += cyLogo * cbLineDst;
3920 pu8Dst -= cbLineDst;
4906 size_t cbLineDst = pThis->pDrv->cbScanline; local
4907 uint8_t *pu8Dst = pThis->pDrv->pu8Data + y * cbLineDst + x * cbPixelDst;
4914 pu8Dst += cbLineDst;
4939 uint32_t cbLineDst; local
5053 cbLineDst = pThis->pDrv->cbScanline;
5054 pu8Dst = pThis->pDrv->pu8Data + y * cbLineDst
5106 uint32_t cbLineDst; local
[all...]

Completed in 60 milliseconds