Home | History | Annotate | Download | only in src

Lines Matching defs:GrTouchGesture

1 #include "GrTouchGesture.h"
19 GrTouchGesture::GrTouchGesture() {
23 GrTouchGesture::~GrTouchGesture() {
26 void GrTouchGesture::reset() {
36 void GrTouchGesture::flushLocalM() {
41 const SkMatrix& GrTouchGesture::localM() {
50 void GrTouchGesture::appendNewRec(void* owner, float x, float y) {
58 void GrTouchGesture::touchBegin(void* owner, float x, float y) {
89 int GrTouchGesture::findRec(void* owner) const {
105 float GrTouchGesture::limitTotalZoom(float scale) const {
117 void GrTouchGesture::touchMoved(void* owner, float x, float y) {
171 void GrTouchGesture::touchEnd(void* owner) {
210 float GrTouchGesture::computePinch(const Rec& rec0, const Rec& rec1) {
223 bool GrTouchGesture::handleDblTap(float x, float y) {