Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GuiLabels.cpp308 int32_t iProgressWdt = (rcBounds.Wdt-4) * iProgress / iMax; in DrawElement() local
310 …rawX(cgo.Surface, cgo.TargetX+rcBounds.x+2, cgo.TargetY+rcBounds.y+2, iProgressWdt, rcBounds.Hgt-2… in DrawElement()