Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GuiComboBox.cpp150 int32_t iRightTextEnd = x0 + rcBounds.Wdt - ::GraphicsResource.fctContext.Wdt - 1; in DrawElement()
166 …Arrow : &(::GraphicsResource.fctContext))->Draw(cgo.Surface, iRightTextEnd, y0 + (rcBounds.Hgt-::G… in DrawElement()
171 …tSideArrow : &(::GraphicsResource.fctContext))->Draw(cgo.Surface, x0, y0 + (rcBounds.Hgt-::Graphic… in DrawElement()
178 …pDraw->TextOut(Text, *pUseFont, 1.0f, cgo.Surface, x0 + ::GraphicsResource.fctContext.Wdt + 2, y0 … in DrawElement()
H A DC4Startup.cpp60 if (!LoadFile(fctContext, "StartupContext")) return false; in Init()
61 fctContext.Set(fctContext.Surface,0,0,fctContext.Hgt,fctContext.Hgt); in Init()
H A DC4Startup.h80 C4FacetID fctContext; variable
H A DC4StartupOptionsDlg.cpp779 pLangCombo->SetDecoration(&(C4Startup::Get()->Graphics.fctContext)); in C4StartupOptionsDlg()
799 pFontFaceCombo->SetDecoration(&(C4Startup::Get()->Graphics.fctContext)); in C4StartupOptionsDlg()
807 pFontSizeCombo->SetDecoration(&(C4Startup::Get()->Graphics.fctContext)); in C4StartupOptionsDlg()
844 pGfxResCombo->SetDecoration(&(C4Startup::Get()->Graphics.fctContext)); in C4StartupOptionsDlg()
862 pCombo->SetDecoration(&(C4Startup::Get()->Graphics.fctContext)); in C4StartupOptionsDlg()
884 pGfxMSCombo->SetDecoration(&(C4Startup::Get()->Graphics.fctContext)); in C4StartupOptionsDlg()
H A DC4GameOptions.cpp89 pDropdownList->SetDecoration(&(C4Startup::Get()->Graphics.fctContext)); in OptionDropdown()
H A DC4GuiMenu.cpp628 ::GraphicsResource.fctContext.Draw(cgo.Surface, x0, y0, iOpenMenu ? 1 : 0); in DrawElement()
/dports/games/openclonk/openclonk-release-8.1-src/src/graphics/
H A DC4GraphicsResource.h91 C4Facet fctContext; variable
H A DC4GraphicsResource.cpp136 fctContext.Default(); in Clear()
227 fctContext.Set(&sfcContext,0,0,16,16); in Init()