Home
last modified time | relevance | path

Searched refs:rotateImageExif (Results 1 – 2 of 2) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DTransformationUtils.java256 public static Bitmap rotateImageExif(Bitmap toOrient, BitmapPool pool, int exifOrientation) { in rotateImageExif() method in TransformationUtils
DDownsampler.java154 rotated = TransformationUtils.rotateImageExif(downsampled, pool, orientation); in decode()