Home | History | Annotate | Download | only in libpng

Lines Matching refs:iwidth

4343          png_ptr->iwidth = (png_ptr->width +
4359 } while (png_ptr->num_rows == 0 || png_ptr->iwidth == 0);
4404 png_ptr->iwidth = (png_ptr->width +
4413 png_ptr->iwidth = png_ptr->width;
4632 png_debug1(3, "iwidth = %u,", png_ptr->iwidth);
4636 (unsigned long)PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1);