Home | History | Annotate | Download | only in libpng

Lines Matching full:iwidth

395    /* png_read_start_row sets the information (in particular iwidth) for this
402 row_info.width = png_ptr->iwidth; /* NOTE: width of current interlaced row */
725 PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1;
794 PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1;