Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/src/com/android/bitmap/util/
DRectUtils.java43 final RectF fullRectF = new RectF(fullRect); in rotateRectForOrientation() local
45 matrix.mapRect(fullRectF); in rotateRectForOrientation()
49 matrix.setTranslate(-fullRectF.left, -fullRectF.top); in rotateRectForOrientation()
50 matrix.mapRect(fullRectF); in rotateRectForOrientation()
53 fullRect.set((int) fullRectF.left, (int) fullRectF.top, (int) fullRectF.right, in rotateRectForOrientation()
54 (int) fullRectF.bottom); in rotateRectForOrientation()