Home | History | Annotate | Download | only in libpng

Lines Matching full:iwidth

3084          png_ptr->iwidth = (png_ptr->width +
3100 } while (png_ptr->iwidth == 0);
3211 png_ptr->iwidth = (png_ptr->width +
3220 png_ptr->iwidth = png_ptr->width;
3374 png_debug1(3, "iwidth = %lu,", png_ptr->iwidth);
3378 PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1);