OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fracw
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/client/
gl_screen.c
843
float
fracw
, frach;
local
886
fracw
= (float)glwidth / (float)w;
895
dx = x *
fracw
;
896
dex = (x + 1) *
fracw
;
screen.c
793
float
fracw
, frach;
local
842
fracw
= (float)vid.width / (float)w;
853
dx = x *
fracw
;
854
dex = (x + 1) *
fracw
;
Completed in 18 milliseconds