Home
last modified time | relevance | path

Searched refs:iTxtHgt (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()
59 int32_t xCenter = x + iTxtWdt/2, yCenter = y + iTxtHgt/2; in DrawCaption()
69 …rawX(cgo.Surface, (fLarge ? x : x - iTxtWdt/2)+5, y+3, (fLarge ? iMaxWdt : iTxtWdt)-10, iTxtHgt-6); in DrawCaption()
79 C4Facet cgoIcon(cgo.Surface, x, y+1, iTxtHgt-2, iTxtHgt-2); in DrawCaption()
83 x += iTxtHgt + 2; in DrawCaption()
90 x += iTxtHgt / 2; in DrawCaption()
95 if (!fLarge && fHasCloseButton) x -= iTxtHgt/2; in DrawCaption()
102 xo += iTxtWdt / (2 - fLarge) - iTxtHgt + 1; in DrawCaption()
103 C4Facet cgoCloseBtn(cgo.Surface, xo, y+1, iTxtHgt-2, iTxtHgt-2); in DrawCaption()