Home
last modified time | relevance | path

Searched refs:onPinch (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/tools/sk_app/
H A DWindow.cpp67 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 DWindow.h111 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 DViewer.h47 bool onPinch(skui::InputState state, float scale, float x, float y) override;
H A DViewer.cpp1764 bool Viewer::onPinch(skui::InputState state, float scale, float x, float y) {

Completed in 7 milliseconds