OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:istretch
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/client/
vid_win.c
756
int cstretch,
istretch
, mstretch;
local
1019
istretch
= originalnummodes;
1021
modelist[
istretch
] = modelist[mstretch];
1022
modelist[
istretch
].width >>= 1;
1023
modelist[
istretch
].height >>= 1;
1024
modelist[
istretch
].stretched = 1;
1025
sprintf (modelist[
istretch
].modedesc, "%dx%d",
1026
modelist[
istretch
].width, modelist[
istretch
].height);
[
all
...]
/external/quake/quake/src/WinQuake/
vid_win.cpp
715
int cstretch,
istretch
, mstretch;
local
978
istretch
= originalnummodes;
980
modelist[
istretch
] = modelist[mstretch];
981
modelist[
istretch
].width >>= 1;
982
modelist[
istretch
].height >>= 1;
983
modelist[
istretch
].stretched = 1;
984
sprintf (modelist[
istretch
].modedesc, "%dx%d",
985
modelist[
istretch
].width, modelist[
istretch
].height);
[
all
...]
Completed in 1892 milliseconds