Searched refs:slideBounds (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tools/viewer/ |
D | Viewer.cpp | 883 const SkRect slideBounds = SkRect::MakeIWH(slideSize.width(), slideSize.height()); in setupCurrentSlide() local 889 fDefaultMatrix.setRectToRect(slideBounds, windowRect, SkMatrix::kStart_ScaleToFit); in setupCurrentSlide() 894 fGesture.setTransLimit(slideBounds, windowRect, this->computePreTouchMatrix()); in setupCurrentSlide() 917 const SkRect slideBounds = SkRect::MakeIWH(slideSize.width(), slideSize.height()); in preTouchMatrixChanged() local 919 fGesture.setTransLimit(slideBounds, windowRect, this->computePreTouchMatrix()); in preTouchMatrixChanged()
|
/external/skia/tools/viewer/ |
D | Viewer.cpp | 934 const SkRect slideBounds = SkRect::MakeIWH(slideSize.width(), slideSize.height()); in setupCurrentSlide() local 940 fDefaultMatrix.setRectToRect(slideBounds, windowRect, SkMatrix::kStart_ScaleToFit); in setupCurrentSlide() 945 fGesture.setTransLimit(slideBounds, windowRect, this->computePreTouchMatrix()); in setupCurrentSlide() 968 const SkRect slideBounds = SkRect::MakeIWH(slideSize.width(), slideSize.height()); in preTouchMatrixChanged() local 970 fGesture.setTransLimit(slideBounds, windowRect, this->computePreTouchMatrix()); in preTouchMatrixChanged()
|