Searched refs:haltAtFrame (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/image-decoders/gif/
H A DGIFImageDecoder.h66 // including) |haltAtFrame|. Otherwise, decodes as much as is needed to
69 void decode(unsigned haltAtFrame, GIFQuery);
H A DGIFImageReader.h202 WebCore::GIFImageDecoder::GIFQuery query = WebCore::GIFImageDecoder::GIFFullQuery, unsigned haltAtFrame = -1);
H A DGIFImageDecoder.cpp309 void GIFImageDecoder::decode(unsigned haltAtFrame, GIFQuery query) argument
319 if (!m_reader->read((const unsigned char*)m_data->data() + m_readOffset, m_data->size() - m_readOffset, query, haltAtFrame) && isAllDataReceived())
H A DGIFImageReader.cpp387 GIFImageDecoder::GIFQuery query, unsigned haltAtFrame)
751 if (query == GIFImageDecoder::GIFSizeQuery || haltAtFrame == images_decoded) {
386 read(const unsigned char *buf, unsigned len, GIFImageDecoder::GIFQuery query, unsigned haltAtFrame) argument

Completed in 41 milliseconds