Searched refs:touchBegin (Results 1 – 3 of 3) sorted by relevance
35 void touchBegin(void* owner, float x, float y);
144 void SkTouchGesture::touchBegin(void* owner, float x, float y) { in touchBegin() function in SkTouchGesture
1950 fGesture.touchBegin(click->fOwner, x, y); in onClick()