Home | History | Annotate | Download | only in libpng

Lines Matching refs:num_rows

883    png_bytepp display_row, png_uint_32 num_rows)
896 for (i = 0; i < num_rows; i++)
904 for (i = 0; i < num_rows; i++)
911 for (i = 0; i < num_rows; i++)
1062 * We set the num_rows again here, in case it was incorrectly set in
1094 png_ptr->num_rows = image_height; /* Make sure this is set correctly */