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

/vbox/src/VBox/Frontends/VBoxFB/
H A DFramebuffer.cpp223 DFBRectangle hostRectangle; local
226 hostRectangle.x = (int)((float)blitRectangle.x * factorX);
227 hostRectangle.y = (int)((float)blitRectangle.y * factorY);
228 hostRectangle.w = (int)((float)blitRectangle.w * factorX);
229 hostRectangle.h = (int)((float)blitRectangle.h * factorY);
231 &blitRectangle, &hostRectangle));

Completed in 555 milliseconds