Home | History | Annotate | Download | only in libpng

Lines Matching refs:bit_depth

208     png_uint_32 width, png_uint_32 height, int bit_depth,
219 info_ptr->bit_depth = (png_byte)bit_depth;
226 info_ptr->bit_depth, info_ptr->color_type, info_ptr->interlace_type,
241 info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth);
524 (1 << info_ptr->bit_depth) : PNG_MAX_PALETTE_LENGTH;
966 if (info_ptr->bit_depth < 16)
968 int sample_max = (1 << info_ptr->bit_depth) - 1;
977 "tRNS chunk has out-of-range samples for bit_depth");