Home
last modified time | relevance | path

Searched refs:gif89 (Results 1 – 5 of 5) sorted by relevance

/third_party/giflib/
Degif_lib.c134 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() argument
251 Private->gif89 = gif89; in EGifSetGifVersion()
Dgif_lib_private.h60 bool gif89; member
Ddgif_lib.c156 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()
Dgif_lib.h159 void EGifSetGifVersion(GifFileType *GifFile, const bool gif89);
DNEWS292 * In 5.0.0 the private gif89 bit wasn't being guaranteed cleared at
704 * Added a copy of the GIF89 standard to the doc directory (gif89.txt);