| /xsrc/external/mit/glu/dist/src/libutil/ |
| H A D | project.c | 238 GLdouble *winx, GLdouble *winy, GLdouble *winz) 262 *winx=in[0]; 269 gluUnProject(GLdouble winx, GLdouble winy, GLdouble winz, argument 282 in[0]=winx; 308 gluUnProject4(GLdouble winx, GLdouble winy, GLdouble winz, GLdouble clipw, argument 323 in[0]=winx; 234 gluProject(GLdouble objx,GLdouble objy,GLdouble objz,const GLdouble modelMatrix[16],const GLdouble projMatrix[16],const GLint viewport[4],GLdouble * winx,GLdouble * winy,GLdouble * winz) argument
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions_win_moveresize.c | 1047 const int winx = tmp_win->frame_x; local in function:fillwindow 1059 neww = winw + winx - newx; 1073 neww = cons - winx; 1329 const int winx = tmp_win->frame_x; local in function:FindConstraint 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 > [all...] |
| /xsrc/external/mit/xterm/dist/ |
| H A D | 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 */
|
| H A D | 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, 1805 pixelarea_clear_displayed_graphics(TScreen const * screen,int winx,int winy,int w,int h) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_aatriangle.c | 153 const GLfloat v2[3], GLint winx, GLint winy) 192 const GLfloat x = (GLfloat) winx; 152 compute_coveragef(const GLfloat v0[3],const GLfloat v1[3],const GLfloat v2[3],GLint winx,GLint winy) argument
|
| H A D | s_aaline.c | 267 GLint winx, GLint winy) 271 const GLfloat x = (GLfloat) winx; 266 compute_coveragef(const struct LineInfo * info,GLint winx,GLint winy) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_aatriangle.c | 152 const GLfloat v2[3], GLint winx, GLint winy) 191 const GLfloat x = (GLfloat) winx; 151 compute_coveragef(const GLfloat v0[3],const GLfloat v1[3],const GLfloat v2[3],GLint winx,GLint winy) argument
|
| H A D | s_aaline.c | 266 GLint winx, GLint winy) 270 const GLfloat x = (GLfloat) winx; 265 compute_coveragef(const struct LineInfo * info,GLint winx,GLint winy) argument
|
| /xsrc/external/mit/xmessage/dist/ |
| H A D | xmessage.c | 275 int winx, winy; local in function:position_near_mouse 279 &root, &child, &x, &y, &winx, &winy, &mask);
|