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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_viewport.c25 crServerViewportClipToWindow( const CRrecti *imagewindow, CRrecti *q) argument
27 if (q->x1 < imagewindow->x1) q->x1 = imagewindow->x1;
28 if (q->x1 > imagewindow->x2) q->x1 = imagewindow->x2;
30 if (q->x2 > imagewindow->x2) q->x2 = imagewindow->x2;
31 if (q->x2 < imagewindow->x1) q->x2 = imagewindow->x1;
33 if (q->y1 < imagewindow
46 crServerConvertToOutput( const CRrecti *imagewindow, const CRrecti *outputwindow, CRrecti *q ) argument
[all...]
H A Dserver_boundsinfo.c72 xinc = mural->extents[0].imagewindow.x2 - mural->extents[0].imagewindow.x1;
73 yinc = mural->extents[0].imagewindow.y2 - mural->extents[0].imagewindow.y1;
84 if (mural->extents[k].imagewindow.x1 == i &&
85 mural->extents[k].imagewindow.y1 == j)
87 rptr->extents = mural->extents[k].imagewindow; /* x1,y1,x2,y2 */
185 const int w = mural->extents[i].imagewindow.x2 -
186 mural->extents[i].imagewindow.x1;
187 const int h = mural->extents[i].imagewindow
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_server.h76 CRrecti imagewindow; /**< coordinates in mural space */ member in struct:__anon16117
79 CRrecti clippedImagewindow; /**< imagewindow clipped to current viewport */

Completed in 45 milliseconds