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

  /external/giflib/
dgif_lib.c 131 if (strncmp(GIF_STAMP, Buf, GIF_VERSION_POS) != 0) {
150 Private->gif89 = (Buf[GIF_VERSION_POS] == '9');
207 if (strncmp(GIF_STAMP, Buf, GIF_VERSION_POS) != 0) {
226 Private->gif89 = (Buf[GIF_VERSION_POS] == '9');
    [all...]
gif_lib.h 26 #define GIF_VERSION_POS 3 /* Version first character in stamp. */

Completed in 65 milliseconds