Home
last modified time | relevance | path

Searched refs:irowbytes (Results 1 – 5 of 5) sorted by relevance

/external/qemu/distrib/libpng-1.2.19/
Dpngpread.c302 png_ptr->zstream.avail_out = (uInt)png_ptr->irowbytes; in png_push_read_chunk()
799 png_ptr->zstream.avail_out = (uInt)png_ptr->irowbytes; in png_process_IDAT_data()
1042 png_ptr->irowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, in png_read_push_finish_row()
Dpngrutil.c3911 png_ptr->irowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, in png_read_finish_row()
4040 png_ptr->irowbytes = (png_size_t)row_bytes; in png_read_start_row()
4041 if((png_uint_32)png_ptr->irowbytes != row_bytes) in png_read_start_row()
4048 png_ptr->irowbytes = png_ptr->rowbytes + 1; in png_read_start_row()
4185 png_debug1(3, "irowbytes = %lu,\n", png_ptr->irowbytes); in png_read_start_row()
Dpngread.c699 png_ptr->zstream.avail_out = (uInt)png_ptr->irowbytes; in png_read_row()
Dpng.h1167 png_uint_32 irowbytes; /* size of current interlaced row in bytes */ member
/external/libpng/
Dpng.h1343 png_size_t irowbytes PNG_DEPSTRUCT;