Searched refs:GIF_STAMP (Results 1 - 6 of 6) sorted by relevance

/external/giflib/
H A Dgif_lib.h23 #define GIF_STAMP "GIFVER" /* First chars in file - GIF stamp. */ macro
24 #define GIF_STAMP_LEN sizeof(GIF_STAMP) - 1
H A Ddgif_lib.c128 if (strncmp(GIF_STAMP, Buf, GIF_VERSION_POS) != 0) {
202 if (strncmp(GIF_STAMP, Buf, GIF_VERSION_POS) != 0) {
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libgif.cpp515 if (memcmp(GIF_STAMP, buf, GIF_STAMP_LEN) == 0 ||
H A DSkMovie_gif.cpp436 if (memcmp(GIF_STAMP, buf, GIF_STAMP_LEN) == 0 ||
/external/skia/src/images/
H A DSkImageDecoder_libgif.cpp516 if (memcmp(GIF_STAMP, buf, GIF_STAMP_LEN) == 0 ||
H A DSkMovie_gif.cpp436 if (memcmp(GIF_STAMP, buf, GIF_STAMP_LEN) == 0 ||

Completed in 107 milliseconds