Searched refs:rotatedBounds (Results 1 – 2 of 2) sorted by relevance
615 float[] rotatedBounds = new float[] { bounds.x, bounds.y };616 rotateMatrix.mapPoints(rotatedBounds);617 rotatedBounds[0] = Math.abs(rotatedBounds[0]);618 rotatedBounds[1] = Math.abs(rotatedBounds[1]);620 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()