Home | History | Annotate | Download | only in libpng

Lines Matching refs:iwidth

3098    png_ptr->iwidth = (png_ptr->width +
3141 png_ptr->iwidth = (png_ptr->width +
3157 } while (png_ptr->iwidth == 0);
3268 png_ptr->iwidth = (png_ptr->width +
3277 png_ptr->iwidth = png_ptr->width;
3431 png_debug1(3, "iwidth = %lu,", png_ptr->iwidth);
3435 PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1);