OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GIF_STAMP
(Results
1 - 6
of
6
) sorted by null
/external/giflib/
gif_lib.h
23
#define
GIF_STAMP
"GIFVER" /* First chars in file - GIF stamp. */
24
#define GIF_STAMP_LEN sizeof(
GIF_STAMP
) - 1
dgif_lib.c
128
if (strncmp(
GIF_STAMP
, Buf, GIF_VERSION_POS) != 0) {
202
if (strncmp(
GIF_STAMP
, Buf, GIF_VERSION_POS) != 0) {
[
all
...]
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp
467
if (memcmp(
GIF_STAMP
, buf, GIF_STAMP_LEN) == 0 ||
SkMovie_gif.cpp
438
if (memcmp(
GIF_STAMP
, buf, GIF_STAMP_LEN) == 0 ||
/external/skia/src/images/
SkImageDecoder_libgif.cpp
467
if (memcmp(
GIF_STAMP
, buf, GIF_STAMP_LEN) == 0 ||
SkMovie_gif.cpp
438
if (memcmp(
GIF_STAMP
, buf, GIF_STAMP_LEN) == 0 ||
Completed in 29 milliseconds