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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp141 RTRECT RestrictDstRect; local
142 RestrictDstRect.xLeft = 0;
143 RestrictDstRect.yTop = 0;
144 RestrictDstRect.xRight = pDst->width;
145 RestrictDstRect.yBottom = pDst->height;
150 VBoxRectIntersected(pRect, &RestrictDstRect, &Intersection);
255 RTRECT RestrictDstRect; local
256 RestrictDstRect.xLeft = 0;
257 RestrictDstRect.yTop = 0;
258 RestrictDstRect
[all...]

Completed in 47 milliseconds