Searched refs:fGesture (Results 1 – 2 of 2) sorted by relevance
169 SkTouchGesture fGesture; variable
989 if (fGesture.isActive()) { in draw()1399 m.preConcat(fGesture.localM()); in updateMatrix()1400 m.preConcat(fGesture.globalM()); in updateMatrix()1822 fGesture.touchBegin(click->fOwner, x, y); in onClick()1825 fGesture.touchMoved(click->fOwner, x, y); in onClick()1829 fGesture.touchEnd(click->fOwner); in onClick()