HomeSort by: relevance | last modified time | path
    Searched refs:win_height (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/tests/
lineclip.c 32 static int win_width, win_height; variable
60 line(-20, win_height / 2 - 20,
61 20, win_height / 2 - 20);
62 line( 20, win_height / 2 + 20,
63 -20, win_height / 2 + 20);
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
    [all...]
unfilledclip.c 32 static int win_width, win_height; variable
65 glVertex2f(-20, win_height / 2 - 20);
66 glVertex2f(20, win_height / 2);
67 glVertex2f(-20, win_height / 2 + 20);
73 glVertex2f(win_height / 2 - 20, win_height + 20);
74 glVertex2f(win_height / 2, win_height - 20);
75 glVertex2f(win_height / 2 + 20, win_height + 20)
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/trivial/
tri-viewport.c 40 static float win_height = 250; variable
60 win_height = height;
109 float h = th + win_height;
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/
ephyr.h 77 int win_width, win_height; member in struct:_ephyrScrPriv
hostx.c 128 *height = scrpriv->win_height;
612 scrpriv->win_height = prewin_geom->height;
622 scrpriv->win_height,
646 scrpriv->win_height = xscreen->height_in_pixels;
655 &scrpriv->win_height);
990 scrpriv->win_height = height;
998 scrpriv->win_width, scrpriv->win_height);
1575 scrpriv->win_width, scrpriv->win_height);
ephyr.c 514 scrpriv->win_height = screen->height;
518 scrpriv->win_height);
892 scrpriv->win_height);
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
hostx.c 83 int win_width, win_height; member in struct:EphyrHostScreen
184 *height = host_screen->win_height;
395 host_screen->win_height = prewin_attr.height;
401 host_screen->win_height,
427 host_screen->win_height = DisplayHeight(HostX.dpy, HostX.screen);
742 host_screen->win_height = height;
954 host_screen->win_height);
  /xsrc/external/mit/xwud/dist/
xwud.c 157 int win_width, win_height; local
649 win_height = hints.height;
699 win_height = event.xconfigure.height;
706 win_width, win_height);

Completed in 38 milliseconds