Searched refs:rotationMatrix (Results 1 – 2 of 2) sorted by relevance
83 Matrix rotationMatrix = new Matrix(); in doInBackground() local84 rotationMatrix.setRotate(mOrientation, 0, 0); in doInBackground()85 rotationMatrix.mapRect(fullResRect); in doInBackground()88 rotationMatrix.postTranslate(-fullResRect.left, -fullResRect.top); in doInBackground()89 rotationMatrix.mapRect(fullResRect, new RectF(0, 0, imageSize.x - 1, in doInBackground()108 rotationMatrix.invert(invertRotation); in doInBackground()
737 Matrix rotationMatrix = new Matrix();738 rotationMatrix.setRotate(mDisplayRotation, 0.5f, 0.5f);739 rotationMatrix.mapPoints(points);