Home
last modified time | relevance | path

Searched refs:k_VisibleHeight (Results 1 – 6 of 6) sorted by relevance

/dports/games/amoebax/amoebax-0.2.1/src/
H A DTwoPlayersState.cxx460 gridRectangle.h = getAmoebasSize () * Grid::k_VisibleHeight; in render()
523 gridRectangle.h = getAmoebasSize () * Grid::k_VisibleHeight; in render()
630 getAmoebasSize () * Grid::k_VisibleHeight / 2 - in render()
641 getAmoebasSize () * Grid::k_VisibleHeight / 2 - in render()
653 getAmoebasSize () * (Grid::k_VisibleHeight - 1) / 2 - in render()
659 getAmoebasSize () * (Grid::k_VisibleHeight - 1) / 2 - in render()
668 getAmoebasSize () * (Grid::k_VisibleHeight - 1) / 2 - in render()
674 getAmoebasSize () * (Grid::k_VisibleHeight - 1) / 2 - in render()
H A DAnticipatoryAIPlayer.cxx56 if ( result.heightMax > (Grid::k_VisibleHeight - 1) ) in computeScore()
H A DSimpleAIPlayer.cxx64 if ( result.heightMax > (Grid::k_VisibleHeight - 1) ) in computeScore()
H A DTrainingState.cxx528 gridRectangle.h = getAmoebasSize () * Grid::k_VisibleHeight; in render()
629 getAmoebasSize () * (Grid::k_VisibleHeight - 1) / 2 - in render()
638 getAmoebasSize () * (Grid::k_VisibleHeight - 1) / 2 - in render()
H A DAdvancedAIPlayer.cxx49 if ( result.heightThirdColumn >= Grid::k_VisibleHeight - 2) in computeScore()
H A DGrid.h55 static const uint16_t k_VisibleHeight = k_GridHeight - variable