Home
last modified time | relevance | path

Searched refs:touchMoved (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tools/viewer/
H A DTouchGesture.h20 void touchMoved(void* owner, float x, float y);
H A DTouchGesture.cpp208 void TouchGesture::touchMoved(void* owner, float x, float y) { in touchMoved() function in TouchGesture
209 // SkDebugf("--- %d touchMoved %p %g %g\n", fTouches.count(), owner, x, y); in touchMoved()
H A DViewer.cpp1702 fGesture.touchMoved(castedOwner, x, y); in onTouch()
1737 fGesture.touchMoved(nullptr, x, y); in onMouse()

Completed in 9 milliseconds