Searched refs:png_set_interlace_handling (Results 1 – 24 of 24) sorted by relevance
73 int passes = png_set_interlace_handling(png_ptr); in read_png()
74 int passes = png_set_interlace_handling(png_ptr); in read_png()
685 int passes = png_set_interlace_handling(png_ptr); in write_png()
3416 # define png_set_interlace_handling(a) (1) macro3510 int npasses = png_set_interlace_handling(pp); in make_transform_image()3760 if (!do_interlace && npasses != png_set_interlace_handling(pp)) in make_size_image()4050 int npasses = png_set_interlace_handling(pp); in make_error()4619 if (!dp->do_interlace && dp->npasses != png_set_interlace_handling(pp)) in standard_info_part1()
532 number_passes = png_set_interlace_handling(png_ptr);974 number_passes = png_set_interlace_handling(png_ptr);
751 pass_number = png_set_interlace_handling(png_ptr); in png_build_index()854 pass = png_set_interlace_handling(png_ptr); in png_read_image()875 pass = png_set_interlace_handling(png_ptr); in png_read_image()1339 (void)png_set_interlace_handling(png_ptr); in png_read_png()3257 passes = png_set_interlace_handling(png_ptr); in png_image_read_colormapped()4073 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
1368 num_pass = png_set_interlace_handling(read_ptr); in test_one_file()1369 if (png_set_interlace_handling(write_ptr) != num_pass) in test_one_file()
1408 PNG_EXPORT(45, int, png_set_interlace_handling, (png_structrp png_ptr));
595 num_pass = png_set_interlace_handling(png_ptr); in png_write_image()
2117 number_of_passes = png_set_interlace_handling(png_ptr);2144 important for png_set_interlace_handling() - if you are going to call2145 png_read_update_info() you must call png_set_interlace_handling() before2158 need to call png_set_interlace_handling() (unless you call2210 = png_set_interlace_handling(png_ptr);3545 need to call png_set_interlace_handling() or call this function multiple3581 use png_set_interlace_handling() and call png_write_rows() the3583 (png_set_interlace_handling() returns the number of sub-images.)3588 number_of_passes = png_set_interlace_handling(png_ptr);3606 the interlacing yourself. Call png_set_interlace_handling() and use the
53 png_set_interlace_handling @45
353 mainprog_ptr->passes = png_set_interlace_handling(png_ptr); in readpng2_info_callback()
318 png_set_interlace_handling( png ); in Load_SBit_Png()
317 png_set_interlace_handling( png ); in Load_SBit_Png()
636 pass = png_set_interlace_handling(png_ptr); in png_read_image()657 pass = png_set_interlace_handling(png_ptr); in png_read_image()1078 (void)png_set_interlace_handling(png_ptr); in png_read_png()2992 passes = png_set_interlace_handling(png_ptr); in png_image_read_colormapped()3803 passes = png_set_interlace_handling(png_ptr); in png_image_read_direct()
96 png_set_interlace_handling(png_structrp png_ptr) in png_set_interlace_handling() function
450 #define png_set_interlace_handling FOXIT_png_set_interlace_handling macro1717 PNG_EXPORT(45, int, png_set_interlace_handling, (png_structrp png_ptr));
594 num_pass = png_set_interlace_handling(png_ptr); in png_write_image()
379 png_set_interlace_handling(png_ptr) : 1; in onDecode()842 png_set_interlace_handling(png_ptr) : 1; in onDecodeSubset()
446 png_set_interlace_handling(fPng_ptr) : 1; in initializeSwizzler()
400 #define png_set_interlace_handling skia_png_set_interlace_handling macro
201 png_set_interlace_handling(png_ptr); in DecodeInfoCallback()
3616 int passes = png_set_interlace_handling(png_ptr); in read_png()