Home
last modified time | relevance | path

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

/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/options/
H A DOptionsView.cpp154 int ix_scale = 1; in OptionsView() local
158 if (current_scale == ix_scale) in OptionsView()
160 scale->AddOption(std::pair<String, int>(String::Build(ix_scale), ix_scale)); in OptionsView()
161 ix_scale += 1; in OptionsView()
163 … ui::Engine::Ref().GetWidth() * ix_scale && ui::Engine::Ref().GetMaxHeight() >= ui::Engine::Ref().… in OptionsView()