HomeSort by relevance Sort by last modified time
    Searched full:conheight (Results 1 - 25 of 33) sorted by null

1 2

  /external/quake/quake/src/QW/client/
vid_null.c 29 vid.maxwarpheight = vid.height = vid.conheight = BASEHEIGHT;
gl_vidlinux.c 601 // pick a conheight that matches with correct aspect
602 vid.conheight = vid.conwidth*3 / 4;
604 if ((i = COM_CheckParm("-conheight")) != 0)
605 vid.conheight = Q_atoi(com_argv[i+1]);
606 if (vid.conheight < 200)
607 vid.conheight = 200;
619 if (vid.conheight > height)
620 vid.conheight = height;
624 vid.height = vid.conheight;
gl_vidlinux_svga.c 639 // pick a conheight that matches with correct aspect
640 vid.conheight = vid.conwidth*3 / 4;
642 if ((i = COM_CheckParm("-conheight")) != 0)
643 vid.conheight = Q_atoi(com_argv[i+1]);
644 if (vid.conheight < 200)
645 vid.conheight = 200;
657 if (vid.conheight > height)
658 vid.conheight = height;
662 vid.height = vid.conheight;
gl_vidlinux_x11.c 686 // pick a conheight that matches with correct aspect
687 vid.conheight = vid.conwidth*3 / 4;
689 if ((i = COM_CheckParm("-conheight")) != 0)
690 vid.conheight = Q_atoi(com_argv[i+1]);
691 if (vid.conheight < 200)
692 vid.conheight = 200;
741 if (vid.conheight > height)
742 vid.conheight = height;
746 vid.height = vid.conheight;
gl_vidlinuxglx.c 635 // pick a conheight that matches with correct aspect
636 vid.conheight = vid.conwidth*3 / 4;
638 if ((i = COM_CheckParm("-conheight")) != 0)
639 vid.conheight = Q_atoi(com_argv[i+1]);
640 if (vid.conheight < 200)
641 vid.conheight = 200;
679 if (vid.conheight > height)
680 vid.conheight = height;
684 vid.height = vid.conheight;
vid.h 49 unsigned conheight; member in struct:__anon6638
gl_vidnt.c 266 if (vid.conheight > modelist[modenum].height)
267 vid.conheight = modelist[modenum].height;
271 vid.height = vid.conheight;
351 if (vid.conheight > modelist[modenum].height)
352 vid.conheight = modelist[modenum].height;
356 vid.height = vid.conheight;
    [all...]
draw.c 684 v = (vid.conheight - lines + y)*200/vid.conheight;
714 v = (vid.conheight - lines + y)*200/vid.conheight;
gl_vidandroid.c 240 vid.conheight = scr_height;
gl_draw.c 424 conback->height = vid.conheight;
427 dest = ncdata = Hunk_AllocName(vid.conwidth * vid.conheight, "conback");
429 for (y=0 ; y<vid.conheight ; y++, dest += vid.conwidth)
431 src = cb->data + cb->width * (y*cb->height/vid.conheight);
467 conback->height = vid.conheight;
    [all...]
vid_x.c 593 vid.conheight = vid.height;
901 vid.conheight = vid.height;
  /external/quake/quake/src/WinQuake/
gl_vidlinux.cpp 652 // pick a conheight that matches with correct aspect
653 vid.conheight = vid.conwidth*3 / 4;
655 if ((i = COM_CheckParm("-conheight")) != 0)
656 vid.conheight = Q_atoi(com_argv[i+1]);
657 if (vid.conheight < 200)
658 vid.conheight = 200;
672 if (vid.conheight > height)
673 vid.conheight = height;
677 vid.height = vid.conheight;
gl_vidlinuxglx.cpp 776 // pick a conheight that matches with correct aspect
777 vid.conheight = vid.conwidth*3 / 4;
779 if ((i = COM_CheckParm("-conheight")) != 0)
780 vid.conheight = Q_atoi(com_argv[i+1]);
781 if (vid.conheight < 200)
782 vid.conheight = 200;
883 if (vid.conheight > height)
884 vid.conheight = height;
888 vid.height = vid.conheight;
vid.h 49 unsigned conheight; member in struct:__anon7085
vid_null.cpp 48 vid.maxwarpheight = vid.height = vid.conheight = BASEHEIGHT;
gl_vidnt.cpp 266 if (vid.conheight > modelist[modenum].height)
267 vid.conheight = modelist[modenum].height;
271 vid.height = vid.conheight;
351 if (vid.conheight > modelist[modenum].height)
352 vid.conheight = modelist[modenum].height;
356 vid.height = vid.conheight;
    [all...]
draw.cpp 575 v = (vid.conheight - lines + y)*200/vid.conheight;
605 v = (vid.conheight - lines + y)*200/vid.conheight;
glqnotes.txt 47 specify the height directly with -conheight).
vid_vga.cpp 385 lvid->conheight = lvid->height;
gl_draw.cpp 764 conback->height = vid.conheight;
767 dest = ncdata = Hunk_AllocName(vid.conwidth * vid.conheight, "conback");
769 for (y=0 ; y<vid.conheight ; y++, dest += vid.conwidth)
771 src = cb->data + cb->width * (y*cb->height/vid.conheight);
    [all...]
vid_sunx.cpp 794 vid.conheight = vid.height;
1048 vid.conheight = vid.height;
vid_sunxil.cpp 668 vid.conheight = vid.height;
1106 vid.conheight = vid.height;
  /external/quake/quake/src/WinQuake/docs/
readme.glquake 61 specify the height directly with -conheight).
  /external/quake/quake/src/WinQuake/kit/
README.TXT 47 specify the height directly with -conheight).
  /external/quake/quake/src/QW/
qwrlnote.txt 101 -conheight is also supported, but if unspecified it will automatically use
102 a 4:3 aspect. I.e., -conwidth 512 defaults to -conheight 384. In high

Completed in 910 milliseconds

1 2