Home
last modified time | relevance | path

Searched refs:CLOSE_LEFT (Results 1 – 10 of 10) sorted by path

/dports/games/flying/flying-6.20/
H A Dhockey.C80 keeper = new LineKeeper(GoalHeight,GoalFrame,blue_bg_col,table_col,CLOSE_LEFT|CLOSE_RIGHT); in Hockey()
H A Dkeeper.C67 if (mode&CLOSE_LEFT) { in LineKeeper()
91 if (mode&CLOSE_LEFT) in Draw()
102 if (mode&CLOSE_LEFT) in Draw()
H A Dkeeper.h37 #define CLOSE_LEFT 0x02 macro
42 …onst Real &height, const Real &frame, ColorId frame_col, ColorId table_col=0, int mode=CLOSE_LEFT);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/game/
H A Dbroken_pell_base.h30 enum CloseAction { CLOSE_NONE = 0, CLOSE_LEFT = 1, CLOSE_RIGHT = 2 }; enumerator
H A Dbroken_pellerator.cpp93 _closeAction = CLOSE_LEFT; in ActMsg()
H A Dbroken_pellerator_froz.cpp93 _closeAction = CLOSE_LEFT; in ActMsg()
109 case CLOSE_LEFT: in ActMsg()
140 if (_closeAction == CLOSE_LEFT) { in MovieEndMsg()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/game/
H A Dbroken_pell_base.h30 enum CloseAction { CLOSE_NONE = 0, CLOSE_LEFT = 1, CLOSE_RIGHT = 2 }; enumerator
H A Dbroken_pellerator.cpp93 _closeAction = CLOSE_LEFT; in ActMsg()
H A Dbroken_pellerator_froz.cpp93 _closeAction = CLOSE_LEFT; in ActMsg()
109 case CLOSE_LEFT: in ActMsg()
140 if (_closeAction == CLOSE_LEFT) { in MovieEndMsg()
/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dmain.c671 #define CLOSE_LEFT 0 macro
765 direction = (x_gkrell < _GK.w_display / 2) ? CLOSE_LEFT : CLOSE_RIGHT; in side_frame_button_press()