Home
last modified time | relevance | path

Searched refs:GIF_STAMP (Results 1 – 4 of 4) sorted by relevance

/external/giflib/
Dgif_lib.h39 #define GIF_STAMP "GIFVER" /* First chars in file - GIF stamp. */ macro
40 #define GIF_STAMP_LEN sizeof(GIF_STAMP) - 1
Ddgif_lib.c143 if (strncmp(GIF_STAMP, Buf, GIF_VERSION_POS) != 0) { in DGifOpenFileHandle()
210 if (strncmp(GIF_STAMP, Buf, GIF_VERSION_POS) != 0) { in DGifOpen()
/external/skia/src/images/
DSkImageDecoder_libgif.cpp344 if (memcmp(GIF_STAMP, buf, GIF_STAMP_LEN) == 0 || in Factory()
DSkMovie_gif.cpp432 if (memcmp(GIF_STAMP, buf, GIF_STAMP_LEN) == 0 || in Factory()