Searched refs:GifByteType (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | dgif_lib.c | 124 static MS_U32 DGifBufferedInput(GifFileType *GifFile, GifByteType *Buf, 125 GifByteType *NextByte); 155 MS_U32 read_byte(GifFileType* gif,GifByteType* buf,MS_U32 len) in read_byte() 178 buf[i] = (GifByteType)read_bits(8); in read_byte() 184 MS_U32 READ_ram(GifFileType* gif,GifByteType* buf,MS_U32 len) in READ_ram() 252 void FillBkColor(GifFileType *GifFile, GifByteType* framebuff, MS_U32 ocolor, in FillBkColor() 255 GifByteType red = 0; in FillBkColor() 256 GifByteType green = 0; in FillBkColor() 257 GifByteType blue = 0; in FillBkColor() 258 GifByteType alpha = 0xFF; in FillBkColor() [all …]
|
| H A D | gif_lib.h | 133 typedef MS_U8 GifByteType; typedef 142 GifByteType Red, Green, Blue; 209 typedef MS_U32 (*InputFunc)(GifFileType*,GifByteType*,int); 214 typedef MS_U32 (*OutputFunc)(GifFileType *, const GifByteType *, int); 252 const GifByteType *GifCodeBlock); 253 MS_U32 EGifPutCodeNext(GifFileType *GifFile, const GifByteType *GifCodeBlock); 274 GifFileType *MstDGifOpenFileHandle(MS_U32 GifFileHandle,InputFunc read_fun, GifByteType* bitstream); 284 GifByteType **GifExtension); 285 MS_U32 MstDGifGetExtensionNext(GifFileType *GifFile, GifByteType **GifExtension); 287 GifByteType **GifCodeBlock); [all …]
|
| H A D | gif_lib_private.h | 119 GifByteType Buf[256]; /* Compressed input is buffered here. */ 120 GifByteType Stack[LZ_MAX_CODE]; /* Decoded pixels are stacked here. */ 121 GifByteType Suffix[LZ_MAX_CODE+1]; /* So we can trace the codes. */
|