Searched refs:ping_file_depth (Results 1 – 1 of 1) sorted by relevance
1933 ping_file_depth, in ReadOnePNGImage() local2334 ping_file_depth = ping_bit_depth; in ReadOnePNGImage()2337 if (ping_file_depth == 16) in ReadOnePNGImage()2799 if (ping_file_depth == 1) in ReadOnePNGImage()2802 else if (ping_file_depth == 2) in ReadOnePNGImage()2805 else if (ping_file_depth == 4) in ReadOnePNGImage()2808 if (ping_file_depth <= 8) in ReadOnePNGImage()2862 max_sample = (int) ((one << ping_file_depth) - 1); in ReadOnePNGImage()2883 scale_to_short = 65535L/((1UL << ping_file_depth)-1); in ReadOnePNGImage()2987 image->colors=one << ping_file_depth; in ReadOnePNGImage()[all …]