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 89 return frameSizeAtIndex(0, shouldRespectOrientation);
92 IntSize ImageSource::frameSizeAtIndex(size_t index, RespectImageOrientationEnum shouldRespectOrientation) const
97 IntSize size = m_decoder->frameSizeAtIndex(index);
DeferredImageDecoder.cpp 141 IntSize DeferredImageDecoder::frameSizeAtIndex(size_t index) const
145 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 130 virtual IntSize frameSizeAtIndex(size_t) const

Completed in 152 milliseconds