Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GuiComboBox.cpp67 …pUseFont(nullptr), dwFontClr(C4GUI_ComboFontClr), dwBGClr(C4GUI_StandardBGColor), dwBorderClr(0), … in ComboBox()
178 …icsResource.fctContext.Wdt + 2, y0 + (rcBounds.Hgt-pUseFont->GetLineHeight())/2, dwFontClr, ALeft); in DrawElement()
H A DC4GameOptions.cpp51 uint32_t dwFontClr = fIsPreGame ? C4StartupFontClr : 0xffffffff; in OptionDropdown() local
80 …tFromLeft(iCaptWidth, iCaptHeight) : ca.GetFromTop(iCaptHeight), ALeft, dwFontClr, &rUseFont, fals… in OptionDropdown()
H A DC4GuiEdit.cpp59 dwFontClr = C4GUI_EditFontColor; in Edit()
622 ….Surface, rcClientRect.x + cgo.TargetX - iXScroll, iY0 + cgo.TargetY - 1, dwFontClr, ALeft, false); in DrawElement()
631 …cClientRect.x + cgo.TargetX + w - wc - iXScroll, iY0 + cgo.TargetY - h/3, dwFontClr, ALeft, false); in DrawElement()
H A DC4Gui.h1306 uint32_t dwBGClr, dwFontClr, dwBorderColor; // drawing colors for edit box
1349 { dwBGClr = dwNewBGClr; dwFontClr = dwNewFontClr; dwBorderColor = dwNewBorderColor; }
1986 uint32_t dwFontClr, dwBGClr, dwBorderClr; // colors used to draw this control
2018 void SetColors(uint32_t dwFontClr, uint32_t dwBGClr, uint32_t dwBorderClr)
2019 { this->dwFontClr=dwFontClr; this->dwBGClr=dwBGClr; this->dwBorderClr=dwBorderClr; }