Searched refs:touchBegin (Results 1 – 6 of 6) sorted by relevance
/external/skqp/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 | 1302 fGesture.touchBegin(castedOwner, x, y); in onTouch() 1332 fGesture.touchBegin(nullptr, x, y); in onMouse()
|
/external/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 | 1642 fGesture.touchBegin(castedOwner, x, y); in onTouch() 1677 fGesture.touchBegin(nullptr, x, y); in onMouse()
|