Searched refs:onPinch (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/tools/sk_app/ |
H A D | Window.cpp | 67 bool Window::onPinch(skui::InputState state, float scale, float x, float y) { 68 return this->signalLayers([=](Layer* layer) { return layer->onPinch(state, scale, x, y); });
|
H A D | Window.h | 111 virtual bool onPinch(skui::InputState state, float scale, float x, float y) { return false; } in onPinch() function in sk_app::Window::Layer 135 bool onPinch(skui::InputState state, float scale, float x, float y);
|
/third_party/skia/tools/viewer/ |
H A D | Viewer.h | 47 bool onPinch(skui::InputState state, float scale, float x, float y) override;
|
H A D | Viewer.cpp | 1764 bool Viewer::onPinch(skui::InputState state, float scale, float x, float y) {
|
Completed in 7 milliseconds