Searched refs:SkTouchGesture (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/views/ |
D | SkTouchGesture.cpp | 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() [all …]
|
/external/skia/include/views/ |
D | SkTouchGesture.h | 30 class SkTouchGesture { 32 SkTouchGesture(); 33 ~SkTouchGesture();
|
/external/skia/gyp/ |
D | views.gyp | 40 '../include/views/SkTouchGesture.h', 55 '../src/views/SkTouchGesture.cpp',
|
/external/skia/samplecode/ |
D | SampleApp.h | 169 SkTouchGesture fGesture;
|
/external/skia/experimental/iOSSampleApp/iOSSampleApp.xcodeproj/ |
D | project.pbxproj | 271 …D913B123E80064D447 /* SkTouchGesture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 260E05C013… 1091 …3E80064D447 /* SkTouchGesture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 1114 …0064D447 /* SkTouchGesture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 2396 260E05A813B123E80064D447 /* SkTouchGesture.h */, 2427 260E05C013B123E80064D447 /* SkTouchGesture.cpp */, 3168 260E05D913B123E80064D447 /* SkTouchGesture.cpp in Sources */,
|