Searched refs:touchMoved (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/tools/viewer/ |
H A D | TouchGesture.h | 20 void touchMoved(void* owner, float x, float y);
|
H A D | TouchGesture.cpp | 208 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 D | Viewer.cpp | 1702 fGesture.touchMoved(castedOwner, x, y); in onTouch() 1737 fGesture.touchMoved(nullptr, x, y); in onMouse()
|
Completed in 9 milliseconds