Searched refs:DGifGetExtensionNext (Results 1 – 3 of 3) sorted by relevance
534 return DGifGetExtensionNext(GifFile, Extension);543 DGifGetExtensionNext(GifFileType * GifFile, function1075 if (DGifGetExtensionNext(GifFile, &ExtData) == GIF_ERROR)
198 int DGifGetExtensionNext(GifFileType * GifFile, GifByteType ** GifExtension);
315 if (DGifGetExtensionNext(gif, &extData) == GIF_ERROR) { in onDecode()