Searched refs:PNGType (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | png.c | 1288 static void PNGType(png_bytep p,const png_byte *type) in PNGType() function 4776 PNGType(data,mng_IHDR); in ReadOneJNGImage() 4820 PNGType(data,mng_IDAT); in ReadOneJNGImage() 5098 PNGType(data,mng_IEND); in ReadOneJNGImage() 11293 PNGType(chunk,mng_orNT); in WriteOnePNGImage() 11314 PNGType(chunk,mng_caNv); in WriteOnePNGImage() 11805 PNGType(chunk,mng_eXIf); in WriteOnePNGImage() 11853 PNGType(chunk,mng_FRAM); in WriteOnePNGImage() 12946 PNGType(chunk,mng_JHDR); in WriteOneJNGImage() 13016 PNGType(chunk,mng_bKGD); in WriteOneJNGImage() [all …]
|