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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGeometryMetadata.java345 public Matrix buildGeometryMatrix(float width, float height, float scaling, float dx, float dy, method in class:GeometryMetadata
358 public Matrix buildGeometryMatrix(float width, float height, float scaling, float dx, float dy, method in class:GeometryMetadata
364 return buildGeometryMatrix(width, height, scaling, dx, dy, rot);
371 return buildGeometryMatrix(w, h, scaling, dx, dy, false);

Completed in 70 milliseconds