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

/external/skia/src/gpu/
H A Dapp-android.cpp73 SkTouchGesture fGesture; member in struct:State
226 fGesture.touchBegin(owner, x, y);
229 fGesture.touchMoved(owner, x, y);
232 fGesture.touchEnd(owner);
238 const SkMatrix& localM = fGesture.localM();
243 canvas->concat(fGesture.globalM());
/external/skia/samplecode/
H A DSampleApp.h129 SkTouchGesture fGesture; member in class:SampleWindow
H A DSampleApp.cpp826 const SkMatrix& localM = fGesture.localM();
830 if (fGesture.isActive()) {
1171 fGesture.stop();
1172 fGesture.reset();
1288 m.preConcat(fGesture.localM());
1289 m.preConcat(fGesture.globalM());
1707 fGesture.touchBegin(click->fOwner, x, y);
1710 fGesture.touchMoved(click->fOwner, x, y);
1714 fGesture.touchEnd(click->fOwner);

Completed in 87 milliseconds