Searched refs:png_set_interlace_handling (Results 1 – 25 of 28) sorted by relevance
12
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()
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
52 png_set_interlace_handling @45
171 int passes = png_set_interlace_handling(png_handler.png_ptr); in LLVMFuzzerTestOneInput()
106 int pass = png_set_interlace_handling(png_ptr); in _png_get_header_func()
361 mainprog_ptr->passes = png_set_interlace_handling(png_ptr); in readpng2_info_callback()
382 png_set_interlace_handling( png ); in Load_SBit_Png()
358 #define png_set_interlace_handling PDFIUM_png_set_interlace_handling macro
278 context->num_passes = png_set_interlace_handling(context->png_ptr); in CommonInitDecode()
231 png_set_interlace_handling(png_ptr); in DecodeInfoCallback()
915 const int numberPasses = png_set_interlace_handling(fPng_ptr); in infoCallback()
914 const int numberPasses = png_set_interlace_handling(fPng_ptr); in infoCallback()
3623 int passes = png_set_interlace_handling(png_ptr); in read_png()