• Home
  • Raw
  • Download

Lines Matching refs:LogPNGChunk

1228 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()
12525 LogPNGChunk(logging,mng_cHRM,32L); in WriteOneJNGImage()
12550 LogPNGChunk(logging,mng_pHYs,9L); in WriteOneJNGImage()
12593 LogPNGChunk(logging,mng_oFFs,9L); in WriteOneJNGImage()
12604 LogPNGChunk(logging,mng_vpAg,9L); in WriteOneJNGImage()
12643 LogPNGChunk(logging,mng_IDAT,len); in WriteOneJNGImage()
12666 LogPNGChunk(logging,mng_JDAA,length); in WriteOneJNGImage()
12736 LogPNGChunk(logging,mng_JDAT,length); in WriteOneJNGImage()
12752 LogPNGChunk(logging,mng_IEND,0); in WriteOneJNGImage()
13220 LogPNGChunk(logging,mng_MHDR,28L); in WriteMNGImage()
13282 LogPNGChunk(logging,mng_nEED,(size_t) length); in WriteMNGImage()
13296 LogPNGChunk(logging,mng_TERM,10L); in WriteMNGImage()
13336 LogPNGChunk(logging,mng_sRGB,1L); in WriteMNGImage()
13362 LogPNGChunk(logging,mng_gAMA,4L); in WriteMNGImage()
13378 LogPNGChunk(logging,mng_cHRM,32L); in WriteMNGImage()
13403 LogPNGChunk(logging,mng_pHYs,9L); in WriteMNGImage()
13451 LogPNGChunk(logging,mng_BACK,6L); in WriteMNGImage()
13464 LogPNGChunk(logging,mng_bKGD,6L); in WriteMNGImage()
13484 LogPNGChunk(logging,mng_PLTE,data_length); in WriteMNGImage()
13539 LogPNGChunk(logging,mng_PLTE,data_length); in WriteMNGImage()
13580 LogPNGChunk(logging,mng_DEFI,12L); in WriteMNGImage()
13609 LogPNGChunk(logging,mng_FRAM,1L); in WriteMNGImage()
13621 LogPNGChunk(logging,mng_FRAM,10L); in WriteMNGImage()
13710 LogPNGChunk(logging,mng_MEND,0L); in WriteMNGImage()