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 179 Private->gif89 = false; /* initially, write GIF87 */
196 * Bulletproofing - always write GIF89 if we need to.
197 * Note, we don't clear the gif89 flag here because
210 Private->gif89 = true;
220 Private->gif89 = true;
223 if (Private->gif89)
232 GIF87 value is 0 (numerically the same as bool false) and the GIF89 value
236 void EGifSetGifVersion(GifFileType *GifFile, const bool gif89)
240 Private->gif89 = gif89;
    [all...]
gif_lib.h 58 #define GRAPHICS_EXT_FUNC_CODE 0xf9 /* graphics control (GIF89) */
105 GIF89 structures
155 void EGifSetGifVersion(GifFileType *GifFile, const bool gif89);
260 5.x functions for GIF89 graphics control blocks
dgif_lib.c 147 Private->gif89 = (Buf[GIF_VERSION_POS] == '9');
219 Private->gif89 = (Buf[GIF_VERSION_POS] == '9');
    [all...]

Completed in 180 milliseconds