OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFullGeometryToScreenMatrix
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java
269
mDisplayMatrix = GeometryMathUtils.
getFullGeometryToScreenMatrix
(mGeometry,
273
mDisplayCropMatrix = GeometryMathUtils.
getFullGeometryToScreenMatrix
(mGeometry,
ImageStraighten.java
231
Matrix m1 = GeometryMathUtils.
getFullGeometryToScreenMatrix
(h, imageWidth,
257
Matrix m = GeometryMathUtils.
getFullGeometryToScreenMatrix
(mDrawHolder, imageWidth,
GeometryMathUtils.java
440
public static Matrix
getFullGeometryToScreenMatrix
(GeometryHolder holder, int bitmapWidth,
Completed in 215 milliseconds