Home
last modified time | relevance | path

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

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/UI/
H A DView.h506 class InertView : public View {
508 InertView(LayoutParams *layoutParams) in InertView() function
690 class Item : public InertView {
875 class Spacer : public InertView {
878 : InertView(layoutParams), size_(0.0f) {} in InertView() function
880 : InertView(layoutParams), size_(size) {} in InertView() function
891 class BorderView : public InertView {
906 class TextView : public InertView {
982 class ImageView : public InertView {
997 class ProgressBar : public InertView {
[all …]
H A DView.cpp391 Item::Item(LayoutParams *layoutParams) : InertView(layoutParams) { in Item()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/UI/
H A DView.h506 class InertView : public View {
508 InertView(LayoutParams *layoutParams) in InertView() function
690 class Item : public InertView {
875 class Spacer : public InertView {
878 : InertView(layoutParams), size_(0.0f) {} in InertView() function
880 : InertView(layoutParams), size_(size) {} in InertView() function
891 class BorderView : public InertView {
906 class TextView : public InertView {
982 class ImageView : public InertView {
997 class ProgressBar : public InertView {
[all …]
H A DView.cpp391 Item::Item(LayoutParams *layoutParams) : InertView(layoutParams) { in Item()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/UI/
H A DView.h506 class InertView : public View {
508 InertView(LayoutParams *layoutParams) in InertView() function
690 class Item : public InertView {
875 class Spacer : public InertView {
878 : InertView(layoutParams), size_(0.0f) {} in InertView() function
880 : InertView(layoutParams), size_(size) {} in InertView() function
891 class BorderView : public InertView {
906 class TextView : public InertView {
982 class ImageView : public InertView {
997 class ProgressBar : public InertView {
[all …]
H A DView.cpp391 Item::Item(LayoutParams *layoutParams) : InertView(layoutParams) { in Item()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DOnScreenDisplay.h42 class OnScreenMessagesView : public UI::InertView {
44 OnScreenMessagesView(UI::LayoutParams *layoutParams = nullptr) : UI::InertView(layoutParams) {} in InertView() function
H A DTextureUtil.h46 class GameIconView : public UI::InertView {
49 : InertView(layoutParams), gamePath_(gamePath), scale_(scale) {} in InertView() function
H A DControlMappingScreen.cpp456 class JoystickHistoryView : public UI::InertView {
459 : UI::InertView(layoutParams), title_(title), type_(type) {} in JoystickHistoryView()
871 class Backplate : public UI::InertView {
873 …Backplate(float scale, UI::LayoutParams *layoutParams = nullptr) : InertView(layoutParams), scale_… in Backplate()
936 class MockScreen : public UI::InertView {
938 MockScreen(UI::LayoutParams *layoutParams = nullptr) : InertView(layoutParams) { in MockScreen()
H A DEmuScreen.cpp764 class GameInfoBGView : public UI::InertView {
766 …GameInfoBGView(const Path &gamePath, UI::LayoutParams *layoutParams) : InertView(layoutParams), ga… in GameInfoBGView()
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DOnScreenDisplay.h42 class OnScreenMessagesView : public UI::InertView {
44 OnScreenMessagesView(UI::LayoutParams *layoutParams = nullptr) : UI::InertView(layoutParams) {} in InertView() function
H A DTextureUtil.h46 class GameIconView : public UI::InertView {
49 : InertView(layoutParams), gamePath_(gamePath), scale_(scale) {} in InertView() function
H A DControlMappingScreen.cpp456 class JoystickHistoryView : public UI::InertView {
459 : UI::InertView(layoutParams), title_(title), type_(type) {} in JoystickHistoryView()
871 class Backplate : public UI::InertView {
873 …Backplate(float scale, UI::LayoutParams *layoutParams = nullptr) : InertView(layoutParams), scale_… in Backplate()
936 class MockScreen : public UI::InertView {
938 MockScreen(UI::LayoutParams *layoutParams = nullptr) : InertView(layoutParams) { in MockScreen()
H A DEmuScreen.cpp764 class GameInfoBGView : public UI::InertView {
766 …GameInfoBGView(const Path &gamePath, UI::LayoutParams *layoutParams) : InertView(layoutParams), ga… in GameInfoBGView()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DOnScreenDisplay.h42 class OnScreenMessagesView : public UI::InertView {
44 OnScreenMessagesView(UI::LayoutParams *layoutParams = nullptr) : UI::InertView(layoutParams) {} in InertView() function
H A DTextureUtil.h46 class GameIconView : public UI::InertView {
49 : InertView(layoutParams), gamePath_(gamePath), scale_(scale) {} in InertView() function
H A DControlMappingScreen.cpp456 class JoystickHistoryView : public UI::InertView {
459 : UI::InertView(layoutParams), title_(title), type_(type) {} in JoystickHistoryView()
871 class Backplate : public UI::InertView {
873 …Backplate(float scale, UI::LayoutParams *layoutParams = nullptr) : InertView(layoutParams), scale_… in Backplate()
936 class MockScreen : public UI::InertView {
938 MockScreen(UI::LayoutParams *layoutParams = nullptr) : InertView(layoutParams) { in MockScreen()
H A DEmuScreen.cpp764 class GameInfoBGView : public UI::InertView {
766 …GameInfoBGView(const Path &gamePath, UI::LayoutParams *layoutParams) : InertView(layoutParams), ga… in GameInfoBGView()