Home
last modified time | relevance | path

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

/external/skqp/tools/viewer/
DImGuiLayer.cpp23 ImGuiLayer::ImGuiLayer() { in ImGuiLayer() function in ImGuiLayer
63 ImGuiLayer::~ImGuiLayer() { in ~ImGuiLayer()
67 void ImGuiLayer::onAttach(Window* window) { in onAttach()
71 bool ImGuiLayer::onMouse(int x, int y, Window::InputState state, uint32_t modifiers) { in onMouse()
83 bool ImGuiLayer::onMouseWheel(float delta, uint32_t modifiers) { in onMouseWheel()
89 void ImGuiLayer::skiaWidget(const ImVec2& size, SkiaWidgetFunc func) { in skiaWidget()
95 void ImGuiLayer::onPrePaint() { in onPrePaint()
109 void ImGuiLayer::onPaint(SkCanvas* canvas) { in onPaint()
178 bool ImGuiLayer::onKey(sk_app::Window::Key key, sk_app::Window::InputState state, uint32_t modifier… in onKey()
184 bool ImGuiLayer::onChar(SkUnichar c, uint32_t modifiers) { in onChar()
DImGuiLayer.h17 class ImGuiLayer : public sk_app::Window::Layer {
19 ImGuiLayer();
20 ~ImGuiLayer() override;
DViewer.h131 ImGuiLayer fImGuiLayer;
/external/skia/tools/viewer/
DImGuiLayer.cpp39 ImGuiLayer::ImGuiLayer() { in ImGuiLayer() function in ImGuiLayer
68 ImGuiLayer::~ImGuiLayer() { in ~ImGuiLayer()
72 void ImGuiLayer::setScaleFactor(float scaleFactor) { in setScaleFactor()
95 void ImGuiLayer::onAttach(Window* window) { in onAttach()
106 bool ImGuiLayer::onMouse(int x, int y, skui::InputState state, skui::ModifierKey modifiers) { in onMouse()
118 bool ImGuiLayer::onMouseWheel(float delta, skui::ModifierKey modifiers) { in onMouseWheel()
124 void ImGuiLayer::skiaWidget(const ImVec2& size, SkiaWidgetFunc func) { in skiaWidget()
130 void ImGuiLayer::onPrePaint() { in onPrePaint()
150 void ImGuiLayer::onPaint(SkSurface* surface) { in onPaint()
221 bool ImGuiLayer::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey()
[all …]
DImGuiLayer.h116 class ImGuiLayer : public sk_app::Window::Layer {
118 ImGuiLayer();
119 ~ImGuiLayer() override;
DViewer.h152 ImGuiLayer fImGuiLayer;
/external/skia/
DBUILD.gn2726 "tools/viewer/ImGuiLayer.cpp",
2727 "tools/viewer/ImGuiLayer.h",
/external/skqp/
DBUILD.gn2188 "tools/viewer/ImGuiLayer.cpp",