Home
last modified time | relevance | path

Searched refs:touchBegin (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tools/viewer/
H A DTouchGesture.h19 void touchBegin(void* owner, float x, float y);
H A DTouchGesture.cpp148 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 DViewer.cpp1698 fGesture.touchBegin(castedOwner, x, y); in onTouch()
1733 fGesture.touchBegin(nullptr, x, y); in onMouse()

Completed in 6 milliseconds