Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/
DInputStreamProvider.java79 Matrix inverseRotateMatrix = new Matrix(); in readCroppedBitmap() local
80 inverseRotateMatrix.setRotate(-rotation); in readCroppedBitmap()
91 inverseRotateMatrix.mapRect(cropBounds); in readCroppedBitmap()