Searched defs:GifByteType (Results 1 - 1 of 1) sorted by last modified time

/external/giflib/
H A Dgif_lib.h50 typedef unsigned char GifByteType; typedef
69 GifByteType Red, Green, Blue;
115 typedef int (*InputFunc) (GifFileType *, GifByteType *, int);
120 typedef int (*OutputFunc) (GifFileType *, const GifByteType *, int);
163 const GifByteType * GifCodeBlock);
165 const GifByteType * GifCodeBlock);
197 GifByteType ** GifExtension);
198 int DGifGetExtensionNext(GifFileType * GifFile, GifByteType ** GifExtension);
200 GifByteType ** GifCodeBlock);
201 int DGifGetCodeNext(GifFileType * GifFile, GifByteType ** GifCodeBloc
[all...]

Completed in 50 milliseconds