Home
last modified time | relevance | path

Searched defs:pointInRotatedRect (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropMath.java140 public static boolean pointInRotatedRect(float[] point, RectF bound, float rot) { in pointInRotatedRect() method in CropMath
159 public static boolean pointInRotatedRect(float[] point, float[] rotatedRect, float[] center) { in pointInRotatedRect() method in CropMath