Searched refs:getFromTheme (Results 1 – 11 of 11) sorted by relevance
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-app/src/views/gamelist/ |
H A D | ISimpleGameListView.cpp | 88 Sound::getFromTheme(getTheme(), getName(), "launch")->play(); in input() 109 Sound::getFromTheme(getTheme(), getName(), "back")->play(); in input()
|
H A D | IGameListView.cpp | 14 Sound::getFromTheme(mTheme, getName(), "menuOpen")->play(); in input()
|
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/ |
H A D | HelpStyle.cpp | 37 font = Font::getFromTheme(elem, ThemeFlags::ALL, font); in applyTheme()
|
H A D | Sound.h | 23 …static std::shared_ptr<Sound> getFromTheme(const std::shared_ptr<ThemeData>& theme, const std::str…
|
H A D | Sound.cpp | 22 std::shared_ptr<Sound> Sound::getFromTheme(const std::shared_ptr<ThemeData>& theme, const std::stri… in getFromTheme() function in Sound
|
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/components/ |
H A D | DateTimeComponent.cpp | 128 setFont(Font::getFromTheme(elem, properties, mFont)); in applyTheme()
|
H A D | DateTimeEditComponent.cpp | 332 setFont(Font::getFromTheme(elem, properties, mFont)); in applyTheme()
|
H A D | TextComponent.cpp | 290 setFont(Font::getFromTheme(elem, properties, mFont)); in applyTheme()
|
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/resources/ |
H A D | Font.h | 64 …static std::shared_ptr<Font> getFromTheme(const ThemeData::ThemeElement* elem, unsigned int proper…
|
H A D | Font.cpp | 670 std::shared_ptr<Font> Font::getFromTheme(const ThemeData::ThemeElement* elem, unsigned int properti… in getFromTheme() function in Font
|
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-app/src/components/ |
H A D | TextListComponent.h | 389 setFont(Font::getFromTheme(elem, properties, mFont)); in applyTheme()
|