Home
last modified time | relevance | path

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 DISimpleGameListView.cpp88 Sound::getFromTheme(getTheme(), getName(), "launch")->play(); in input()
109 Sound::getFromTheme(getTheme(), getName(), "back")->play(); in input()
H A DIGameListView.cpp14 Sound::getFromTheme(mTheme, getName(), "menuOpen")->play(); in input()
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/
H A DHelpStyle.cpp37 font = Font::getFromTheme(elem, ThemeFlags::ALL, font); in applyTheme()
H A DSound.h23 …static std::shared_ptr<Sound> getFromTheme(const std::shared_ptr<ThemeData>& theme, const std::str…
H A DSound.cpp22 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 DDateTimeComponent.cpp128 setFont(Font::getFromTheme(elem, properties, mFont)); in applyTheme()
H A DDateTimeEditComponent.cpp332 setFont(Font::getFromTheme(elem, properties, mFont)); in applyTheme()
H A DTextComponent.cpp290 setFont(Font::getFromTheme(elem, properties, mFont)); in applyTheme()
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/resources/
H A DFont.h64 …static std::shared_ptr<Font> getFromTheme(const ThemeData::ThemeElement* elem, unsigned int proper…
H A DFont.cpp670 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 DTextListComponent.h389 setFont(Font::getFromTheme(elem, properties, mFont)); in applyTheme()