Searched refs:ImageOrientation (Results 1 - 25 of 25) 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); }
H A DFrameData.h31 #include "platform/graphics/ImageOrientation.h"
51 ImageOrientation m_orientation;
H A DImageOrientation.cpp28 #include "platform/graphics/ImageOrientation.h"
34 AffineTransform ImageOrientation::transformFromDefault(const FloatSize& drawnSize) const
H A DDeferredImageDecoder.h75 ImageOrientation orientation() const;
95 ImageOrientation m_orientation;
H A DImageSource.h30 #include "platform/graphics/ImageOrientation.h"
38 class ImageOrientation;
123 ImageOrientation orientationAtIndex(size_t) const; // EXIF image orientation
H A DBitmapImage.h35 #include "platform/graphics/ImageOrientation.h"
84 ImageOrientation currentFrameOrientation();
116 ImageOrientation frameOrientationAtIndex(size_t);
H A DImageSource.cpp153 ImageOrientation ImageSource::orientationAtIndex(size_t) const
H A DBitmapImage.cpp284 ImageOrientation orientation = DefaultImageOrientation;
292 // ImageOrientation expects the origin to be at (0, 0)
404 ImageOrientation BitmapImage::currentFrameOrientation()
409 ImageOrientation BitmapImage::frameOrientationAtIndex(size_t index)
H A DDeferredImageDecoder.cpp199 ImageOrientation DeferredImageDecoder::orientation() const
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.h67 void setOrientation(ImageOrientation orientation) { m_orientation = orientation; }
H A DJPEGImageDecoder.cpp183 static ImageOrientation readImageOrientation(jpeg_decompress_struct* info)
220 return ImageOrientation::fromEXIFValue(readUint16(ifd + 8, isBigEndian));
224 return ImageOrientation();
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageDecoder.h170 ImageOrientation orientation() const { return m_orientation; }
304 ImageOrientation m_orientation;
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDragImage.cpp79 ImageOrientation orientation = DefaultImageOrientation;
H A Dblink_platform.target.darwin-arm.mk324 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
H A Dblink_platform.target.darwin-arm64.mk323 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
H A Dblink_platform.target.darwin-mips.mk323 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
H A Dblink_platform.target.darwin-mips64.mk323 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
H A Dblink_platform.target.darwin-x86.mk323 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
H A Dblink_platform.target.darwin-x86_64.mk323 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
H A Dblink_platform.target.linux-arm.mk324 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
H A Dblink_platform.target.linux-arm64.mk323 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
H A Dblink_platform.target.linux-mips.mk323 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
H A Dblink_platform.target.linux-mips64.mk323 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
H A Dblink_platform.target.linux-x86.mk323 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
H A Dblink_platform.target.linux-x86_64.mk323 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \

Completed in 2348 milliseconds