Home
last modified time | relevance | path

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

/third_party/skia/tools/viewer/
H A DViewer.cpp1154 fGesture.resetTouchState(); in setupCurrentSlide()
1170 fGesture.setTransLimit(slideBounds, windowRect, this->computePreTouchMatrix()); in setupCurrentSlide()
1195 fGesture.setTransLimit(slideBounds, windowRect, this->computePreTouchMatrix()); in preTouchMatrixChanged()
1234 SkMatrix m = fGesture.localM(); in computeMatrix()
1235 m.preConcat(fGesture.globalM()); in computeMatrix()
1677 fGesture.touchEnd(castedOwner); in onTouch()
1681 if (fGesture.isFling(&dir)) { in onTouch()
1692 fGesture.reset(); in onTouch()
1698 fGesture.touchBegin(castedOwner, x, y); in onTouch()
1702 fGesture in onTouch()
[all...]
H A DViewer.h219 TouchGesture fGesture; member in Viewer

Completed in 7 milliseconds