Home | History | Annotate | Download | only in libpng

Lines Matching full:num_pass

849    int num_pass = 1, pass;
1057 /* num_pass will not be set below, set it here if the image is
1064 num_pass = 1;
1068 num_pass = 7;
1368 num_pass = png_set_interlace_handling(read_ptr);
1369 if (png_set_interlace_handling(write_ptr) != num_pass)
1370 png_error(write_ptr, "png_set_interlace_handling: inconsistent num_pass");
1378 for (pass = 0; pass < num_pass; pass++)