Searched refs:newCenter (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGeometryMetadata.java390 public static void concatRecenterMatrix(Matrix m, float[] currentCenter, float[] newCenter) { argument
391 m.postTranslate(newCenter[0] - currentCenter[0], newCenter[1] - currentCenter[1]);
436 * @param newCenter
440 float straighten, FLIP type, float[] newCenter) {
446 concatRecenterMatrix(m, center, newCenter);
456 * @param newCenter
459 public static Matrix buildCenteredCropMatrix(RectF crop, float rotation, float[] newCenter) { argument
465 concatRecenterMatrix(m, center, newCenter);
478 * @param newCenter
439 buildCenteredPhotoMatrix(RectF photo, RectF crop, float rotation, float straighten, FLIP type, float[] newCenter) argument
481 buildWanderingCropMatrix(RectF photo, RectF crop, float rotation, float straighten, FLIP type, float[] newCenter) argument
[all...]

Completed in 35 milliseconds