Searched refs:iwidth (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/third_party/libpng16/ |
D | pngpread.c | 269 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()
|
D | pngstruct.h | 218 png_uint_32 iwidth; /* width of current interlaced row in pixels */ member
|
D | pngrutil.c | 4363 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()
|
D | pngread.c | 400 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */ in png_read_row()
|
/external/libpng/ |
D | pngpread.c | 269 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()
|
D | pngstruct.h | 218 png_uint_32 iwidth; /* width of current interlaced row in pixels */ member
|
D | pngtest.c | 1649 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()
|
D | pngrutil.c | 4363 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()
|
D | pngread.c | 400 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */ in png_read_row()
|