Searched defs:frameSizeAtIndex (Results 1 - 4 of 4) 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.cpp141 IntSize DeferredImageDecoder::frameSizeAtIndex(size_t index) const function in class:blink::DeferredImageDecoder
145 return m_actualDecoder ? m_actualDecoder->frameSizeAtIndex(index) : m_size;
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
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 153 milliseconds