Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c765 write_png_depth, member
8919 if (image->depth == 16 && mng_info->write_png_depth != 16) in WriteOnePNGImage()
8931 (mng_info->write_png_colortype > 4 || (mng_info->write_png_depth >= 8 && in WriteOnePNGImage()
9990 if (mng_info->write_png_depth != 0) in WriteOnePNGImage()
9991 image_depth=mng_info->write_png_depth; in WriteOnePNGImage()
10337 if (ping_bit_depth < (int) mng_info->write_png_depth) in WriteOnePNGImage()
10338 ping_bit_depth = mng_info->write_png_depth; in WriteOnePNGImage()
10509 if(!mng_info->write_png_depth) in WriteOnePNGImage()
10545 if (depth_1_ok && mng_info->write_png_depth <= 1) in WriteOnePNGImage()
10548 else if (depth_2_ok && mng_info->write_png_depth <= 2) in WriteOnePNGImage()
[all …]