Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4Gui.cpp123 fctBegin.Set(&rBySfc,0,0,iBorderWidth,iHeight); in SetHorizontal()
131 fctBegin.Set(rByFct.Surface,rByFct.X,rByFct.Y,iBorderWidth,rByFct.Hgt); in SetHorizontal()
139 barScroll.fctBegin.Set(rByFct.Surface,0,0,16,16); in Set()
314 …int32_t iX = rFacets.fctBegin.Wdt, w=rFacets.fctMiddle.Wdt, wLeft=rFacets.fctBegin.Wdt, wRight=rFa… in DrawBar()
317 if (fOverflow) rFacets.fctBegin.Wdt = rcBounds.Wdt; in DrawBar()
318 rFacets.fctBegin.Draw(cgo.Surface, x0,y0); in DrawBar()
319 if (fOverflow) rFacets.fctBegin.Wdt = wLeft; in DrawBar()
347 rFacets.fctBegin.DrawX(cgo.Surface, x0,y0,int32_t(fZoom*rFacets.fctBegin.Wdt),rcBounds.Hgt); in DrawBar()
381 rFacets.fctBegin.DrawT(cgo.Surface, x0, y0, 0, 0, &trf); in DrawHVBar()
385 int32_t barHeight = iMiddleLength - (rFacets.fctBegin.Hgt + rFacets.fctEnd.Hgt); in DrawHVBar()
[all …]
H A DC4GuiContainers.cpp484 if (fTopDown) bar.fctBegin = rUseGfx.fctScrollDTop; in DrawElement()
H A DC4Gui.h351 C4Facet fctBegin, fctMiddle, fctEnd; member
355 void Clear() { fctBegin.Default(); fctMiddle.Default(); fctEnd.Default(); } in Clear()