Searched refs:LogPNGChunk (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | png.c | 1293 static void LogPNGChunk(MagickBooleanType logging, const png_byte *type, in LogPNGChunk() function 4777 LogPNGChunk(logging,mng_IHDR,13L); in ReadOneJNGImage() 4821 LogPNGChunk(logging,mng_IDAT,length); in ReadOneJNGImage() 5099 LogPNGChunk(logging,mng_IEND,0L); in ReadOneJNGImage() 11294 LogPNGChunk(logging,mng_orNT,1L); in WriteOnePNGImage() 11315 LogPNGChunk(logging,mng_caNv,16L); in WriteOnePNGImage() 11820 LogPNGChunk(logging,chunk,length); in WriteOnePNGImage() 11854 LogPNGChunk(logging,mng_FRAM,27L); in WriteOnePNGImage() 12947 LogPNGChunk(logging,mng_JHDR,16L); in WriteOneJNGImage() 13017 LogPNGChunk(logging,mng_bKGD,(size_t) (num_bytes-4L)); in WriteOneJNGImage() [all …]
|