Home | History | Annotate | Download | only in libpng

Lines Matching refs:bit_depth

213     *  png_byte bit_depth     bit depth of samples
226 if (row_info->bit_depth == 1)
236 if (row_info->bit_depth == 2)
246 if (row_info->bit_depth == 4)
256 if (row_info->bit_depth == 8)
259 if (row_info->bit_depth == 16)
278 if (row_info->bit_depth == 8)
281 if (row_info->bit_depth == 16)
291 if (row_info->bit_depth == 16)
706 int bit_depth, color_type;
909 if (png_get_IHDR(read_ptr, read_info_ptr, &width, &height, &bit_depth,
912 png_set_IHDR(write_ptr, write_info_ptr, width, height, bit_depth,
1127 int sample_max = (1 << bit_depth);