Searched refs:SkTouchGesture (Results 1 – 5 of 5) sorted by relevance
104 SkTouchGesture::SkTouchGesture() { in SkTouchGesture() function in SkTouchGesture108 SkTouchGesture::~SkTouchGesture() { in ~SkTouchGesture()111 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()[all …]
30 class SkTouchGesture {32 SkTouchGesture();33 ~SkTouchGesture();
96 SkTouchGesture fGesture;
191 SkTouchGesture fGesture;
1030 "src/views/SkTouchGesture.cpp",