Searched refs:destY (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp877 uint32_t destY; local
882 destY = 0;
885 destY = y + yDiff;
888 || destY > pStrm->uTargetHeight)
897 if (destY + h > pStrm->uTargetHeight)
898 h = pStrm->uTargetHeight - destY;
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.h1085 uint32_t destY; member in struct:__anon14818

Completed in 57 milliseconds