Searched refs:GIF_OK (Results 1 – 2 of 2) sorted by relevance
920 return GIF_OK; in MstDGifGetScreenDesc()935 return GIF_OK; in DGifGetWord()973 return GIF_OK; in MstDGifGetRecordType()1019 return GIF_OK; in MstDGifGetImageDesc()1051 if (ret == GIF_OK && Buf == 0xF9) in MstDGifGetExtension()1059 else if(ret == GIF_OK && Buf == 0xFF) // for MGIF testing in MstDGifGetExtension()1106 return GIF_OK; in MstDGifGetExtensionNext()1138 return GIF_OK;1169 if (DGifDecompressLine(GifFile, Line, LineLen) == GIF_OK) {1178 return GIF_OK;[all …]
103 #define GIF_OK 1 macro