Searched refs:touchMoved (Results 1 – 6 of 6) sorted by relevance
/external/skqp/tools/viewer/ |
D | TouchGesture.h | 20 void touchMoved(void* owner, float x, float y);
|
D | TouchGesture.cpp | 207 void TouchGesture::touchMoved(void* owner, float x, float y) { in touchMoved() function in TouchGesture
|
D | Viewer.cpp | 1306 fGesture.touchMoved(castedOwner, x, y); in onTouch() 1336 fGesture.touchMoved(nullptr, x, y); in onMouse()
|
/external/skia/tools/viewer/ |
D | TouchGesture.h | 20 void touchMoved(void* owner, float x, float y);
|
D | TouchGesture.cpp | 207 void TouchGesture::touchMoved(void* owner, float x, float y) { in touchMoved() function in TouchGesture
|
D | Viewer.cpp | 1368 fGesture.touchMoved(castedOwner, x, y); in onTouch() 1398 fGesture.touchMoved(nullptr, x, y); in onMouse()
|