Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/src/com/android/bitmap/util/
DRectUtils.java37 public static void rotateRectForOrientation(final int orientation, final Rect fullRect, in rotateRectForOrientation() argument
43 final RectF fullRectF = new RectF(fullRect); in rotateRectForOrientation()
53 fullRect.set((int) fullRectF.left, (int) fullRectF.top, (int) fullRectF.right, in rotateRectForOrientation()