Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c764 write_png_depth, member
8905 if (image->depth == 16 && mng_info->write_png_depth != 16) in WriteOnePNGImage()
8917 (mng_info->write_png_colortype > 4 || (mng_info->write_png_depth >= 8 && in WriteOnePNGImage()
9973 if (mng_info->write_png_depth != 0) in WriteOnePNGImage()
9974 image_depth=mng_info->write_png_depth; in WriteOnePNGImage()
10320 if (ping_bit_depth < (int) mng_info->write_png_depth) in WriteOnePNGImage()
10321 ping_bit_depth = mng_info->write_png_depth; in WriteOnePNGImage()
10492 if(!mng_info->write_png_depth) in WriteOnePNGImage()
10528 if (depth_1_ok && mng_info->write_png_depth <= 1) in WriteOnePNGImage()
10531 else if (depth_2_ok && mng_info->write_png_depth <= 2) in WriteOnePNGImage()
[all …]