Searched defs:straighten (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGeometryMetadata.java136 public void setStraightenRotation(float straighten) { argument
137 mStraightenRotation = straighten;
182 + ",rotation=" + mRotation + ",flip=" + mFlip + ",straighten="
375 float straighten, FLIP type) {
377 m.setRotate(straighten, photo.centerX(), photo.centerY());
428 * straighten angle, mirrors it about the crop center, and rotates it about
434 * @param straighten
440 float straighten, FLIP type, float[] newCenter) {
441 Matrix m = buildPhotoMatrix(photo, crop, rotation, straighten, type);
476 * @param straighten
374 buildPhotoMatrix(RectF photo, RectF crop, float rotation, float straighten, FLIP type) argument
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 53 milliseconds