webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
GIFLZWContext Class Reference

#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 ()
 

Constructor & Destructor Documentation

◆ GIFLZWContext()

GIFLZWContext::GIFLZWContext ( WebCore::GIFImageDecoder client,
const GIFFrameContext frameContext 
)
inline

Member Function Documentation

◆ doLZW()

bool GIFLZWContext::doLZW ( const unsigned char *  block,
size_t  bytesInBlock 
)

◆ hasRemainingRows()

bool GIFLZWContext::hasRemainingRows ( )
inline

◆ outputRow()

bool GIFLZWContext::outputRow ( )

◆ prepareToDecode()

bool GIFLZWContext::prepareToDecode ( )

The documentation for this class was generated from the following files: