Home
last modified time | relevance | path

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

/external/skia/tools/viewer/
DViewer.cpp621 fGesture.reset(); in setupCurrentSlide()
636 fGesture.setTransLimit(slideBounds, windowRect, fDefaultMatrix); in setupCurrentSlide()
659 m = fGesture.localM(); in computeMatrix()
660 m.preConcat(fGesture.globalM()); in computeMatrix()
839 fGesture.touchEnd(castedOwner); in onTouch()
843 fGesture.touchBegin(castedOwner, x, y); in onTouch()
847 fGesture.touchMoved(castedOwner, x, y); in onTouch()
851 fGestureDevice = fGesture.isBeingTouched() ? GestureDevice::kTouch : GestureDevice::kNone; in onTouch()
862 fGesture.touchEnd(nullptr); in onMouse()
866 fGesture.touchBegin(nullptr, x, y); in onMouse()
[all …]
DViewer.h100 SkTouchGesture fGesture; variable
/external/skia/samplecode/
DSampleApp.h197 SkTouchGesture fGesture; variable
DSampleApp.cpp1105 if (fGesture.isActive()) { in draw()
1579 m.preConcat(fGesture.localM()); in updateMatrix()
1580 m.preConcat(fGesture.globalM()); in updateMatrix()
2184 fGesture.touchBegin(click->fOwner, x, y); in onClick()
2187 fGesture.touchMoved(click->fOwner, x, y); in onClick()
2191 fGesture.touchEnd(click->fOwner); in onClick()