Searched refs:DGifCloseFile (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/third_party/externals/libwebp/examples/ |
D | anim_util.c | 373 #define DGifCloseFile(a, b) DGifCloseFile(a) macro 526 DGifCloseFile(gif, NULL); in ReadAnimatedGIF() 537 DGifCloseFile(gif, NULL); in ReadAnimatedGIF() 545 DGifCloseFile(gif, NULL); in ReadAnimatedGIF() 556 DGifCloseFile(gif, NULL); in ReadAnimatedGIF() 662 DGifCloseFile(gif, NULL); in ReadAnimatedGIF() 669 DGifCloseFile(gif, NULL); in ReadAnimatedGIF() 675 DGifCloseFile(gif, NULL); in ReadAnimatedGIF()
|
D | gif2webp.c | 587 DGifCloseFile(gif, &gif_error); in main() 589 DGifCloseFile(gif); in main()
|
/third_party/flutter/skia/third_party/externals/libwebp/examples/ |
D | anim_util.c | 373 #define DGifCloseFile(a, b) DGifCloseFile(a) macro 526 DGifCloseFile(gif, NULL); in ReadAnimatedGIF() 537 DGifCloseFile(gif, NULL); in ReadAnimatedGIF() 545 DGifCloseFile(gif, NULL); in ReadAnimatedGIF() 556 DGifCloseFile(gif, NULL); in ReadAnimatedGIF() 662 DGifCloseFile(gif, NULL); in ReadAnimatedGIF() 669 DGifCloseFile(gif, NULL); in ReadAnimatedGIF() 675 DGifCloseFile(gif, NULL); in ReadAnimatedGIF()
|
D | gif2webp.c | 585 DGifCloseFile(gif, &gif_error); in main() 587 DGifCloseFile(gif); in main()
|
/third_party/flutter/skia/third_party/externals/wuffs/test/c/mimiclib/ |
D | gif.c | 86 int close_status = DGifCloseFile(f, NULL); in mimic_gif_decode() 88 int close_status = DGifCloseFile(f); in mimic_gif_decode()
|
/third_party/giflib/ |
D | gifclrmp.c | 137 DGifCloseFile(GifFileIn, NULL); in main() 164 DGifCloseFile(GifFileIn, NULL); in main() 255 if (DGifCloseFile(GifFileIn, &ErrorCode) == GIF_ERROR) in main()
|
D | gifbuild.c | 301 DGifCloseFile(Inclusion, NULL); in Icon2Gif() 322 if (Inclusion != NULL) DGifCloseFile(Inclusion, NULL); in Icon2Gif() 343 if (Inclusion != NULL) DGifCloseFile(Inclusion, NULL); in Icon2Gif() 358 (void) DGifCloseFile(Inclusion, NULL); in Icon2Gif() 883 if (DGifCloseFile(GifFile, &ErrorCode) == GIF_ERROR) { in Gif2Icon()
|
D | gifsponge.c | 81 if (DGifCloseFile(GifFileIn, &ErrorCode) == GIF_ERROR) in main()
|
D | giffilter.c | 140 if (DGifCloseFile(GifFileIn, &ErrorCode) == GIF_ERROR) in main()
|
D | giffix.c | 190 if (DGifCloseFile(GifFileIn, &ErrorCode) == GIF_ERROR) { in main()
|
D | gifhisto.c | 173 if (DGifCloseFile(GifFileIn, &ErrorCode) == GIF_ERROR) in main()
|
D | gif_lib.h | 185 int DGifCloseFile(GifFileType * GifFile, int *ErrorCode);
|
D | giftool.c | 573 else if (DGifCloseFile(GifFileIn, &ErrorCode) == GIF_ERROR) in main()
|
D | giftext.c | 300 if (DGifCloseFile(GifFile, &ErrorCode) == GIF_ERROR) { in main()
|
D | gif2rgb.c | 489 if (DGifCloseFile(GifFile, &Error) == GIF_ERROR) { in GIF2RGB()
|
D | dgif_lib.c | 673 DGifCloseFile(GifFileType *GifFile, int *ErrorCode) in DGifCloseFile() function
|
D | NEWS | 638 * When closing a gif that had a local colormap, DGifCloseFile would attempt
|