Searched refs:GIFLZWContext (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageReader.h84 class GIFLZWContext { class
87 GIFLZWContext(WebCore::GIFImageDecoder* client, const GIFFrameContext* frameContext) function in class:GIFLZWContext
268 OwnPtr<GIFLZWContext> m_lzwContext;
H A DGIFImageReader.cpp100 bool GIFLZWContext::outputRow(GIFRow::const_iterator rowBegin)
202 bool GIFLZWContext::doLZW(const unsigned char* block, size_t bytesInBlock)
330 // Wait for more data to properly initialize GIFLZWContext.
334 m_lzwContext = adoptPtr(new GIFLZWContext(client, this));
751 bool GIFLZWContext::prepareToDecode()

Completed in 29 milliseconds