Home
last modified time | relevance | path

Searched defs:caseY (Results 1 – 2 of 2) sorted by relevance

/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/gui/
H A DMiniMap.cpp412 float caseY = zoom / ((float)MINIMAP_MAX_Z); in showBookEntireMap() local
474 float caseY = zoom / ((float)MINIMAP_MAX_Z); in revealPlayerPos() local
514 float caseY = zoom / ((float)MINIMAP_MAX_Z); in computePlayerPos() local
535 float caseY = zoom / ((float)MINIMAP_MAX_Z); in drawBackground() local
723 float caseY = zoom / ((float)MINIMAP_MAX_Z); in drawDetectedEntities() local
/dports/games/antipolix/antipolix-2.1_2/
H A Dgame.c220 int IsWhom(Univers *U, int caseZ, int caseX, int caseY, int Joueur) in IsWhom()
231 int Place(Univers *U, int caseZ, int caseX, int caseY, int Joueur, in Place()