Lines Matching refs:SkTouchGesture
105 SkTouchGesture::SkTouchGesture() { in SkTouchGesture() function in SkTouchGesture
109 SkTouchGesture::~SkTouchGesture() { in ~SkTouchGesture()
112 void SkTouchGesture::reset() { in reset()
122 void SkTouchGesture::flushLocalM() { in flushLocalM()
127 const SkMatrix& SkTouchGesture::localM() { in localM()
136 void SkTouchGesture::appendNewRec(void* owner, float x, float y) { in appendNewRec()
144 void SkTouchGesture::touchBegin(void* owner, float x, float y) { in touchBegin()
175 int SkTouchGesture::findRec(void* owner) const { in findRec()
191 float SkTouchGesture::limitTotalZoom(float scale) const { in limitTotalZoom()
203 void SkTouchGesture::touchMoved(void* owner, float x, float y) { in touchMoved()
259 void SkTouchGesture::touchEnd(void* owner) { in touchEnd()
298 float SkTouchGesture::computePinch(const Rec& rec0, const Rec& rec1) { in computePinch()
311 bool SkTouchGesture::handleDblTap(float x, float y) { in handleDblTap()