Searched refs:origHeight (Results 1 – 2 of 2) sorted by relevance
225 final int origHeight = mHeight; in rotateTo() local232 mWidth = origHeight; in rotateTo()237 mCutout = mCutout.getRotated(origWidth, origHeight, fromRotation, toRotation); in rotateTo()
454 private int getMaxWidth(int origWidth, int origHeight, int maxNumPixels) { in getMaxWidth() argument455 float aspRatio = (float) origWidth / (float) origHeight; in getMaxWidth()460 private int getMaxHeight(int origWidth, int origHeight, int maxNumPixels) { in getMaxHeight() argument461 float aspRatio = (float) origWidth / (float) origHeight; in getMaxHeight()