Searched refs:getCropSelectionToScreenMatrix (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | GeometryMathUtils.java | 317 Matrix m = getCropSelectionToScreenMatrix(null, holder, width, height, frame.width(), in applyFullGeometryMatrix() 380 Matrix m = getCropSelectionToScreenMatrix(null, holder, (int) originalWidth, in getOriginalToScreen() 407 Matrix m = getCropSelectionToScreenMatrix(crop, holder, photo.getWidth(), photo.getHeight(), in drawTransformedCropped() 468 public static Matrix getCropSelectionToScreenMatrix(RectF outCrop, GeometryHolder holder, in getCropSelectionToScreenMatrix() method in GeometryMathUtils 483 public static Matrix getCropSelectionToScreenMatrix(RectF outCrop, in getCropSelectionToScreenMatrix() method in GeometryMathUtils 487 return getCropSelectionToScreenMatrix(outCrop, holder, bitmapWidth, bitmapHeight, in getCropSelectionToScreenMatrix()
|
D | MasterImage.java | 588 m = GeometryMathUtils.getCropSelectionToScreenMatrix(null, holder, in computeImageToScreen()
|