Home
last modified time | relevance | path

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

/external/pdfium/third_party/libpng16/
Dpngpriv.h803 #define PNG_STRING_FROM_CHUNK(s,c)\ macro
811 (void)(PNG_STRING_FROM_CHUNK(s,c), ((char*)(s))[4] = 0)
Dpngwutil.c301 PNG_STRING_FROM_CHUNK(msg, owner); in png_deflate_claim()
304 PNG_STRING_FROM_CHUNK(msg+6, png_ptr->zowner); in png_deflate_claim()
Dpngrutil.c344 PNG_STRING_FROM_CHUNK(msg, png_ptr->zowner); in png_inflate_claim()
/external/libpng/
Dpngpriv.h877 #define PNG_STRING_FROM_CHUNK(s,c)\ macro
885 (void)(PNG_STRING_FROM_CHUNK(s,c), ((char*)(s))[4] = 0)
Dpngwutil.c301 PNG_STRING_FROM_CHUNK(msg, owner); in png_deflate_claim()
304 PNG_STRING_FROM_CHUNK(msg+6, png_ptr->zowner); in png_deflate_claim()
Dpngrutil.c348 PNG_STRING_FROM_CHUNK(msg, png_ptr->zowner); in png_inflate_claim()
DCHANGES3618 Fixed a typo in the definition of the new PNG_STRING_FROM_CHUNK(s,c) macro.