Home | History | Annotate | Download | only in libpng16

Lines Matching refs:iwidth

4211          png_ptr->iwidth = (png_ptr->width +
4227 } while (png_ptr->num_rows == 0 || png_ptr->iwidth == 0);
4272 png_ptr->iwidth = (png_ptr->width +
4281 png_ptr->iwidth = png_ptr->width;
4500 png_debug1(3, "iwidth = %u,", png_ptr->iwidth);
4504 (unsigned long)PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1);