Home
last modified time | relevance | path

Searched refs:computePreTouchMatrix (Results 1 – 4 of 4) sorted by relevance

/external/skia/tools/viewer/
DViewer.h111 SkMatrix computePreTouchMatrix();
DViewer.cpp945 fGesture.setTransLimit(slideBounds, windowRect, this->computePreTouchMatrix()); in setupCurrentSlide()
970 fGesture.setTransLimit(slideBounds, windowRect, this->computePreTouchMatrix()); in preTouchMatrixChanged()
987 SkMatrix Viewer::computePreTouchMatrix() { in computePreTouchMatrix() function in Viewer
1008 m.preConcat(this->computePreTouchMatrix()); in computeMatrix()
/external/skqp/tools/viewer/
DViewer.h111 SkMatrix computePreTouchMatrix();
DViewer.cpp894 fGesture.setTransLimit(slideBounds, windowRect, this->computePreTouchMatrix()); in setupCurrentSlide()
919 fGesture.setTransLimit(slideBounds, windowRect, this->computePreTouchMatrix()); in preTouchMatrixChanged()
936 SkMatrix Viewer::computePreTouchMatrix() { in computePreTouchMatrix() function in Viewer
957 m.preConcat(this->computePreTouchMatrix()); in computeMatrix()