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

/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp859 uint32_t destX; local
864 destX = 0;
867 destX = x + xDiff;
887 if ( destX > pStrm->uTargetWidth
894 if (destX + w > pStrm->uTargetWidth)
895 w = pStrm->uTargetWidth - destX;
937 uint32_t offDst = (destY * pStrm->uTargetWidth + destX) * bpp;
/vbox/src/VBox/Devices/Graphics/vmsvga/
H A Dsvga_reg.h1084 uint32_t destX; member in struct:__anon14818

Completed in 48 milliseconds