Home | History | Annotate | Download | only in libpng

Lines Matching refs:pixel_depth

809    row_info.pixel_depth = (png_byte)(row_info.bit_depth * row_info.channels);
810 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width);
816 png_debug1(3, "row_info->pixel_depth = %d", row_info.pixel_depth);
846 if (row_info.pixel_depth != png_ptr->pixel_depth ||
847 row_info.pixel_depth != png_ptr->transformed_pixel_depth)