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

Lines Matching refs:iwidth

811    png_ptr->row_info.width = png_ptr->iwidth;
1037 png_ptr->iwidth = (png_ptr->width +
1043 png_ptr->iwidth) + 1;
1053 } while (png_ptr->iwidth == 0 || png_ptr->num_rows == 0);