Searched refs:GifByteType (Results 1 – 7 of 7) sorted by relevance
/external/giflib/ |
D | gif_lib.h | 50 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 …]
|
D | dgif_lib.c | 57 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 …]
|
D | gif_lib_private.h | 50 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/ |
D | SkImageDecoder_libgif.cpp | 94 static int DecodeCallBackProc(GifFileType* fileType, GifByteType* out, in DecodeCallBackProc() 168 GifByteType *extData; in onDecode()
|
D | SkMovie_gif.cpp | 36 static int Decode(GifFileType* fileType, GifByteType* out, int size) { in Decode()
|
/external/skia/src/images/ |
D | SkImageDecoder_libgif.cpp | 94 static int DecodeCallBackProc(GifFileType* fileType, GifByteType* out, in DecodeCallBackProc() 176 GifByteType *extData;
|
D | SkMovie_gif.cpp | 36 static int Decode(GifFileType* fileType, GifByteType* out, int size) { in Decode()
|