Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DMapWnd.cpp1994 …const double max_inner_circle_width = GetOptionsDB().Get<double>("ui.map.system.circle.inner.max.w… in RenderSystems() local
2074 …float line_width = std::max(std::min(2 / ZoomFactor(), max_inner_circle_width), inner_circle_width… in RenderSystems()
2086 …float line_width = std::max(std::min(2 / ZoomFactor(), max_inner_circle_width), inner_circle_width… in RenderSystems()