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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageSource.h 123 ImageOrientation orientationAtIndex(size_t) const; // EXIF image orientation
ImageSource.cpp 153 ImageOrientation ImageSource::orientationAtIndex(size_t) const
BitmapImage.cpp 161 m_frames[index].m_orientation = m_source.orientationAtIndex(index);
417 return m_source.orientationAtIndex(index);

Completed in 3339 milliseconds