Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GuiContainers.cpp494 …rUseGfx.fctScrollPin.Draw(cgo.Surface, cgo.TargetX+rcBounds.x+C4GUI_ScrollArrowWdt+iScrollPos, cgo… in DrawElement()
496 …rUseGfx.fctScrollPin.Draw(cgo.Surface, cgo.TargetX+rcBounds.x, cgo.TargetY+rcBounds.y+C4GUI_Scroll… in DrawElement()
H A DC4Gui.cpp144 fctScrollPin.Set(rByFct.Surface,32,16*(iPinIndex-1),16,16); in Set()
146 fctScrollPin.Set(rByFct.Surface,16,16,16,16); in Set()
H A DC4Gui.h362 C4Facet fctScrollDTop, fctScrollPin, fctScrollDBottom; member
365 …void Clear() { barScroll.Clear(); fctScrollDTop.Default(); fctScrollPin.Default(); fctScrollDBotto… in Clear()