Home
last modified time | relevance | path

Searched refs:PNG_HEADER_VERSION_STRING (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpng.c822 return PNG_HEADER_VERSION_STRING
828 return PNG_HEADER_VERSION_STRING;
Dpng.h317 #define PNG_HEADER_VERSION_STRING \ macro
/external/libpng/
Dpng.c863 return PNG_HEADER_VERSION_STRING
869 return PNG_HEADER_VERSION_STRING;
Dpngtest.c1837 PNG_HEADER_VERSION_STRING); in main()
Dpng.h313 #define PNG_HEADER_VERSION_STRING " libpng version 1.6.34 - September 29, 2017\n" macro
DCHANGES1414 Moved the definition of PNG_HEADER_VERSION_STRING near the definitions
/external/libpng/contrib/libtests/
Dpngstest.c3685 printf(" * BUILT USING:" PNG_HEADER_VERSION_STRING); in main()