HomeSort by relevance Sort by last modified time
    Searched refs:ImageOrientation (Results 1 - 25 of 25) 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"
38 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 75 ImageOrientation orientation() const;
95 ImageOrientation m_orientation;
BitmapImage.h 35 #include "platform/graphics/ImageOrientation.h"
84 ImageOrientation currentFrameOrientation();
116 ImageOrientation frameOrientationAtIndex(size_t);
ImageSource.cpp 153 ImageOrientation ImageSource::orientationAtIndex(size_t) const
BitmapImage.cpp 284 ImageOrientation orientation = DefaultImageOrientation;
292 // ImageOrientation expects the origin to be at (0, 0)
404 ImageOrientation BitmapImage::currentFrameOrientation()
409 ImageOrientation BitmapImage::frameOrientationAtIndex(size_t index)
DeferredImageDecoder.cpp 199 ImageOrientation DeferredImageDecoder::orientation() const
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.h 67 void setOrientation(ImageOrientation orientation) { m_orientation = orientation; }
JPEGImageDecoder.cpp 183 static ImageOrientation readImageOrientation(jpeg_decompress_struct* info)
220 return ImageOrientation::fromEXIFValue(readUint16(ifd + 8, isBigEndian));
224 return ImageOrientation();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h 170 ImageOrientation orientation() const { return m_orientation; }
304 ImageOrientation m_orientation;
  /external/chromium_org/third_party/WebKit/Source/platform/
DragImage.cpp 79 ImageOrientation orientation = DefaultImageOrientation;
blink_platform.target.darwin-arm.mk 324 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
    [all...]
blink_platform.target.darwin-arm64.mk 323 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 323 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
    [all...]
blink_platform.target.darwin-mips64.mk 323 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 323 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
    [all...]
blink_platform.target.darwin-x86_64.mk 323 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
    [all...]
blink_platform.target.linux-arm.mk 324 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
    [all...]
blink_platform.target.linux-arm64.mk 323 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
    [all...]
blink_platform.target.linux-mips.mk 323 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
    [all...]
blink_platform.target.linux-mips64.mk 323 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
    [all...]
blink_platform.target.linux-x86.mk 323 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
    [all...]
blink_platform.target.linux-x86_64.mk 323 third_party/WebKit/Source/platform/graphics/ImageOrientation.cpp \
    [all...]

Completed in 4039 milliseconds