Searched refs:irowbytes (Results 1 - 6 of 6) sorted by relevance

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

Completed in 76 milliseconds