Searched refs:frameSizeAtIndex (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageSource.cpp89 return frameSizeAtIndex(0, shouldRespectOrientation);
92 IntSize ImageSource::frameSizeAtIndex(size_t index, RespectImageOrientationEnum shouldRespectOrientation) const function in class:blink::ImageSource
97 IntSize size = m_decoder->frameSizeAtIndex(index);
H A DDeferredImageDecoder.h67 IntSize frameSizeAtIndex(size_t index) const;
H A DImageSource.h107 IntSize frameSizeAtIndex(size_t, RespectImageOrientationEnum = DoNotRespectImageOrientation) const;
H A DDeferredImageDecoder.cpp141 IntSize DeferredImageDecoder::frameSizeAtIndex(size_t index) const function in class:blink::DeferredImageDecoder
145 return m_actualDecoder ? m_actualDecoder->frameSizeAtIndex(index) : m_size;
H A DBitmapImage.cpp169 const IntSize frameSize(index ? m_source.frameSizeAtIndex(index) : m_size);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebImageSkia.cpp67 const IntSize frameSize = decoder->frameSizeAtIndex(i);
115 const IntSize frameSize = decoder->frameSizeAtIndex(i);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
H A DICOImageDecoder.h51 virtual IntSize frameSizeAtIndex(size_t) const OVERRIDE;
H A DICOImageDecoder.cpp88 IntSize ICOImageDecoder::frameSizeAtIndex(size_t index) const function in class:blink::ICOImageDecoder
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageDecoder.h130 virtual IntSize frameSizeAtIndex(size_t) const function in class:blink::ImageDecoder

Completed in 176 milliseconds