Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/viewer/
DTouchGesture.h19 void touchBegin(void* owner, float x, float y);
DTouchGesture.cpp148 void TouchGesture::touchBegin(void* owner, float x, float y) { in touchBegin() function in TouchGesture
DViewer.cpp1421 fGesture.touchBegin(castedOwner, x, y); in onTouch()
1451 fGesture.touchBegin(nullptr, x, y); in onMouse()
/third_party/skia/tools/viewer/
DTouchGesture.h19 void touchBegin(void* owner, float x, float y);
DTouchGesture.cpp148 void TouchGesture::touchBegin(void* owner, float x, float y) { in touchBegin() function in TouchGesture
DViewer.cpp1698 fGesture.touchBegin(castedOwner, x, y); in onTouch()
1733 fGesture.touchBegin(nullptr, x, y); in onMouse()