OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kGifSignature89
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/fxcodec/gif/
cfx_gif.cpp
10
const char*
kGifSignature89
= "GIF89a";
cfx_gif.h
16
extern const char*
kGifSignature89
;
cfx_gifcontext.cpp
377
strncmp(header->signature,
kGifSignature89
, 6) != 0)
Completed in 1988 milliseconds