Searched refs:GIF_ERROR (Results 1 – 4 of 4) sorted by relevance
151 if (DGifGetScreenDesc(GifFile) == GIF_ERROR) { in DGifOpenFileHandle()217 if (DGifGetScreenDesc(GifFile) == GIF_ERROR) { in DGifOpen()242 return GIF_ERROR; in DGifGetScreenDesc()246 if (DGifGetWord(GifFile, &GifFile->SWidth) == GIF_ERROR || in DGifGetScreenDesc()247 DGifGetWord(GifFile, &GifFile->SHeight) == GIF_ERROR) in DGifGetScreenDesc()248 return GIF_ERROR; in DGifGetScreenDesc()252 return GIF_ERROR; in DGifGetScreenDesc()262 return GIF_ERROR; in DGifGetScreenDesc()271 return GIF_ERROR; in DGifGetScreenDesc()297 return GIF_ERROR; in DGifGetRecordType()[all …]
265 return (GIF_ERROR); in AddExtensionBlock()272 return (GIF_ERROR); in AddExtensionBlock()
25 #define GIF_ERROR 0 macro
172 if (DGifGetRecordType(gif, &recType) == GIF_ERROR) { in onDecode()178 if (DGifGetImageDesc(gif) == GIF_ERROR) { in onDecode()287 if (DGifGetLine(gif, row, innerWidth) == GIF_ERROR) { in onDecode()297 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) { in onDecode()308 &extData) == GIF_ERROR) { in onDecode()315 &extData[1]) == GIF_ERROR) { in onDecode()318 if (DGifGetExtensionNext(gif, &extData) == GIF_ERROR) { in onDecode()