Searched refs:destX (Results 1 - 3 of 3) 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/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dimage.h216 GLint *destX, GLint *destY,
223 GLint *destX, GLint *destY,
/vbox/src/VBox/Devices/Graphics/vmsvga/
H A Dsvga_reg.h1084 uint32_t destX; member in struct:__anon14818

Completed in 49 milliseconds