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

  /xsrc/external/mit/glu/dist/src/libutil/
project.c 238 GLdouble *winx, GLdouble *winy, GLdouble *winz)
262 *winx=in[0];
269 gluUnProject(GLdouble winx, GLdouble winy, GLdouble winz,
282 in[0]=winx;
308 gluUnProject4(GLdouble winx, GLdouble winy, GLdouble winz, GLdouble clipw,
323 in[0]=winx;
  /xsrc/external/mit/ctwm/dist/
functions_win_moveresize.c 1047 const int winx = tmp_win->frame_x; local
1059 neww = winw + winx - newx;
1073 neww = cons - winx;
1329 const int winx = tmp_win->frame_x; local
1334 RArea area = RAreaNew(winx, winy, winw, winh);
1339 if(winx < limit) {
1346 if(winx + winw > limit) {
1384 if(winx <= t->frame_x + w) {
1396 if(winx + winw >= t->frame_x) {
1411 if(winx >= t->frame_x + w)
    [all...]
  /xsrc/external/mit/xterm/dist/
graphics.h 103 extern void pixelarea_clear_displayed_graphics(TScreen const */* screen */, int /* winx */, int /* winy */, int /* w */, int /* h */);
128 #define pixelarea_clear_displayed_graphics(screen, winx, winy, w, h) /* nothing */
graphics.c 1806 int winx,
1835 x = winx - graph_x;
1838 TRACE(("pixelarea clear graphics: screen->topline=%d winx=%d winy=%d w=%d h=%d x=%d y=%d\n",
1840 winx, winy,
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_aatriangle.c 152 const GLfloat v2[3], GLint winx, GLint winy)
191 const GLfloat x = (GLfloat) winx;
s_aaline.c 266 GLint winx, GLint winy)
270 const GLfloat x = (GLfloat) winx;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_aatriangle.c 153 const GLfloat v2[3], GLint winx, GLint winy)
192 const GLfloat x = (GLfloat) winx;
s_aaline.c 267 GLint winx, GLint winy)
271 const GLfloat x = (GLfloat) winx;
  /xsrc/external/mit/xmessage/dist/
xmessage.c 275 int winx, winy; local
279 &root, &child, &x, &y, &winx, &winy, &mask); local

Completed in 13 milliseconds