Home
last modified time | relevance | path

Searched refs:DGifCloseFile (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/images/
DSkMovie_gif.cpp20 #define DGifCloseFile(a, b) DGifCloseFile(a) macro
57 DGifCloseFile(fGIF, NULL); in SkGIFMovie()
67 DGifCloseFile(fGIF, NULL); in ~SkGIFMovie()
DSkImageDecoder_libgif.cpp236 return DGifCloseFile(gif); in close_gif()
238 return DGifCloseFile(gif, NULL); in close_gif()
/external/skia/src/codec/
DSkCodec_libgif.cpp75 DGifCloseFile(gif); in CloseGif()
77 DGifCloseFile(gif, NULL); in CloseGif()
/external/giflib/
Dgif_lib.h181 int DGifCloseFile(GifFileType * GifFile);
Ddgif_lib.c615 DGifCloseFile(GifFileType *GifFile) in DGifCloseFile() function