#include <plgifdec.h>
Inheritance diagram for PLGIFDecoder:
Public Member Functions | |
void | DoDecode (PLBmp *pBmp, PLDataSource *pDataSrc) |
Implements the actual decoding process. | |
PLGIFDecoder () | |
virtual | ~PLGIFDecoder () |
|
Definition at line 41 of file plgifdec.cpp. |
|
Definition at line 48 of file plgifdec.cpp. |
|
Implements the actual decoding process. Uses variables local to the object to retrieve and store the data. Implemented in derived classes. This routine should never be called. It's here so derived classes can override MakeDIB directly if they want to. (CAnyDecoder does this). Reimplemented from PLPicDecoder. Definition at line 64 of file plgifdec.cpp. References PLBmp::Create(), PLBmp::GetLineArray(), GIF_Read_Data(), InterlacedOffset, PLASSERT, PLBYTE, and PLBmp::SetPaletteEntry(). |
Here is the call graph for this function: