Searched refs:updateZoom (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/tools/viewer/ |
H A D | TouchGesture.h | 31 void updateZoom(float scale, float startX, float startY, float lastX, float lastY);
|
H A 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()
|
H A D | Viewer.cpp | 1771 fGesture.updateZoom(scale, x, y, x, y);
|
Completed in 6 milliseconds