Home | History | Annotate | Download | only in libpng

Lines Matching full:iwidth

4179    png_ptr->iwidth = (png_ptr->width +
4227 png_ptr->iwidth = (png_ptr->width +
4243 } while (png_ptr->num_rows == 0 || png_ptr->iwidth == 0);
4292 png_ptr->iwidth = (png_ptr->width +
4302 png_ptr->iwidth = png_ptr->width;
4520 png_debug1(3, "iwidth = %u,", png_ptr->iwidth);
4524 (unsigned long)PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1);