HomeSort by relevance Sort by last modified time
    Searched defs:GeometryMetadata (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMetadata.java 33 public class GeometryMetadata extends FilterRepresentation {
34 private static final String LOGTAG = "GeometryMetadata";
65 public GeometryMetadata() {
66 super("GeometryMetadata");
83 public GeometryMetadata(GeometryMetadata g) {
84 super("GeometryMetadata");
109 public void set(GeometryMetadata g) {
207 if (o == null || !(o instanceof GeometryMetadata))
210 GeometryMetadata d = (GeometryMetadata) o
    [all...]
ImageGeometry.java 32 import com.android.gallery3d.filtershow.imageshow.GeometryMetadata.FLIP;
51 private GeometryMetadata mLocalGeometry = null;
462 Matrix m = GeometryMetadata.buildCenteredPhotoMatrix(scaledPhoto, scaledCrop,
465 Matrix m1 = GeometryMetadata.buildWanderingCropMatrix(scaledPhoto, scaledCrop,
506 Matrix m1 = GeometryMetadata.buildWanderingCropMatrix(scaledPhoto, scaledCrop,
512 GeometryMetadata.concatRecenterMatrix(m1, cropCenter, displayCenter);

Completed in 41 milliseconds