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