Home
last modified time | relevance | path

Searched refs:iwidth (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpngpread.c269 png_ptr->iwidth) + 1; in png_push_read_chunk()
659 png_ptr->iwidth) + 1); in png_process_IDAT_data()
744 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */ in png_push_process_row()
1016 png_ptr->iwidth = (png_ptr->width + in png_read_push_finish_row()
1029 } while (png_ptr->iwidth == 0 || png_ptr->num_rows == 0); in png_read_push_finish_row()
Dpngstruct.h218 png_uint_32 iwidth; /* width of current interlaced row in pixels */ member
Dpngrutil.c4363 png_ptr->iwidth = (png_ptr->width + in png_read_finish_row()
4379 } while (png_ptr->num_rows == 0 || png_ptr->iwidth == 0); in png_read_finish_row()
4424 png_ptr->iwidth = (png_ptr->width + in png_read_start_row()
4433 png_ptr->iwidth = png_ptr->width; in png_read_start_row()
4652 png_debug1(3, "iwidth = %u,", png_ptr->iwidth); in png_read_start_row()
4656 (unsigned long)PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1); in png_read_start_row()
Dpngread.c400 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */ in png_read_row()
/external/libpng/
Dpngpread.c269 png_ptr->iwidth) + 1; in png_push_read_chunk()
659 png_ptr->iwidth) + 1); in png_process_IDAT_data()
744 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */ in png_push_process_row()
1016 png_ptr->iwidth = (png_ptr->width + in png_read_push_finish_row()
1029 } while (png_ptr->iwidth == 0 || png_ptr->num_rows == 0); in png_read_push_finish_row()
Dpngstruct.h218 png_uint_32 iwidth; /* width of current interlaced row in pixels */ member
Dpngtest.c1649 png_uint_32 iwidth, iheight; in test_one_file() local
1650 iwidth = png_get_image_width(write_ptr, write_info_ptr); in test_one_file()
1653 (unsigned long)iwidth, (unsigned long)iheight); in test_one_file()
Dpngrutil.c4363 png_ptr->iwidth = (png_ptr->width + in png_read_finish_row()
4379 } while (png_ptr->num_rows == 0 || png_ptr->iwidth == 0); in png_read_finish_row()
4424 png_ptr->iwidth = (png_ptr->width + in png_read_start_row()
4433 png_ptr->iwidth = png_ptr->width; in png_read_start_row()
4652 png_debug1(3, "iwidth = %u,", png_ptr->iwidth); in png_read_start_row()
4656 (unsigned long)PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1); in png_read_start_row()
Dpngread.c400 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */ in png_read_row()