Home
last modified time | relevance | path

Searched refs:fGesture (Results 1 – 2 of 2) sorted by relevance

/external/skia/samplecode/
DSampleApp.h169 SkTouchGesture fGesture; variable
DSampleApp.cpp989 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()