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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageSource.cpp 89 return frameSizeAtIndex(0, shouldRespectOrientation);
92 IntSize ImageSource::frameSizeAtIndex(size_t index, RespectImageOrientationEnum shouldRespectOrientation) const
97 IntSize size = m_decoder->frameSizeAtIndex(index);
ImageSource.h 107 IntSize frameSizeAtIndex(size_t, RespectImageOrientationEnum = DoNotRespectImageOrientation) const;
DeferredImageDecoder.h 67 IntSize frameSizeAtIndex(size_t index) const;
DeferredImageDecoder.cpp 141 IntSize DeferredImageDecoder::frameSizeAtIndex(size_t index) const
145 return m_actualDecoder ? m_actualDecoder->frameSizeAtIndex(index) : m_size;
BitmapImage.cpp 169 const IntSize frameSize(index ? m_source.frameSizeAtIndex(index) : m_size);
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebImageSkia.cpp 67 const IntSize frameSize = decoder->frameSizeAtIndex(i);
115 const IntSize frameSize = decoder->frameSizeAtIndex(i);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder.h 51 virtual IntSize frameSizeAtIndex(size_t) const OVERRIDE;
ICOImageDecoder.cpp 88 IntSize ICOImageDecoder::frameSizeAtIndex(size_t index) const
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h 130 virtual IntSize frameSizeAtIndex(size_t) const

Completed in 67 milliseconds