Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Ddgif_lib.c920 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 …]
H A Dgif_lib.h103 #define GIF_OK 1 macro