Home
last modified time | relevance | path

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

/external/skia/src/views/
DSkTouchGesture.cpp104 SkTouchGesture::SkTouchGesture() { in SkTouchGesture() function in SkTouchGesture
108 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 …]
/external/skia/include/views/
DSkTouchGesture.h30 class SkTouchGesture {
32 SkTouchGesture();
33 ~SkTouchGesture();
/external/skia/tools/viewer/
DViewer.h96 SkTouchGesture fGesture;
/external/skia/samplecode/
DSampleApp.h191 SkTouchGesture fGesture;
/external/skia/
DBUILD.gn1030 "src/views/SkTouchGesture.cpp",