Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageOrientation.h72 static ImageOrientation fromEXIFValue(int exifValue) in fromEXIFValue() function
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
DJPEGImageDecoder.cpp220 return ImageOrientation::fromEXIFValue(readUint16(ifd + 8, isBigEndian)); in readImageOrientation()