Searched refs:touchBegin (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/tools/viewer/ |
D | TouchGesture.h | 19 void touchBegin(void* owner, float x, float y);
|
D | TouchGesture.cpp | 148 void TouchGesture::touchBegin(void* owner, float x, float y) { in touchBegin() function in TouchGesture
|
D | Viewer.cpp | 1421 fGesture.touchBegin(castedOwner, x, y); in onTouch() 1451 fGesture.touchBegin(nullptr, x, y); in onMouse()
|
/third_party/skia/tools/viewer/ |
D | TouchGesture.h | 19 void touchBegin(void* owner, float x, float y);
|
D | TouchGesture.cpp | 148 void TouchGesture::touchBegin(void* owner, float x, float y) { in touchBegin() function in TouchGesture
|
D | Viewer.cpp | 1698 fGesture.touchBegin(castedOwner, x, y); in onTouch() 1733 fGesture.touchBegin(nullptr, x, y); in onMouse()
|