Home | History | Annotate | Download | only in views

Lines Matching defs:SkTouchGesture

18 #include "SkTouchGesture.h"
112 SkTouchGesture::SkTouchGesture() {
116 SkTouchGesture::~SkTouchGesture() {
119 void SkTouchGesture::reset() {
129 void SkTouchGesture::flushLocalM() {
134 const SkMatrix& SkTouchGesture::localM() {
143 void SkTouchGesture::appendNewRec(void* owner, float x, float y) {
151 void SkTouchGesture::touchBegin(void* owner, float x, float y) {
182 int SkTouchGesture::findRec(void* owner) const {
198 float SkTouchGesture::limitTotalZoom(float scale) const {
210 void SkTouchGesture::touchMoved(void* owner, float x, float y) {
264 void SkTouchGesture::touchEnd(void* owner) {
303 float SkTouchGesture::computePinch(const Rec& rec0, const Rec& rec1) {
316 bool SkTouchGesture::handleDblTap(float x, float y) {