Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c1931 ping_bit_depth, in ReadOnePNGImage() local
2330 &ping_bit_depth,&ping_color_type, in ReadOnePNGImage()
2334 ping_file_depth = ping_bit_depth; in ReadOnePNGImage()
2359 (void) FormatLocaleString(msg,MagickPathExtent,"%d",(int) ping_bit_depth); in ReadOnePNGImage()
2368 if (ping_bit_depth < 8) in ReadOnePNGImage()
2371 ping_bit_depth = 8; in ReadOnePNGImage()
2374 image->depth=ping_bit_depth; in ReadOnePNGImage()
2395 ping_color_type, ping_bit_depth, in ReadOnePNGImage()
2979 ((int) ping_bit_depth < 16 && in ReadOnePNGImage()
3345 switch (ping_bit_depth) in ReadOnePNGImage()
[all …]