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 128 if (strncmp(GIF_STAMP, Buf, GIF_VERSION_POS) != 0) {
147 Private->gif89 = (Buf[GIF_VERSION_POS] == '9');
202 if (strncmp(GIF_STAMP, Buf, GIF_VERSION_POS) != 0) {
219 Private->gif89 = (Buf[GIF_VERSION_POS] == '9');
    [all...]
gif_lib.h 25 #define GIF_VERSION_POS 3 /* Version first character in stamp. */

Completed in 33 milliseconds