Searched refs:touchBegin (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/tools/viewer/ |
H A D | TouchGesture.h | 19 void touchBegin(void* owner, float x, float y);
|
H A D | TouchGesture.cpp | 148 void TouchGesture::touchBegin(void* owner, float x, float y) { in touchBegin() function in TouchGesture 149 // SkDebugf("--- %d touchBegin %p %g %g\n", fTouches.count(), owner, x, y); in touchBegin()
|
H A D | Viewer.cpp | 1698 fGesture.touchBegin(castedOwner, x, y); in onTouch() 1733 fGesture.touchBegin(nullptr, x, y); in onMouse()
|
Completed in 6 milliseconds