Searched refs:pointInRotatedRect (Results 1 – 1 of 1) sorted by relevance
140 public static boolean pointInRotatedRect(float[] point, RectF bound, float rot) { in pointInRotatedRect() method in CropMath159 public static boolean pointInRotatedRect(float[] point, float[] rotatedRect, float[] center) { in pointInRotatedRect() method in CropMath162 return pointInRotatedRect(point, unrotated, angle); in pointInRotatedRect()