Home | History | Annotate | Download | only in libpng

Lines Matching full:iwidth

308           png_ptr->iwidth) + 1;
861 png_ptr->iwidth) + 1);
941 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
1212 png_ptr->iwidth = (png_ptr->width +
1225 } while (png_ptr->iwidth == 0 || png_ptr->num_rows == 0);