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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_viewport.c42 * Translate the rectangle q from the image window space to the outputwindow
47 const CRrecti *outputwindow,
50 q->x1 = q->x1 - imagewindow->x1 + outputwindow->x1;
51 q->x2 = q->x2 - imagewindow->x2 + outputwindow->x2;
52 q->y1 = q->y1 - imagewindow->y1 + outputwindow->y1;
53 q->y2 = q->y2 - imagewindow->y2 + outputwindow->y2;
79 extent->scissorBox = extent->outputwindow;
90 &(extent->outputwindow), &q);
100 extent->viewport = extent->outputwindow;
115 &(extent->outputwindow),
46 crServerConvertToOutput( const CRrecti *imagewindow, const CRrecti *outputwindow, CRrecti *q ) argument
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_server.h78 CRrecti outputwindow; /**< coordinates in server's rendering window */ member in struct:__anon16117

Completed in 54 milliseconds