Searched refs:GIF_ERROR (Results 1 – 6 of 6) sorted by relevance
/external/giflib/ |
D | dgif_lib.c | 140 if (DGifGetScreenDesc(GifFile) == GIF_ERROR) { in DGifOpenFileHandle() 215 if (DGifGetScreenDesc(GifFile) == GIF_ERROR) { in DGifOpen() 246 return GIF_ERROR; in DGifGetScreenDesc() 250 if (DGifGetWord(GifFile, &GifFile->SWidth) == GIF_ERROR || in DGifGetScreenDesc() 251 DGifGetWord(GifFile, &GifFile->SHeight) == GIF_ERROR) in DGifGetScreenDesc() 252 return GIF_ERROR; in DGifGetScreenDesc() 258 return GIF_ERROR; in DGifGetScreenDesc() 271 return GIF_ERROR; in DGifGetScreenDesc() 282 return GIF_ERROR; in DGifGetScreenDesc() 307 return GIF_ERROR; in DGifGetRecordType() [all …]
|
D | egif_lib.c | 279 return GIF_ERROR; in EGifPutScreenDesc() 284 return GIF_ERROR; in EGifPutScreenDesc() 293 return GIF_ERROR; in EGifPutScreenDesc() 305 return GIF_ERROR; in EGifPutScreenDesc() 342 return GIF_ERROR; in EGifPutScreenDesc() 373 return GIF_ERROR; in EGifPutImageDesc() 378 return GIF_ERROR; in EGifPutImageDesc() 394 return GIF_ERROR; in EGifPutImageDesc() 422 return GIF_ERROR; in EGifPutImageDesc() 428 return GIF_ERROR; in EGifPutImageDesc() [all …]
|
D | gifalloc.c | 239 return (GIF_ERROR); in GifAddExtensionBlock() 244 return (GIF_ERROR); in GifAddExtensionBlock() 252 return (GIF_ERROR); in GifAddExtensionBlock()
|
D | quantize.c | 78 return GIF_ERROR; in GifQuantizeBuffer() 130 return GIF_ERROR; in GifQuantizeBuffer() 231 return GIF_ERROR; in SubdivColorMap()
|
D | gif_lib.h | 18 #define GIF_ERROR 0 macro
|
/external/oss-fuzz/projects/giflib/ |
D | egif_fuzz_common.cc | 80 output_buf, output_color_map->Colors) == GIF_ERROR) in rgb_to_gif() 131 …fPutScreenDesc(GifFile, GIF_IMAGE_WIDTH, height, color_map_size, 0, output_color_map) == GIF_ERROR) in rgb_to_gif() 148 if (EGifPutImageDesc(GifFile, 0, 0, GIF_IMAGE_WIDTH, height, false, NULL) == GIF_ERROR) in rgb_to_gif() 168 if (EGifPutLine(GifFile, output_bufp, GIF_IMAGE_WIDTH) == GIF_ERROR) in rgb_to_gif()
|