Home
last modified time | relevance | path

Searched refs:GifByteType (Results 1 – 7 of 7) sorted by relevance

/external/giflib/
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 ** GifCodeBlock);
[all …]
Ddgif_lib.c57 static int DGifBufferedInput(GifFileType *GifFile, GifByteType *Buf,
58 GifByteType *NextByte);
236 GifByteType Buf[3]; in DGifGetScreenDesc()
291 GifByteType Buf; in DGifGetRecordType()
332 GifByteType Buf[3]; in DGifGetImageDesc()
431 GifByteType *Dummy;
474 GifByteType *Dummy;
517 GifByteType ** Extension) {
519 GifByteType Buf;
544 GifByteType ** Extension) {
[all …]
Dgif_lib_private.h50 GifByteType Buf[256]; /* Compressed input is buffered here. */
51 GifByteType Stack[LZ_MAX_CODE]; /* Decoded pixels are stacked here. */
52 GifByteType Suffix[LZ_MAX_CODE + 1]; /* So we can trace the codes. */
/external/skia/legacy/src/images/
DSkImageDecoder_libgif.cpp94 static int DecodeCallBackProc(GifFileType* fileType, GifByteType* out, in DecodeCallBackProc()
168 GifByteType *extData; in onDecode()
DSkMovie_gif.cpp36 static int Decode(GifFileType* fileType, GifByteType* out, int size) { in Decode()
/external/skia/src/images/
DSkImageDecoder_libgif.cpp94 static int DecodeCallBackProc(GifFileType* fileType, GifByteType* out, in DecodeCallBackProc()
176 GifByteType *extData;
DSkMovie_gif.cpp36 static int Decode(GifFileType* fileType, GifByteType* out, int size) { in Decode()