Searched refs:updateZoom (Results 1 – 3 of 3) sorted by relevance
/external/skia/tools/viewer/ |
D | TouchGesture.h | 31 void updateZoom(float scale, float startX, float startY, float lastX, float lastY);
|
D | TouchGesture.cpp | 196 void TouchGesture::updateZoom(float scale, float startX, float startY, float lastX, float lastY) { in updateZoom() function in TouchGesture 250 this->updateZoom(scale, in touchMoved()
|
D | Viewer.cpp | 1715 fGesture.updateZoom(scale, x, y, x, y); in onPinch()
|