Lines Matching refs:TouchGesture
50 void TouchGesture::FlingState::reset(float sx, float sy) { in reset()
61 bool TouchGesture::FlingState::evaluateMatrix(SkMatrix* matrix) { in evaluateMatrix()
104 TouchGesture::TouchGesture() { in TouchGesture() function in TouchGesture
108 TouchGesture::~TouchGesture() { in ~TouchGesture()
111 void TouchGesture::resetTouchState() { in resetTouchState()
121 void TouchGesture::reset() { in reset()
126 void TouchGesture::flushLocalM() { in flushLocalM()
131 const SkMatrix& TouchGesture::localM() { in localM()
140 void TouchGesture::appendNewRec(void* owner, float x, float y) { in appendNewRec()
148 void TouchGesture::touchBegin(void* owner, float x, float y) { in touchBegin()
179 int TouchGesture::findRec(void* owner) const { in findRec()
192 void TouchGesture::startZoom() { in startZoom()
196 void TouchGesture::updateZoom(float scale, float startX, float startY, float lastX, float lastY) { in updateZoom()
202 void TouchGesture::endZoom() { in endZoom()
208 void TouchGesture::touchMoved(void* owner, float x, float y) { in touchMoved()
261 void TouchGesture::touchEnd(void* owner) { in touchEnd()
300 bool TouchGesture::isFling(SkPoint* dir) { in isFling()
311 float TouchGesture::computePinch(const Rec& rec0, const Rec& rec1) { in computePinch()
324 bool TouchGesture::handleDblTap(float x, float y) { in handleDblTap()
344 void TouchGesture::setTransLimit(const SkRect& contentRect, const SkRect& windowRect, in setTransLimit()
352 void TouchGesture::limitTrans() { in limitTrans()