Searched refs:TouchGesture (Results 1 – 8 of 8) sorted by relevance
/external/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 | 185 TouchGesture fGesture;
|
/external/skqp/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 | 163 TouchGesture fGesture;
|
/external/skqp/ |
D | BUILD.gn | 2196 "tools/viewer/TouchGesture.cpp", 2197 "tools/viewer/TouchGesture.h",
|
/external/skia/ |
D | BUILD.gn | 2751 "tools/viewer/TouchGesture.cpp", 2752 "tools/viewer/TouchGesture.h",
|