HomeSort by relevance Sort by last modified time
    Searched refs:scr_height (Results 1 - 11 of 11) sorted by null

  /external/quake/quake/src/QW/client/
gl_vidandroid.c 12 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;
gl_vidlinux_x11.c 75 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;
gl_vidlinux.c 99 int scr_width, scr_height; variable
341 *height = scr_height;
615 scr_height = height;
gl_vidlinux_svga.c 98 int scr_width, scr_height; variable
371 *height = scr_height;
653 scr_height = height;
sys_android.c 363 extern int scr_height;
373 scr_height = height;
gl_vidlinuxglx.c 67 static int scr_width, scr_height; variable
513 *height = scr_height;
677 scr_height = height;
  /external/quake/quake/src/WinQuake/
gl_vidandroid.cpp 35 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;
sys_android.cpp 395 extern int scr_height;
533 scr_height = height;
634 scr_height = height;
gl_vidlinux.cpp 98 int scr_width, scr_height; variable
350 *height = scr_height;
668 scr_height = height;
gl_vidlinuxglx.cpp 74 static int scr_width, scr_height; variable
621 *height = scr_height;
881 scr_height = height;
  /hardware/ti/omap4xxx/hwc/
hwc.c 537 __u32 scr_width, __u32 scr_height,
545 if (!scr_width || !scr_height) {
547 scr_height = scr_yres;
551 float x_factor = orig_xres * xpy * scr_height;
    [all...]

Completed in 560 milliseconds