Home
last modified time | relevance | path

Searched refs:mxWidth (Results 1 – 3 of 3) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/codeJK2/cgame/
H A Dcg_effects.cpp763 int mxHeight, mxWidth; in CG_DoGlass() local
805 mxWidth = 5; in CG_DoGlass()
817 mxWidth = 10; in CG_DoGlass()
827 if ( t > 0 && t < mxWidth ) in CG_DoGlass()
847 if ( t + 1 > 0 && t + 1 < mxWidth ) in CG_DoGlass()
867 if ( t + 1 > 0 && t + 1 < mxWidth ) in CG_DoGlass()
887 if ( t > 0 && t < mxWidth ) in CG_DoGlass()
/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A Dcg_effects.cpp795 int mxHeight, mxWidth; in CG_DoGlass() local
837 mxWidth = 5; in CG_DoGlass()
849 mxWidth = 10; in CG_DoGlass()
859 if ( t > 0 && t < mxWidth ) in CG_DoGlass()
879 if ( t + 1 > 0 && t + 1 < mxWidth ) in CG_DoGlass()
899 if ( t + 1 > 0 && t + 1 < mxWidth ) in CG_DoGlass()
919 if ( t > 0 && t < mxWidth ) in CG_DoGlass()
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_effects.c435 int mxHeight, mxWidth; in CG_DoGlass() local
500 mxWidth = width*0.2; in CG_DoGlass()
507 if (mxWidth < 5) in CG_DoGlass()
509 mxWidth = 5; in CG_DoGlass()
517 if ( t > 0 && t < mxWidth ) in CG_DoGlass()
537 if ( t + 1 > 0 && t + 1 < mxWidth ) in CG_DoGlass()
557 if ( t + 1 > 0 && t + 1 < mxWidth ) in CG_DoGlass()
577 if ( t > 0 && t < mxWidth ) in CG_DoGlass()