Searched refs:GIF_ERROR (Results 1 – 2 of 2) sorted by relevance
508 if (MstDGifGetRecordType(GifFile, &RecordType) == GIF_ERROR) in MstDGifProcess()517 if (MstDGifGetImageDesc(GifFile) == GIF_ERROR) in MstDGifProcess()739 if (MstDGifGetExtension(GifFile, &ExtCode, &Extension) == GIF_ERROR) in MstDGifProcess()746 if (MstDGifGetExtensionNext(GifFile, &Extension) == GIF_ERROR) in MstDGifProcess()819 if (MstDGifGetScreenDesc(GifFile) == GIF_ERROR) { in MstDGifOpenFileHandle()894 if (DGifGetWord(GifFile, &GifFile->SWidth) == GIF_ERROR || in MstDGifGetScreenDesc()895 DGifGetWord(GifFile, &GifFile->SHeight) == GIF_ERROR) in MstDGifGetScreenDesc()896 return GIF_ERROR; in MstDGifGetScreenDesc()900 return GIF_ERROR; in MstDGifGetScreenDesc()931 return GIF_ERROR; in DGifGetWord()[all …]
102 #define GIF_ERROR 0 macro