Home
last modified time | relevance | path

Searched refs:GIF_ERROR (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Ddgif_lib.c508 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 …]
H A Dgif_lib.h102 #define GIF_ERROR 0 macro