Searched refs:ImageOrientation (Results 1 – 20 of 20) sorted by relevance
57 class PLATFORM_EXPORT ImageOrientation {59 ImageOrientation(ImageOrientationEnum orientation = DefaultImageOrientation)72 static ImageOrientation fromEXIFValue(int exifValue) in fromEXIFValue()84 …inline bool operator==(const ImageOrientation& other) const { return other.m_orientation == m_orie…85 inline bool operator!=(const ImageOrientation& other) const { return !(*this == other); }
39 class ImageOrientation; variable119 ImageOrientation orientationAtIndex(size_t) const; // EXIF image orientation
72 ImageOrientation orientation() const;93 ImageOrientation m_orientation;
81 ImageOrientation currentFrameOrientation();111 ImageOrientation frameOrientationAtIndex(size_t);
61 ImageOrientation m_orientation;
34 AffineTransform ImageOrientation::transformFromDefault(const FloatSize& drawnSize) const in transformFromDefault()
273 ImageOrientation orientation = DefaultImageOrientation; in draw()374 ImageOrientation BitmapImage::currentFrameOrientation() in currentFrameOrientation()379 ImageOrientation BitmapImage::frameOrientationAtIndex(size_t index) in frameOrientationAtIndex()
147 ImageOrientation ImageSource::orientationAtIndex(size_t) const in orientationAtIndex()
196 ImageOrientation DeferredImageDecoder::orientation() const in orientation()
154 ImageOrientation orientation() const { return m_orientation; } in orientation()268 ImageOrientation m_orientation;
61 void setOrientation(ImageOrientation orientation) { m_orientation = orientation; } in setOrientation()
173 static ImageOrientation readImageOrientation(jpeg_decompress_struct* info) in readImageOrientation()210 return ImageOrientation::fromEXIFValue(readUint16(ifd + 8, isBigEndian)); in readImageOrientation()214 return ImageOrientation(); in readImageOrientation()
78 ImageOrientation orientation = DefaultImageOrientation; in create()
623 'graphics/ImageOrientation.cpp',624 'graphics/ImageOrientation.h',
313 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
314 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \