OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildCenteredPhotoMatrix
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMetadata.java
434
public static Matrix
buildCenteredPhotoMatrix
(RectF photo, RectF crop, float rotation,
478
Matrix m =
buildCenteredPhotoMatrix
(photo, crop, rotation, straighten, type, newCenter);
ImageGeometry.java
431
* Sets up inputs for
buildCenteredPhotoMatrix
and buildWanderingCropMatrix
462
Matrix m = GeometryMetadata.
buildCenteredPhotoMatrix
(scaledPhoto, scaledCrop,
ImageCrop.java
204
Matrix m = GeometryMetadata.
buildCenteredPhotoMatrix
(scaledPhoto, scaledCrop,
Completed in 1385 milliseconds