OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageOrientation
(Results
1 - 19
of
19
) 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"
61
ImageOrientation
m_orientation;
ImageSource.h
30
#include "platform/graphics/
ImageOrientation
.h"
39
class
ImageOrientation
;
119
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
72
ImageOrientation
orientation() const;
93
ImageOrientation
m_orientation;
BitmapImage.h
35
#include "platform/graphics/
ImageOrientation
.h"
81
ImageOrientation
currentFrameOrientation();
111
ImageOrientation
frameOrientationAtIndex(size_t);
ImageSource.cpp
147
ImageOrientation
ImageSource::orientationAtIndex(size_t) const
BitmapImage.cpp
273
ImageOrientation
orientation = DefaultImageOrientation;
281
//
ImageOrientation
expects the origin to be at (0, 0)
374
ImageOrientation
BitmapImage::currentFrameOrientation()
379
ImageOrientation
BitmapImage::frameOrientationAtIndex(size_t index)
DeferredImageDecoder.cpp
196
ImageOrientation
DeferredImageDecoder::orientation() const
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.h
61
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
154
ImageOrientation
orientation() const { return m_orientation; }
268
ImageOrientation
m_orientation;
/external/chromium_org/third_party/WebKit/Source/core/platform/
DragImage.cpp
78
ImageOrientation
orientation = DefaultImageOrientation;
/external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk
314
third_party/WebKit/Source/platform/graphics/
ImageOrientation
.cpp \
[
all
...]
blink_platform.target.darwin-mips.mk
313
third_party/WebKit/Source/platform/graphics/
ImageOrientation
.cpp \
[
all
...]
blink_platform.target.darwin-x86.mk
313
third_party/WebKit/Source/platform/graphics/
ImageOrientation
.cpp \
[
all
...]
blink_platform.target.linux-arm.mk
314
third_party/WebKit/Source/platform/graphics/
ImageOrientation
.cpp \
[
all
...]
blink_platform.target.linux-mips.mk
313
third_party/WebKit/Source/platform/graphics/
ImageOrientation
.cpp \
[
all
...]
blink_platform.target.linux-x86.mk
313
third_party/WebKit/Source/platform/graphics/
ImageOrientation
.cpp \
[
all
...]
Completed in 87 milliseconds