Home
last modified time | relevance | path

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

/external/libpng/
Dpngpriv.h789 #define PNG_STRING_FROM_CHUNK(s,c)\ macro
795 (void)(PNG_STRING_FROM_CHUNK(s,c), ((char*)(s))[4] = 0)
Dpngwutil.c302 PNG_STRING_FROM_CHUNK(msg, owner); in png_deflate_claim()
305 PNG_STRING_FROM_CHUNK(msg+6, png_ptr->zowner); in png_deflate_claim()
Dpngrutil.c365 PNG_STRING_FROM_CHUNK(msg, png_ptr->zowner); in png_inflate_claim()
DCHANGES3609 Fixed a typo in the definition of the new PNG_STRING_FROM_CHUNK(s,c) macro.