Home
last modified time | relevance | path

Searched refs:touchMoved (Results 1 – 6 of 6) sorted by relevance

/external/skqp/tools/viewer/
DTouchGesture.h20 void touchMoved(void* owner, float x, float y);
DTouchGesture.cpp207 void TouchGesture::touchMoved(void* owner, float x, float y) { in touchMoved() function in TouchGesture
DViewer.cpp1306 fGesture.touchMoved(castedOwner, x, y); in onTouch()
1336 fGesture.touchMoved(nullptr, x, y); in onMouse()
/external/skia/tools/viewer/
DTouchGesture.h20 void touchMoved(void* owner, float x, float y);
DTouchGesture.cpp207 void TouchGesture::touchMoved(void* owner, float x, float y) { in touchMoved() function in TouchGesture
DViewer.cpp1368 fGesture.touchMoved(castedOwner, x, y); in onTouch()
1398 fGesture.touchMoved(nullptr, x, y); in onMouse()