Home
last modified time | relevance | path

Searched refs:BARSTATUS_DIR_INVERT (Results 1 – 4 of 4) sorted by relevance

/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h723 BARSTATUS_DIR_INVERT //Right to Left or Down to Up. enumerator
H A Dopenbor.c15324 forex = pstatus->direction == BARSTATUS_DIR_INVERT ? (x + max - len) : x; in bar()
15333 forey = pstatus->direction == BARSTATUS_DIR_INVERT ? y : (y + max - len); in bar()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h1147 BARSTATUS_DIR_INVERT //Right to Left or Down to Up. enumerator
H A Dopenbor.c15930 forex = pstatus->direction == BARSTATUS_DIR_INVERT ? (x + max - len) : x; in bar()
15939 forey = pstatus->direction == BARSTATUS_DIR_INVERT ? y : (y + max - len); in bar()