Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GuiContainers.cpp677 int32_t iTitleGapWdt = 0; in DrawElement() local
682 pTitleFont->GetTextExtent(sTitle.getData(), iTitleGapWdt, iTitleGapX, true); in DrawElement()
683 iTitleGapX = 7; iTitleGapWdt += 4; in DrawElement()
690 if (iTitleGapWdt) in DrawElement()
696 …pDraw->DrawLineDw(cgo.Surface, (float) (x1+iTitleGapX+iTitleGapWdt), (float)(y1+i), (float)(x2-3),… in DrawElement()