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

/vbox/src/VBox/Frontends/VBoxFB/
H A DFramebuffer.cpp225 float factorY = (float)screenHeight / (float)fbHeight; local
227 hostRectangle.y = (int)((float)blitRectangle.y * factorY);
229 hostRectangle.h = (int)((float)blitRectangle.h * factorY);

Completed in 42 milliseconds