HomeSort by relevance Sort by last modified time
    Searched full:cstretch (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/QW/client/
vid_win.c 756 int cstretch, istretch, mstretch; local
999 for (i=originalnummodes, cstretch=0 ; i<nummodes ; i++)
1005 cstretch = 1;
1010 if ((nummodes + cstretch) > MAX_MODE_LIST)
1011 cstretch = MAX_MODE_LIST - nummodes;
1013 if (cstretch > 0)
1016 modelist[i+cstretch] = modelist[i];
1018 nummodes += cstretch;
    [all...]
  /external/quake/quake/src/WinQuake/
vid_win.cpp 715 int cstretch, istretch, mstretch; local
958 for (i=originalnummodes, cstretch=0 ; i<nummodes ; i++)
964 cstretch = 1;
969 if ((nummodes + cstretch) > MAX_MODE_LIST)
970 cstretch = MAX_MODE_LIST - nummodes;
972 if (cstretch > 0)
975 modelist[i+cstretch] = modelist[i];
977 nummodes += cstretch;
    [all...]

Completed in 652 milliseconds