Home | History | Annotate | Download | only in libpng

Lines Matching refs:png_set_interlace_handling

1422    if (png_set_interlace_handling(read_ptr) != num_passes)
1424 "png_set_interlace_handling(read): wrong pass count ");
1425 if (png_set_interlace_handling(write_ptr) != num_passes)
1427 "png_set_interlace_handling(write): wrong pass count ");
1428 #else /* png_set_interlace_handling not called on either read or write */