OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inwidth
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/client/
gl_rmisc.c
243
int
inwidth
, inheight;
local
301
inwidth
= 320;
305
inwidth
= 296;
346
inrow = original +
inwidth
*(i*tinheight/scaled_height);
373
inrow = original +
inwidth
*(i*tinheight/scaled_height);
/external/quake/quake/src/WinQuake/
gl_rmisc.cpp
252
int
inwidth
, inheight;
local
298
inwidth
= paliashdr->skinwidth;
341
fracstep =
inwidth
*0x10000/scaled_width;
344
inrow = original +
inwidth
*(i*inheight/scaled_height);
368
fracstep =
inwidth
*0x10000/scaled_width;
371
inrow = original +
inwidth
*(i*inheight/scaled_height);
Completed in 28 milliseconds