#include "plstdpch.h"
#include "plgifdec.h"
#include "planybmp.h"
#include "gif_lib.h"
#include <stdio.h>
Include dependency graph for plgifdec.cpp:
Go to the source code of this file.
Defines | |
#define | DOEXTERNGIF |
Functions | |
int | GIF_Read_Data (GifFileType *pGifFile, GifByteType *pByteType, int length) |
Variables | |
int | InterlacedOffset [] |
|
Definition at line 21 of file plgifdec.cpp. |
|
Definition at line 53 of file plgifdec.cpp. References PLBYTE, and PLDataSource::ReadNBytes(). Referenced by PLGIFDecoder::DoDecode(). |
Here is the call graph for this function:
|
Initial value: { 0, 4, 2, 1 } InterlacedJumps[] = { 8, 8, 4, 2 } Definition at line 34 of file plgifdec.cpp. Referenced by PLGIFDecoder::DoDecode(). |