Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A 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()
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DRectUtils.java23 public class RectUtils { class
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java31 import com.android.bitmap.util.RectUtils;
339 RectUtils.rotateRectForOrientation(orientation, new Rect(0, 0, srcW, srcH), in decode()