Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c2162 ping_bit_depth, in ReadOnePNGImage() local
2588 &ping_bit_depth,&ping_color_type, in ReadOnePNGImage()
2592 ping_file_depth = ping_bit_depth; in ReadOnePNGImage()
2619 (int) ping_bit_depth); in ReadOnePNGImage()
2628 if (ping_bit_depth < 8) in ReadOnePNGImage()
2631 ping_bit_depth = 8; in ReadOnePNGImage()
2634 image->depth=ping_bit_depth; in ReadOnePNGImage()
2655 ping_color_type, ping_bit_depth, in ReadOnePNGImage()
3268 ((int) ping_bit_depth < 16 && in ReadOnePNGImage()
3627 switch (ping_bit_depth) in ReadOnePNGImage()
[all …]