Home
last modified time | relevance | path

Searched refs:updateZoom (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/viewer/
DTouchGesture.h31 void updateZoom(float scale, float startX, float startY, float lastX, float lastY);
DTouchGesture.cpp196 void TouchGesture::updateZoom(float scale, float startX, float startY, float lastX, float lastY) { in updateZoom() function in TouchGesture
250 this->updateZoom(scale, in touchMoved()
DViewer.cpp1715 fGesture.updateZoom(scale, x, y, x, y); in onPinch()