Lines Matching defs:TouchGesture
12 #include "tools/viewer/TouchGesture.h"
50 void TouchGesture::FlingState::reset(float sx, float sy) {
61 bool TouchGesture::FlingState::evaluateMatrix(SkMatrix* matrix) {
104 TouchGesture::TouchGesture() {
108 TouchGesture::~TouchGesture() {
111 void TouchGesture::resetTouchState() {
121 void TouchGesture::reset() {
126 void TouchGesture::flushLocalM() {
131 const SkMatrix& TouchGesture::localM() {
140 void TouchGesture::appendNewRec(void* owner, float x, float y) {
148 void TouchGesture::touchBegin(void* owner, float x, float y) {
179 int TouchGesture::findRec(void* owner) const {
192 void TouchGesture::startZoom() {
196 void TouchGesture::updateZoom(float scale, float startX, float startY, float lastX, float lastY) {
202 void TouchGesture::endZoom() {
208 void TouchGesture::touchMoved(void* owner, float x, float y) {
261 void TouchGesture::touchEnd(void* owner) {
300 bool TouchGesture::isFling(SkPoint* dir) {
311 float TouchGesture::computePinch(const Rec& rec0, const Rec& rec1) {
324 bool TouchGesture::handleDblTap(float x, float y) {
344 void TouchGesture::setTransLimit(const SkRect& contentRect, const SkRect& windowRect,
352 void TouchGesture::limitTrans() {