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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_main.c2749 RTRECT NewRect; local
2760 NewRect.xLeft = x;
2761 NewRect.yTop = y;
2762 NewRect.xRight = x + w;
2763 NewRect.yBottom = y + h;
2768 pViewport->Rect = NewRect;

Completed in 67 milliseconds