Searched refs:TouchGesture (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/tools/viewer/ |
D | TouchGesture.cpp | 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() [all …]
|
D | TouchGesture.h | 14 class TouchGesture { 16 TouchGesture(); 17 ~TouchGesture();
|
D | Viewer.h | 219 TouchGesture fGesture;
|
/third_party/flutter/skia/tools/viewer/ |
D | TouchGesture.cpp | 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() [all …]
|
D | TouchGesture.h | 14 class TouchGesture { 16 TouchGesture(); 17 ~TouchGesture();
|
D | Viewer.h | 165 TouchGesture fGesture;
|
/third_party/flutter/skia/ |
D | BUILD.gn | 2292 "tools/viewer/TouchGesture.cpp", 2293 "tools/viewer/TouchGesture.h",
|
/third_party/skia/ |
D | BUILD.gn | 2889 "tools/viewer/TouchGesture.cpp", 2890 "tools/viewer/TouchGesture.h",
|