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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 317 Matrix m = getCropSelectionToScreenMatrix(null, holder, width, height, frame.width(),
380 Matrix m = getCropSelectionToScreenMatrix(null, holder, (int) originalWidth,
407 Matrix m = getCropSelectionToScreenMatrix(crop, holder, photo.getWidth(), photo.getHeight(),
468 public static Matrix getCropSelectionToScreenMatrix(RectF outCrop, GeometryHolder holder,
483 public static Matrix getCropSelectionToScreenMatrix(RectF outCrop,
487 return getCropSelectionToScreenMatrix(outCrop, holder, bitmapWidth, bitmapHeight,
MasterImage.java 588 m = GeometryMathUtils.getCropSelectionToScreenMatrix(null, holder,

Completed in 51 milliseconds