Home
last modified time | relevance | path

Searched refs:SkTouchGesture (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/views/
DSkTouchGesture.cpp105 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()
[all …]
Dviews_files.mk9 SkTouchGesture.cpp
/external/skia/include/views/
DSkTouchGesture.h30 class SkTouchGesture {
32 SkTouchGesture();
33 ~SkTouchGesture();
/external/skia/gyp/
Dviews.gyp37 '../include/views/SkTouchGesture.h',
61 '../src/views/SkTouchGesture.cpp',
/external/skia/samplecode/
DSampleApp.h129 SkTouchGesture fGesture;
/external/skia/src/gpu/
Dapp-android.cpp73 SkTouchGesture fGesture;