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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ImageSource.cpp 84 return frameSizeAtIndex(0, shouldRespectOrientation);
87 IntSize ImageSource::frameSizeAtIndex(size_t index, RespectImageOrientationEnum shouldRespectOrientation) const
92 IntSize size = m_decoder->frameSizeAtIndex(index);
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/ico/
ICOImageDecoder.cpp 88 IntSize ICOImageDecoder::frameSizeAtIndex(size_t index) const
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
DeferredImageDecoder.cpp 144 IntSize DeferredImageDecoder::frameSizeAtIndex(size_t index) const
148 return m_actualDecoder ? m_actualDecoder->frameSizeAtIndex(index) : m_size;

Completed in 5747 milliseconds