Searched refs:inOutRect (Results 1 – 1 of 1) sorted by relevance
147 public static void transformRect(Matrix transform, Rect inOutRect, @Nullable RectF tmp) { in transformRect() argument151 tmp.set(inOutRect); in transformRect()153 inOutRect.set((int) tmp.left, (int) tmp.top, (int) tmp.right, (int) tmp.bottom); in transformRect()