HomeSort by relevance Sort by last modified time
    Searched refs:gif89 (Results 1 - 4 of 4) sorted by null

  /external/giflib/
gif_lib_private.h 54 bool gif89; member in struct:GifFilePrivateType
egif_lib.c 127 Private->gif89 = false;
183 Private->gif89 = false; /* initially, write GIF87 */
200 * Bulletproofing - always write GIF89 if we need to.
201 * Note, we don't clear the gif89 flag here because
214 Private->gif89 = true;
224 Private->gif89 = true;
227 if (Private->gif89)
236 GIF87 value is 0 (numerically the same as bool false) and the GIF89 value
240 void EGifSetGifVersion(GifFileType *GifFile, const bool gif89)
244 Private->gif89 = gif89
    [all...]
gif_lib.h 59 #define GRAPHICS_EXT_FUNC_CODE 0xf9 /* graphics control (GIF89) */
106 GIF89 structures
157 void EGifSetGifVersion(GifFileType *GifFile, const bool gif89);
266 5.x functions for GIF89 graphics control blocks
dgif_lib.c 150 Private->gif89 = (Buf[GIF_VERSION_POS] == '9');
226 Private->gif89 = (Buf[GIF_VERSION_POS] == '9');
    [all...]

Completed in 373 milliseconds