Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GuiTabular.cpp50 int32_t iTxtHgt, iTxtWdt; in DrawCaption() local
51 GetCaptionSize(&iTxtWdt, &iTxtHgt, fLarge, fActive, pfctClip, pfctIcon, pUseFont); in DrawCaption()
52 if (pfctClip) iMaxWdt = iTxtWdt; in DrawCaption()
59 int32_t xCenter = x + iTxtWdt/2, yCenter = y + iTxtHgt/2; in DrawCaption()
69 …nHighlightRound.DrawX(cgo.Surface, (fLarge ? x : x - iTxtWdt/2)+5, y+3, (fLarge ? iMaxWdt : iTxtWd… in DrawCaption()
89 cgoIcon.X -= iTxtWdt / 2; in DrawCaption()
102 xo += iTxtWdt / (2 - fLarge) - iTxtHgt + 1; in DrawCaption()