Home
last modified time | relevance | path

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

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/dialog/
H A Ddialog_system_options.cpp71 …const fheroes2::Sprite & musicVolumeIcon = fheroes2::AGG::GetICN( ICN::SPANEL, Audio::isValid() ? … in drawDialog()
83 …const fheroes2::Sprite & soundVolumeOption = fheroes2::AGG::GetICN( ICN::SPANEL, Audio::isValid() … in drawDialog()
95 …const fheroes2::Sprite & musicTypeIcon = fheroes2::AGG::GetICN( ICN::SPANEL, musicType == MUSIC_EX… in drawDialog()
118 … const fheroes2::Sprite & heroSpeedIcon = fheroes2::AGG::GetICN( ICN::SPANEL, heroSpeedIconId ); in drawDialog()
138 const fheroes2::Sprite & aiSpeedIcon = fheroes2::AGG::GetICN( ICN::SPANEL, aiSpeedIconId ); in drawDialog()
164 …const fheroes2::Sprite & scrollSpeedIcon = fheroes2::AGG::GetICN( ICN::SPANEL, scrollSpeedIconId ); in drawDialog()
169 …const fheroes2::Sprite & interfaceThemeIcon = fheroes2::AGG::GetICN( ICN::SPANEL, isEvilInterface … in drawDialog()
181 …denInterface ? fheroes2::AGG::GetICN( ICN::ESPANEL, 4 ) : fheroes2::AGG::GetICN( ICN::SPANEL, 16 ); in drawDialog()
200 const fheroes2::Sprite & autoBattleIcon = fheroes2::AGG::GetICN( ICN::SPANEL, 18 ); in drawDialog()
227 const fheroes2::Sprite & optionSprite = fheroes2::AGG::GetICN( ICN::SPANEL, 0 ); in openSystemOptionsDialog()
H A Ddialog_game_settings.cpp75 const fheroes2::Sprite & icon = fheroes2::AGG::GetICN( ICN::SPANEL, 18 ); in drawLanguage()
93 const fheroes2::Sprite & icon = fheroes2::AGG::GetICN( ICN::SPANEL, 16 ); in drawResolution()
109 const fheroes2::Sprite & icon = fheroes2::AGG::GetICN( ICN::SPANEL, 14 ); in drawOptions()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/agg/
H A Dicn.h630 SPANEL, enumerator
H A Dicn.cpp157 ….ICN" }, { SPANBTNE, "SPANBTNE.ICN" }, { SPANBTN, "SPANBTN.ICN" }, { SPANEL, "SPANEL.ICN" }, …