Home
last modified time | relevance | path

Searched refs:DGifGetExtensionNext (Results 1 – 3 of 3) sorted by relevance

/external/giflib/
Ddgif_lib.c534 return DGifGetExtensionNext(GifFile, Extension);
543 DGifGetExtensionNext(GifFileType * GifFile, function
1075 if (DGifGetExtensionNext(GifFile, &ExtData) == GIF_ERROR)
Dgif_lib.h198 int DGifGetExtensionNext(GifFileType * GifFile, GifByteType ** GifExtension);
/external/skia/src/images/
DSkImageDecoder_libgif.cpp315 if (DGifGetExtensionNext(gif, &extData) == GIF_ERROR) { in onDecode()