Home
last modified time | relevance | path

Searched refs:panelTotalHeight (Results 1 – 2 of 2) sorted by relevance

/dports/games/maxr/maxr-0.2.9/src/ui/graphical/game/
H A Dhud.h51 static const int panelTotalHeight = panelTopHeight + panelBottomHeight; variable
H A Dhud.cpp295 dest.y = Video.getResolutionY() - panelTotalHeight - 15; in generateSurface()