Home
last modified time | relevance | path

Searched refs:PNG_ROWBYTES (Results 1 – 19 of 19) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpngpread.c267 (uInt) PNG_ROWBYTES(png_ptr->pixel_depth, in png_push_read_chunk()
654 png_ptr->zstream.avail_out = (uInt)(PNG_ROWBYTES(png_ptr->pixel_depth, in png_process_IDAT_data()
740 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width); in png_push_process_row()
Dpngrutil.c893 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->width); in png_handle_IHDR()
3080 PNG_ROWBYTES(pixel_depth, row_width)) in png_combine_row()
3095 end_ptr = dp + PNG_ROWBYTES(pixel_depth, row_width) - 1; in png_combine_row()
3532 memcpy(dp, sp, PNG_ROWBYTES(pixel_depth, row_width)); in png_combine_row()
3776 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, final_width); in png_do_read_interlace()
4440 row_bytes = PNG_ROWBYTES(max_pixel_depth, row_bytes) + in png_read_start_row()
4504 (unsigned long)PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1); in png_read_start_row()
Dpngwutil.c229 cb_base += (PNG_ROWBYTES(pd, pw)+1) * PNG_PASS_ROWS(h, pass); in png_image_size()
802 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, width); in png_write_IHDR()
1890 buf_size = PNG_ROWBYTES(usr_pixel_depth, png_ptr->width) + 1; in png_write_start_row()
2046 (png_size_t)(PNG_ROWBYTES(png_ptr->usr_channels* in png_write_finish_row()
2234 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, in png_do_write_interlace()
Dpngrtran.c2114 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, info_ptr->width); in png_read_transform_info()
2927 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width); in png_do_gray_to_rgb()
3176 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width); in png_do_rgb_to_gray()
4504 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, in png_do_expand()
4571 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width); in png_do_expand()
4654 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width); in png_do_quantize()
4685 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width); in png_do_quantize()
4994 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_info->width); in png_do_read_transformations()
Dpngwtran.c157 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, in png_do_pack()
Dpngwrite.c821 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width); in png_write_row()
1093 buf_size = PNG_ROWBYTES(png_ptr->usr_channels * png_ptr->usr_bit_depth, in png_set_filter()
Dpngset.c243 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, width); in png_set_IHDR()
Dpngpriv.h674 #define PNG_ROWBYTES(pixel_bits, width) \ macro
Dpngread.c400 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width); in png_read_row()
/external/libpng/
Dpngpread.c268 (uInt) PNG_ROWBYTES(png_ptr->pixel_depth, in png_push_read_chunk()
658 png_ptr->zstream.avail_out = (uInt)(PNG_ROWBYTES(png_ptr->pixel_depth, in png_process_IDAT_data()
749 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width); in png_push_process_row()
Dpngrutil.c903 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->width); in png_handle_IHDR()
3203 PNG_ROWBYTES(pixel_depth, row_width)) in png_combine_row()
3218 end_ptr = dp + PNG_ROWBYTES(pixel_depth, row_width) - 1; in png_combine_row()
3655 memcpy(dp, sp, PNG_ROWBYTES(pixel_depth, row_width)); in png_combine_row()
3902 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, final_width); in png_do_read_interlace()
4572 row_bytes = PNG_ROWBYTES(max_pixel_depth, row_bytes) + in png_read_start_row()
4636 (unsigned long)PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1); in png_read_start_row()
Dpngwutil.c229 cb_base += (PNG_ROWBYTES(pd, pw)+1) * PNG_PASS_ROWS(h, pass); in png_image_size()
807 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, width); in png_write_IHDR()
1920 buf_size = PNG_ROWBYTES(usr_pixel_depth, png_ptr->width) + 1; in png_write_start_row()
2076 (png_size_t)(PNG_ROWBYTES(png_ptr->usr_channels* in png_write_finish_row()
2264 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, in png_do_write_interlace()
Dpngrtran.c2117 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, info_ptr->width); in png_read_transform_info()
2930 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width); in png_do_gray_to_rgb()
3179 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width); in png_do_rgb_to_gray()
4512 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, in png_do_expand()
4579 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width); in png_do_expand()
4664 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width); in png_do_quantize()
4695 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width); in png_do_quantize()
5004 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_info->width); in png_do_read_transformations()
Dpngwtran.c157 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, in png_do_pack()
Dpngwrite.c832 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width); in png_write_row()
1104 buf_size = PNG_ROWBYTES(png_ptr->usr_channels * png_ptr->usr_bit_depth, in png_set_filter()
Dpngset.c290 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, width); in png_set_IHDR()
Dpngpriv.h729 #define PNG_ROWBYTES(pixel_bits, width) \ macro
Dpngread.c405 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width); in png_read_row()
DCHANGES1480 Fixed off-by-one error in one of the conversions to PNG_ROWBYTES() in
2032 Changed the type of png_ptr->rowbytes, PNG_ROWBYTES() and friends