Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:iwidth

3906          png_ptr->iwidth = (png_ptr->width +
3912 png_ptr->iwidth) + 1;
3925 } while (png_ptr->iwidth == 0);
4033 png_ptr->iwidth = (png_ptr->width +
4038 row_bytes = PNG_ROWBYTES(png_ptr->pixel_depth,png_ptr->iwidth) + 1;
4047 png_ptr->iwidth = png_ptr->width;
4182 png_debug1(3, "iwidth = %lu,\n", png_ptr->iwidth);