Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libgifcodec/
DSkLibGifCodec.cpp42 #define GIF87_STAMP "GIF87a" macro
51 if (memcmp(GIF87_STAMP, buf, GIF_STAMP_LEN) == 0 || in IsGif()
/third_party/skia/third_party/externals/libwebp/examples/
Danim_util.c297 !memcmp(GIF87_STAMP, data->bytes, GIF_STAMP_LEN) || in IsGIF()