Searched refs:win_width (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dlineclip.c32 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 Dunfilledclip.c32 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 Dtri-viewport.c39 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 Dephyr.h77 int win_width, win_height; member in struct:_ephyrScrPriv
H A Dhostx.c127 *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 Dephyr.c513 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 Dhostx.c83 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 Dxwud.c157 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);

Completed in 15 milliseconds