webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <GIFImageReader.h>
Public Member Functions | |
GIFLZWContext (WebCore::GIFImageDecoder *client, const GIFFrameContext *frameContext) | |
bool | prepareToDecode () |
bool | outputRow () |
bool | doLZW (const unsigned char *block, size_t bytesInBlock) |
bool | hasRemainingRows () |
|
inline |
bool GIFLZWContext::doLZW | ( | const unsigned char * | block, |
size_t | bytesInBlock | ||
) |
|
inline |
bool GIFLZWContext::outputRow | ( | ) |
bool GIFLZWContext::prepareToDecode | ( | ) |