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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageSource.cpp 83 return frameSizeAtIndex(0, shouldRespectOrientation);
86 IntSize ImageSource::frameSizeAtIndex(size_t index, RespectImageOrientationEnum shouldRespectOrientation) const
91 IntSize size = m_decoder->frameSizeAtIndex(index);
DeferredImageDecoder.cpp 138 IntSize DeferredImageDecoder::frameSizeAtIndex(size_t index) const
142 return m_actualDecoder ? m_actualDecoder->frameSizeAtIndex(index) : m_size;
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder.cpp 88 IntSize ICOImageDecoder::frameSizeAtIndex(size_t index) const
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h 111 virtual IntSize frameSizeAtIndex(size_t) const

Completed in 200 milliseconds