Lines Matching refs:fGesture
1154 fGesture.resetTouchState();
1170 fGesture.setTransLimit(slideBounds, windowRect, this->computePreTouchMatrix());
1195 fGesture.setTransLimit(slideBounds, windowRect, this->computePreTouchMatrix());
1234 SkMatrix m = fGesture.localM();
1235 m.preConcat(fGesture.globalM());
1677 fGesture.touchEnd(castedOwner);
1681 if (fGesture.isFling(&dir)) {
1692 fGesture.reset();
1698 fGesture.touchBegin(castedOwner, x, y);
1702 fGesture.touchMoved(castedOwner, x, y);
1711 fGestureDevice = fGesture.isBeingTouched() ? GestureDevice::kTouch : GestureDevice::kNone;
1729 fGesture.touchEnd(nullptr);
1733 fGesture.touchBegin(nullptr, x, y);
1737 fGesture.touchMoved(nullptr, x, y);
1745 fGestureDevice = fGesture.isBeingTouched() ? GestureDevice::kMouse : GestureDevice::kNone;
1747 if (state != skui::InputState::kMove || fGesture.isBeingTouched()) {
1767 fGesture.startZoom();
1771 fGesture.updateZoom(scale, x, y, x, y);
1775 fGesture.endZoom();