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

/vbox/src/VBox/Main/src-client/
H A DVideoRec.cpp870 int yDiff = ((int)pStrm->uTargetHeight - (int)uSourceHeight) / 2; local
871 if ((int)h + yDiff + (int)y <= 0) /* nothing visible */
878 if ((int)y < -yDiff)
880 h += yDiff + (int)y;
881 y = -yDiff;
885 destY = y + yDiff;

Completed in 35 milliseconds