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

/vbox/src/VBox/Frontends/VBoxFB/
H A DFramebuffer.cpp224 float factorX = (float)screenWidth / (float)fbWidth; local
226 hostRectangle.x = (int)((float)blitRectangle.x * factorX);
228 hostRectangle.w = (int)((float)blitRectangle.w * factorX);

Completed in 510 milliseconds