| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | lineclip.c | 32 static int win_width, win_height; variable in typeref:typename:int 67 line(win_width / 2 - 20, win_height + 20, 68 win_width / 2 - 20, win_height - 20); 69 line(win_width / 2 + 20, win_height - 20, 70 win_width / 2 + 20, win_height + 20); 74 line(win_width - 20, win_height / 2 - 20, 75 win_width + 20, win_height / 2 - 20); 76 line(win_width + 20, win_height / 2 + 20, 77 win_width - 20, win_height / 2 + 20); 81 line(win_width / [all...] |
| H A D | unfilledclip.c | 32 static int win_width, win_height; variable in typeref:typename:int 97 glVertex3f(win_width / 2 - 20, win_height / 2 - 20, 0.5); 98 glVertex3f(win_width / 2 - 40, win_height / 2, -0.5); 99 glVertex3f(win_width / 2 - 20, win_height / 2 + 20, 0.5); 105 glVertex3f(win_width / 2 + 20, win_height / 2 - 20, 0.5); 106 glVertex3f(win_width / 2 + 40, win_height / 2, 1.5); 107 glVertex3f(win_width / 2 + 20, win_height / 2 + 20, 0.5); 113 glVertex3f(win_width / 2 - 20, win_height / 2 + 20, -0.5); 114 glVertex3f(win_width / 2, win_height / 2 + 40, -0.5); 115 glVertex3f(win_width / [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| H A D | tri-viewport.c | 39 static float win_width = 250; variable in typeref:typename:float 59 win_width = width; 108 float w = tw + win_width; 176 glViewport(0, 0, win_width, win_height); 223 glViewport(0, 0, win_width, win_height);
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| H A D | ephyr.h | 77 int win_width, win_height; member in struct:_ephyrScrPriv
|
| H A D | hostx.c | 127 *width = scrpriv->win_width; 611 scrpriv->win_width = prewin_geom->width; 621 scrpriv->win_width, 645 scrpriv->win_width = xscreen->width_in_pixels; 654 &scrpriv->win_width, 989 scrpriv->win_width = width; 998 scrpriv->win_width, scrpriv->win_height); 1073 int stride = (scrpriv->win_width * bytes_per_pixel + 0x3) & ~0x3; 1575 scrpriv->win_width, scrpriv->win_height);
|
| H A D | ephyr.c | 513 scrpriv->win_width = screen->width; 517 scrpriv->win_width, 891 scrpriv->win_width,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| H A D | hostx.c | 83 int win_width, win_height; member in struct:EphyrHostScreen 183 *width = host_screen->win_width; 394 host_screen->win_width = prewin_attr.width; 400 host_screen->win_width, 426 host_screen->win_width = DisplayWidth(HostX.dpy, HostX.screen); 741 host_screen->win_width = width; 803 idx = (host_screen->win_width*y*bytes_per_pixel)+(x*bytes_per_pixel); 953 host_screen->win_width,
|
| /xsrc/external/mit/xwud/dist/ |
| H A D | xwud.c | 157 int win_width, win_height; local in function:main 637 win_width = hints.width; 687 win_width = event.xconfigure.width; 695 win_width, win_height);
|