Searched refs:PNG_STRING_FROM_CHUNK (Results 1 – 7 of 7) sorted by relevance
/external/libpng/ |
D | pngpriv.h | 789 #define PNG_STRING_FROM_CHUNK(s,c)\ macro 795 (void)(PNG_STRING_FROM_CHUNK(s,c), ((char*)(s))[4] = 0)
|
D | pngwutil.c | 302 PNG_STRING_FROM_CHUNK(msg, owner); in png_deflate_claim() 305 PNG_STRING_FROM_CHUNK(msg+6, png_ptr->zowner); in png_deflate_claim()
|
D | pngrutil.c | 372 PNG_STRING_FROM_CHUNK(msg, png_ptr->zowner); in png_inflate_claim()
|
D | CHANGES | 3609 Fixed a typo in the definition of the new PNG_STRING_FROM_CHUNK(s,c) macro.
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | pngpriv.h | 742 #define PNG_STRING_FROM_CHUNK(s,c)\ macro 748 (void)(PNG_STRING_FROM_CHUNK(s,c), ((char*)(s))[4] = 0)
|
D | fx_pngwutil.c | 301 PNG_STRING_FROM_CHUNK(msg, owner); in png_deflate_claim() 304 PNG_STRING_FROM_CHUNK(msg+6, png_ptr->zowner); in png_deflate_claim()
|
D | fx_pngrutil.c | 340 PNG_STRING_FROM_CHUNK(msg, png_ptr->zowner); in png_inflate_claim()
|