Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c1228 static void LogPNGChunk(MagickBooleanType logging, const png_byte *type, in LogPNGChunk() function
4383 LogPNGChunk(logging,mng_IHDR,13L); in ReadOneJNGImage()
4429 LogPNGChunk(logging,mng_IDAT,length); in ReadOneJNGImage()
4694 LogPNGChunk(logging,mng_IEND,0L); in ReadOneJNGImage()
10825 LogPNGChunk(logging,mng_vpAg,9L); in WriteOnePNGImage()
11298 LogPNGChunk(logging,mng_FRAM,27L); in WriteOnePNGImage()
12390 LogPNGChunk(logging,mng_JHDR,16L); in WriteOneJNGImage()
12463 LogPNGChunk(logging,mng_bKGD,(size_t) (num_bytes-4L)); in WriteOneJNGImage()
12484 LogPNGChunk(logging,mng_sRGB,1L); in WriteOneJNGImage()
12508 LogPNGChunk(logging,mng_gAMA,4L); in WriteOneJNGImage()
[all …]