Searched refs:ping_file_depth (Results 1 – 1 of 1) sorted by relevance
2164 ping_file_depth, in ReadOnePNGImage() local2592 ping_file_depth = ping_bit_depth; in ReadOnePNGImage()2595 if (ping_file_depth == 16) in ReadOnePNGImage()3058 if (ping_file_depth == 1) in ReadOnePNGImage()3061 else if (ping_file_depth == 2) in ReadOnePNGImage()3064 else if (ping_file_depth == 4) in ReadOnePNGImage()3067 if (ping_file_depth <= 8) in ReadOnePNGImage()3121 max_sample = (int) ((one << ping_file_depth) - 1); in ReadOnePNGImage()3142 scale_to_short = 65535L/((1UL << ping_file_depth)-1); in ReadOnePNGImage()3276 image->colors=one << ping_file_depth; in ReadOnePNGImage()[all …]