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

/vbox/src/VBox/Frontends/VBoxFB/
H A DFramebuffer.cpp216 DFBRectangle blitRectangle; local
217 blitRectangle.x = x;
218 blitRectangle.y = y;
219 blitRectangle.w = w;
220 blitRectangle.h = h;
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,
[all...]

Completed in 41 milliseconds