Searched refs:gif89 (Results 1 – 5 of 5) sorted by relevance
134 Private->gif89 = false; in EGifOpenFileHandle()190 Private->gif89 = false; /* initially, write GIF87 */ in EGifOpen()221 Private->gif89 = true; in EGifGetGifVersion()231 Private->gif89 = true; in EGifGetGifVersion()234 if (Private->gif89) in EGifGetGifVersion()247 void EGifSetGifVersion(GifFileType *GifFile, const bool gif89) in EGifSetGifVersion() argument251 Private->gif89 = gif89; in EGifSetGifVersion()
60 bool gif89; member
156 Private->gif89 = (Buf[GIF_VERSION_POS] == '9'); in DGifOpenFileHandle()232 Private->gif89 = (Buf[GIF_VERSION_POS] == '9'); in DGifOpen()311 if (Private->gif89) in DGifGetGifVersion()
159 void EGifSetGifVersion(GifFileType *GifFile, const bool gif89);
292 * In 5.0.0 the private gif89 bit wasn't being guaranteed cleared at704 * Added a copy of the GIF89 standard to the doc directory (gif89.txt);