Searched defs:ImageOrientation (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageOrientation.h57 class PLATFORM_EXPORT ImageOrientation { class in namespace:blink
59 ImageOrientation(ImageOrientationEnum orientation = DefaultImageOrientation) function in class:blink::ImageOrientation
72 static ImageOrientation fromEXIFValue(int exifValue)
84 inline bool operator==(const ImageOrientation& other) const { return other.m_orientation == m_orientation; }
85 inline bool operator!=(const ImageOrientation& other) const { return !(*this == other); }

Completed in 43 milliseconds