Home
last modified time | relevance | path

Searched refs:GIF87_STAMP (Results 1 – 5 of 5) sorted by relevance

/external/giflib/
Dgif_lib.h26 #define GIF87_STAMP "GIF87a" /* First chars in file - GIF stamp. */ macro
/external/skia/src/images/
DSkImageDecoder_libgif.cpp468 memcmp(GIF87_STAMP, buf, GIF_STAMP_LEN) == 0 ||
DSkMovie_gif.cpp439 memcmp(GIF87_STAMP, buf, GIF_STAMP_LEN) == 0 || in Factory()
/external/chromium_org/third_party/skia/src/images/
DSkImageDecoder_libgif.cpp468 memcmp(GIF87_STAMP, buf, GIF_STAMP_LEN) == 0 ||
DSkMovie_gif.cpp439 memcmp(GIF87_STAMP, buf, GIF_STAMP_LEN) == 0 || in Factory()