Home
last modified time | relevance | path

Searched refs:orientationAtIndex (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageSource.h119 ImageOrientation orientationAtIndex(size_t) const; // EXIF image orientation
DImageSource.cpp147 ImageOrientation ImageSource::orientationAtIndex(size_t) const in orientationAtIndex() function in WebCore::ImageSource
DBitmapImage.cpp148 m_frames[index].m_orientation = m_source.orientationAtIndex(index); in cacheFrame()
387 return m_source.orientationAtIndex(index); in frameOrientationAtIndex()