Home | History | Annotate | Download | only in giflib

Lines Matching refs:GifByteType

31 typedef unsigned char GifByteType;
36 GifByteType Red, Green, Blue;
54 GifByteType *Bytes; /* on malloc(3) heap */
65 GifByteType *RasterBits; /* on malloc(3) heap */
74 GifByteType AspectByte; /* Used to compute pixel aspect ratio */
97 typedef int (*InputFunc) (GifFileType *, GifByteType *, int);
102 typedef int (*OutputFunc) (GifFileType *, const GifByteType *, int);
168 const GifByteType *GifCodeBlock);
170 const GifByteType *GifCodeBlock);
205 GifByteType **GifExtension);
206 int DGifGetExtensionNext(GifFileType *GifFile, GifByteType **GifExtension);
208 GifByteType **GifCodeBlock);
209 int DGifGetCodeNext(GifFileType *GifFile, GifByteType **GifCodeBlock);
217 int *ColorMapSize, GifByteType * RedInput,
218 GifByteType * GreenInput, GifByteType * BlueInput,
219 GifByteType * OutputBuffer,
264 const GifByteType *GifExtension,
267 GifByteType *GifExtension);