Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dpng.c2169 ping_file_depth, in ReadOnePNGImage() local
2599 ping_file_depth = ping_bit_depth; in ReadOnePNGImage()
2602 if (ping_file_depth == 16) in ReadOnePNGImage()
3065 if (ping_file_depth == 1) in ReadOnePNGImage()
3068 else if (ping_file_depth == 2) in ReadOnePNGImage()
3071 else if (ping_file_depth == 4) in ReadOnePNGImage()
3074 if (ping_file_depth <= 8) in ReadOnePNGImage()
3125 max_sample = (int) ((one << ping_file_depth) - 1); in ReadOnePNGImage()
3146 scale_to_short = 65535L/((1UL << ping_file_depth)-1); in ReadOnePNGImage()
3279 image->colors=one << ping_file_depth; in ReadOnePNGImage()
[all …]