Searched refs:rotatedBounds (Results 1 – 2 of 2) sorted by relevance
612 float[] rotatedBounds = new float[] { bounds.x, bounds.y };613 rotateMatrix.mapPoints(rotatedBounds);614 rotatedBounds[0] = Math.abs(rotatedBounds[0]);615 rotatedBounds[1] = Math.abs(rotatedBounds[1]);617 mCropBounds.offset(-rotatedBounds[0]/2, -rotatedBounds[1]/2);
398 final Rect rotatedBounds = new Rect(bounds); in draw() local399 RectUtils.rotateRect(orientation, bounds.centerX(), bounds.centerY(), rotatedBounds); in draw()404 onDrawBitmap(canvas, mRect, rotatedBounds); in draw()