Lines Matching refs:LogPNGChunk

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()
13038 LogPNGChunk(logging,mng_sRGB,1L); in WriteOneJNGImage()
13062 LogPNGChunk(logging,mng_gAMA,4L); in WriteOneJNGImage()
13079 LogPNGChunk(logging,mng_cHRM,32L); in WriteOneJNGImage()
13104 LogPNGChunk(logging,mng_pHYs,9L); in WriteOneJNGImage()
13147 LogPNGChunk(logging,mng_oFFs,9L); in WriteOneJNGImage()
13186 LogPNGChunk(logging,mng_IDAT,len); in WriteOneJNGImage()
13209 LogPNGChunk(logging,mng_JDAA,length); in WriteOneJNGImage()
13282 LogPNGChunk(logging,mng_JDAT,length); in WriteOneJNGImage()
13295 LogPNGChunk(logging,mng_IEND,0); in WriteOneJNGImage()
13757 LogPNGChunk(logging,mng_MHDR,28L); in WriteMNGImage()
13818 LogPNGChunk(logging,mng_nEED,(size_t) length); in WriteMNGImage()
13832 LogPNGChunk(logging,mng_TERM,10L); in WriteMNGImage()
13872 LogPNGChunk(logging,mng_sRGB,1L); in WriteMNGImage()
13898 LogPNGChunk(logging,mng_gAMA,4L); in WriteMNGImage()
13914 LogPNGChunk(logging,mng_cHRM,32L); in WriteMNGImage()
13939 LogPNGChunk(logging,mng_pHYs,9L); in WriteMNGImage()
13987 LogPNGChunk(logging,mng_BACK,6L); in WriteMNGImage()
14000 LogPNGChunk(logging,mng_bKGD,6L); in WriteMNGImage()
14020 LogPNGChunk(logging,mng_PLTE,data_length); in WriteMNGImage()
14076 LogPNGChunk(logging,mng_PLTE,data_length); in WriteMNGImage()
14117 LogPNGChunk(logging,mng_DEFI,12L); in WriteMNGImage()
14146 LogPNGChunk(logging,mng_FRAM,1L); in WriteMNGImage()
14158 LogPNGChunk(logging,mng_FRAM,10L); in WriteMNGImage()
14246 LogPNGChunk(logging,mng_MEND,0L); in WriteMNGImage()