HomeSort by relevance Sort by last modified time
    Searched refs:ImageOrientation (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageOrientation.h 57 class PLATFORM_EXPORT ImageOrientation {
59 ImageOrientation(ImageOrientationEnum orientation = DefaultImageOrientation)
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); }
FrameData.h 31 #include "platform/graphics/ImageOrientation.h"
51 ImageOrientation m_orientation;
ImageSource.h 30 #include "platform/graphics/ImageOrientation.h"
39 class ImageOrientation;
123 ImageOrientation orientationAtIndex(size_t) const; // EXIF image orientation
ImageOrientation.cpp 28 #include "platform/graphics/ImageOrientation.h"
34 AffineTransform ImageOrientation::transformFromDefault(const FloatSize& drawnSize) const
DeferredImageDecoder.h 74 ImageOrientation orientation() const;
94 ImageOrientation m_orientation;
BitmapImage.h 35 #include "platform/graphics/ImageOrientation.h"
84 ImageOrientation currentFrameOrientation();
114 ImageOrientation frameOrientationAtIndex(size_t);
ImageSource.cpp 152 ImageOrientation ImageSource::orientationAtIndex(size_t) const
BitmapImage.cpp 285 ImageOrientation orientation = DefaultImageOrientation;
293 // ImageOrientation expects the origin to be at (0, 0)
386 ImageOrientation BitmapImage::currentFrameOrientation()
391 ImageOrientation BitmapImage::frameOrientationAtIndex(size_t index)
DeferredImageDecoder.cpp 202 ImageOrientation DeferredImageDecoder::orientation() const
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.h 62 void setOrientation(ImageOrientation orientation) { m_orientation = orientation; }
JPEGImageDecoder.cpp 173 static ImageOrientation readImageOrientation(jpeg_decompress_struct* info)
210 return ImageOrientation::fromEXIFValue(readUint16(ifd + 8, isBigEndian));
214 return ImageOrientation();
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h 150 ImageOrientation orientation() const { return m_orientation; }
280 ImageOrientation m_orientation;
  /external/chromium_org/third_party/WebKit/Source/platform/
DragImage.cpp 79 ImageOrientation orientation = DefaultImageOrientation;
blink_platform.target.darwin-arm.mk 320 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
    [all...]
blink_platform.target.darwin-arm64.mk 319 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 319 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 319 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
    [all...]
blink_platform.target.darwin-x86_64.mk 319 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
    [all...]
blink_platform.target.linux-arm.mk 320 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
    [all...]
blink_platform.target.linux-arm64.mk 319 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
    [all...]
blink_platform.target.linux-mips.mk 319 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
    [all...]
blink_platform.target.linux-x86.mk 319 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
    [all...]
blink_platform.target.linux-x86_64.mk 319 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
    [all...]

Completed in 262 milliseconds