OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getexiforientationdegrees
(Results
1 - 2
of
2
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
TransformationUtils.java
164
return
getExifOrientationDegrees
(orientation);
226
public static int
getExifOrientationDegrees
(int exifOrientation) {
Downsampler.java
137
final int degreesToRotate = TransformationUtils.
getExifOrientationDegrees
(orientation);
Completed in 77 milliseconds