Home
last modified time | relevance | path

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

/external/skqp/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.cpp1302 fGesture.touchBegin(castedOwner, x, y); in onTouch()
1332 fGesture.touchBegin(nullptr, x, y); in onMouse()
/external/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.cpp1642 fGesture.touchBegin(castedOwner, x, y); in onTouch()
1677 fGesture.touchBegin(nullptr, x, y); in onMouse()