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