Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c756 write_png_depth, member
8416 if (image->depth == 16 && mng_info->write_png_depth != 16) in WriteOnePNGImage()
8427 (mng_info->write_png_colortype > 4 || (mng_info->write_png_depth >= 8 && in WriteOnePNGImage()
9478 if (mng_info->write_png_depth != 0) in WriteOnePNGImage()
9479 image_depth=mng_info->write_png_depth; in WriteOnePNGImage()
9831 if (ping_bit_depth < (int) mng_info->write_png_depth) in WriteOnePNGImage()
9832 ping_bit_depth = mng_info->write_png_depth; in WriteOnePNGImage()
10003 if(!mng_info->write_png_depth) in WriteOnePNGImage()
10039 if (depth_1_ok && mng_info->write_png_depth <= 1) in WriteOnePNGImage()
10042 else if (depth_2_ok && mng_info->write_png_depth <= 2) in WriteOnePNGImage()
[all …]