Searched refs:scr_height (Results 1 - 10 of 10) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dgl_vidandroid.c12 int scr_width, scr_height; variable
192 *height = scr_height;
221 int width = scr_width, height = scr_height;
233 vid.aspect = (float) scr_width / (float) scr_height;
237 vid.height = scr_height;
240 vid.conheight = scr_height;
H A Dgl_vidlinux_x11.c75 static int scr_width, scr_height; variable
345 mouse_y += (float) ((int)x_event.xmotion.y - (int)(scr_height/2));
349 XWarpPointer(dpy,None,win,0,0,0,0, (scr_width/2),(scr_height/2));
399 XWarpPointer(dpy,None,win, 0,0,0,0, scr_width/2, scr_height/2);
565 *height = scr_height;
739 scr_height = height;
H A Dgl_vidlinux.c99 int scr_width, scr_height; variable
341 *height = scr_height;
615 scr_height = height;
H A Dgl_vidlinux_svga.c98 int scr_width, scr_height; variable
371 *height = scr_height;
653 scr_height = height;
H A Dsys_android.c363 extern int scr_height;
373 scr_height = height;
H A Dgl_vidlinuxglx.c67 static int scr_width, scr_height; variable
513 *height = scr_height;
677 scr_height = height;
/external/quake/quake/src/WinQuake/
H A Dgl_vidandroid.cpp35 int scr_width, scr_height; variable
244 *height = scr_height;
304 int width = scr_width, height = scr_height;
316 vid.aspect = (float) scr_width / (float) scr_height;
320 vid.height = scr_height;
323 vid.conheight = scr_height;
H A Dsys_android.cpp395 extern int scr_height;
533 scr_height = height;
634 scr_height = height;
H A Dgl_vidlinux.cpp98 int scr_width, scr_height; variable
350 *height = scr_height;
668 scr_height = height;
H A Dgl_vidlinuxglx.cpp74 static int scr_width, scr_height; variable
621 *height = scr_height;
881 scr_height = height;

Completed in 1424 milliseconds