Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GuiTabular.cpp437 int32_t iCptTextY = fLeft ? (d+iSheetSpacing/2) : (y0-GetTopSize()+2); in DrawElement() local
442 aCptTxX = iCptTextX; aCptTxY = iCptTextY; in DrawElement()
444 …if (!fGfx) pSheet->DrawCaption(cgo, iCptTextX, iCptTextY, iMaxTabWidth, fLeft, true, HasDrawFocus(… in DrawElement()
449 …pSheet->DrawCaption(cgo, iCptTextX, iCptTextY, iMaxTabWidth, fLeft, false, false, pfctClip, pfctIc… in DrawElement()