Home
last modified time | relevance | path

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

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DBasicBitmapDrawable.java38 import com.android.bitmap.util.RectUtils;
393 RectUtils.rotateRectForOrientation(orientation, in draw()
399 RectUtils.rotateRect(orientation, bounds.centerX(), bounds.centerY(), rotatedBounds); in draw()
/frameworks/opt/bitmap/src/com/android/bitmap/util/
DRectUtils.java23 public class RectUtils { class
/frameworks/opt/bitmap/src/com/android/bitmap/
DDecodeTask.java31 import com.android.bitmap.util.RectUtils;
339 RectUtils.rotateRectForOrientation(orientation, new Rect(0, 0, srcW, srcH), in decode()