Searched refs:DGifGetImageDesc (Results 1 – 3 of 3) sorted by relevance
192 int DGifGetImageDesc(GifFileType * GifFile);
329 DGifGetImageDesc(GifFileType * GifFile) { in DGifGetImageDesc() function1036 if (DGifGetImageDesc(GifFile) == GIF_ERROR)
186 if (DGifGetImageDesc(gif) == GIF_ERROR) { in onDecode()