Home
last modified time | relevance | path

Searched refs:C4GUI_IconExWdt (Results 1 – 3 of 3) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4StartupNetDlg.cpp607 int32_t iIconSize = C4GUI_IconExWdt; in C4StartupNetDlg()
618 …mLeft(iSideSize), std::min<int32_t>(caMain.GetWidth()/20, (iSideSize-C4GUI_IconExWdt)/2), caMain.G… in C4StartupNetDlg()
619 …Right(iSideSize), std::min<int32_t>(caMain.GetWidth()/20, (iSideSize-C4GUI_IconExWdt)/2), caMain.G… in C4StartupNetDlg()
H A DC4Gui.h95 #define C4GUI_IconExWdt 64 macro
/dports/games/openclonk/openclonk-release-8.1-src/src/graphics/
H A DC4GraphicsResource.cpp221 fctIconsEx.Set(fctIconsEx.Surface,0,0,C4GUI_IconExWdt,C4GUI_IconExHgt); in Init()