Home | History | Annotate | Download | only in lpng_v163

Lines Matching refs:iwidth

4149          png_ptr->iwidth = (png_ptr->width +

4165 } while (png_ptr->num_rows == 0 || png_ptr->iwidth == 0);
4214 png_ptr->iwidth = (png_ptr->width +
4224 png_ptr->iwidth = png_ptr->width;
4442 png_debug1(3, "iwidth = %u,", png_ptr->iwidth);
4446 (unsigned long)PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1);