Home
last modified time | relevance | path

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

/external/libpng/
Dpngpread.c307 (uInt) PNG_ROWBYTES(png_ptr->pixel_depth, in png_push_read_chunk()
860 png_ptr->zstream.avail_out = (uInt)(PNG_ROWBYTES(png_ptr->pixel_depth, in png_process_IDAT_data()
946 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width); in png_push_process_row()
Dpngrutil.c891 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->width); in png_handle_IHDR()
3057 PNG_ROWBYTES(pixel_depth, row_width)) in png_combine_row()
3072 end_ptr = dp + PNG_ROWBYTES(pixel_depth, row_width) - 1; in png_combine_row()
3507 memcpy(dp, sp, PNG_ROWBYTES(pixel_depth, row_width)); in png_combine_row()
3751 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, final_width); in png_do_read_interlace()
4460 row_bytes = PNG_ROWBYTES(max_pixel_depth, row_bytes) + in png_read_start_row()
4524 (unsigned long)PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1); in png_read_start_row()
Dpngrtran.c2110 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, info_ptr->width); in png_read_transform_info()
2923 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width); in png_do_gray_to_rgb()
3170 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width); in png_do_rgb_to_gray()
4496 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, in png_do_expand()
4562 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width); in png_do_expand()
4645 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width); in png_do_quantize()
4676 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width); in png_do_quantize()
4985 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_info->width); in png_do_read_transformations()
Dpngwutil.c229 cb_base += (PNG_ROWBYTES(pd, pw)+1) * PNG_PASS_ROWS(h, pass); in png_image_size()
883 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, width); in png_write_IHDR()
1963 buf_size = PNG_ROWBYTES(usr_pixel_depth, png_ptr->width) + 1; in png_write_start_row()
2114 (png_size_t)(PNG_ROWBYTES(png_ptr->usr_channels* in png_write_finish_row()
2302 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, in png_do_write_interlace()
Dpngwtran.c155 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, in png_do_pack()
Dpngread.c407 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width); in png_read_row()
725 PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1; in png_configure_decoder()
767 rp = png_malloc(png_ptr, PNG_ROWBYTES(png_ptr->maximum_pixel_depth, png_ptr->width)); in png_build_index()
794 PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1; in png_build_index()
Dpngpriv.h660 #define PNG_ROWBYTES(pixel_bits, width) \ macro
Dpngset.c241 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, width); in png_set_IHDR()
Dpngwrite.c810 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width); in png_write_row()
DCHANGES1471 Fixed off-by-one error in one of the conversions to PNG_ROWBYTES() in
2023 Changed the type of png_ptr->rowbytes, PNG_ROWBYTES() and friends
/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngpread.c305 (uInt) PNG_ROWBYTES(png_ptr->pixel_depth, in png_push_read_chunk()
858 png_ptr->zstream.avail_out = (uInt)(PNG_ROWBYTES(png_ptr->pixel_depth, in png_process_IDAT_data()
944 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width); in png_push_process_row()
Dfx_pngrutil.c859 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->width); in png_handle_IHDR()
3020 PNG_ROWBYTES(pixel_depth, row_width)) in png_combine_row()
3035 end_ptr = dp + PNG_ROWBYTES(pixel_depth, row_width) - 1; in png_combine_row()
3470 memcpy(dp, sp, PNG_ROWBYTES(pixel_depth, row_width)); in png_combine_row()
3714 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, final_width); in png_do_read_interlace()
4382 row_bytes = PNG_ROWBYTES(max_pixel_depth, row_bytes) + in png_read_start_row()
4446 (unsigned long)PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1); in png_read_start_row()
Dfx_pngrtran.c2099 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, info_ptr->width); in png_read_transform_info()
2407 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_info->width); in png_do_read_transformations()
3209 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width); in png_do_gray_to_rgb()
3456 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width); in png_do_rgb_to_gray()
4841 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, in png_do_expand()
4907 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width); in png_do_expand()
4990 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width); in png_do_quantize()
5021 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_width); in png_do_quantize()
Dfx_pngwutil.c228 cb_base += (PNG_ROWBYTES(pd, pw)+1) * PNG_PASS_ROWS(h, pass); in png_image_size()
882 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, width); in png_write_IHDR()
1962 buf_size = PNG_ROWBYTES(usr_pixel_depth, png_ptr->width) + 1; in png_write_start_row()
2113 (png_size_t)(PNG_ROWBYTES(png_ptr->usr_channels* in png_write_finish_row()
2301 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, in png_do_write_interlace()
Dfx_pngwtran.c230 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, in png_do_pack()
Dfx_pngset.c240 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, width); in png_set_IHDR()
Dpngpriv.h613 #define PNG_ROWBYTES(pixel_bits, width) \ macro
Dfx_pngwrite.c744 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width); in png_write_row()
Dfx_pngread.c330 row_info.rowbytes = PNG_ROWBYTES(row_info.pixel_depth, row_info.width); in png_read_row()