Searched defs:GifByteType (Results 1 - 1 of 1) sorted by relevance

/external/giflib/
H A Dgif_lib.h31 typedef unsigned char GifByteType; typedef
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 **GifExtensio
[all...]

Completed in 331 milliseconds