Searched refs:png_set_interlace_handling (Results 1 – 20 of 20) sorted by relevance
75 int passes = png_set_interlace_handling(png_ptr); in read_png()
113 int passes = png_set_interlace_handling(png_ptr); in read_by_row()
948 int passes = png_set_interlace_handling(png_ptr); in write_png()
3983 # define set_write_interlace_handling(pp,type) png_set_interlace_handling(pp)5321 if (dp->npasses != png_set_interlace_handling(pp)) in standard_info_part1()
52 png_set_interlace_handling @45
127 int (*png_set_interlace_handling) (png_structrp png_ptr); member181 FUNCTION_LOADER(png_set_interlace_handling, int (*) (png_structrp png_ptr)) in IMG_InitPNG()325 lib.png_set_interlace_handling(png_ptr); in IMG_LoadPNG_RW()
526 number_passes = png_set_interlace_handling(png_ptr);949 number_passes = png_set_interlace_handling(png_ptr);
714 pass = png_set_interlace_handling(png_ptr); in png_read_image()736 pass = png_set_interlace_handling(png_ptr); in png_read_image()1213 (void)png_set_interlace_handling(png_ptr); in png_read_png()3151 passes = png_set_interlace_handling(png_ptr); in png_image_read_colormapped()3975 passes = png_set_interlace_handling(png_ptr); in png_image_read_direct()
99 png_set_interlace_handling(png_structrp png_ptr) in png_set_interlace_handling() function
1451 if (png_set_interlace_handling(read_ptr) != num_passes) in test_one_file()1454 if (png_set_interlace_handling(write_ptr) != num_passes) in test_one_file()
1285 PNG_EXPORT(45, int, png_set_interlace_handling, (png_structrp png_ptr));
616 num_pass = png_set_interlace_handling(png_ptr); in png_write_image()
2161 number_of_passes = png_set_interlace_handling(png_ptr);2198 important for png_set_interlace_handling() - if you are going to call2199 png_read_update_info() you must call png_set_interlace_handling() before2212 need to call png_set_interlace_handling() (unless you call2264 = png_set_interlace_handling(png_ptr);3611 need to call png_set_interlace_handling() or call this function multiple3647 use png_set_interlace_handling() and call png_write_rows() the3649 (png_set_interlace_handling() returns the number of sub-images.)3654 number_of_passes = png_set_interlace_handling(png_ptr);3672 the interlacing yourself. Call png_set_interlace_handling() and use the
4917 png_combine_row() isn't built or used, and png_set_interlace_handling()
171 int passes = png_set_interlace_handling(png_handler.png_ptr); in LLVMFuzzerTestOneInput()
309 png_set_interlace_handling( png ); in Load_SBit_Png()
361 mainprog_ptr->passes = png_set_interlace_handling(png_ptr); in readpng2_info_callback()
307 num_passes = png_set_interlace_handling(png); in ReadPNG()
3623 int passes = png_set_interlace_handling(png_ptr); in read_png()
Completed in 75 milliseconds