Searched refs:png_set_interlace_handling (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadNone.c48 extern int png_set_interlace_handling();
289 {"png_set_interlace_handling", png_set_interlace_handling},
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dexample.c338 number_passes = png_set_interlace_handling(png_ptr);
756 number_passes = png_set_interlace_handling(png_ptr);
H A Dpngtest.c1151 num_pass = png_set_interlace_handling(read_ptr);
1153 png_set_interlace_handling(write_ptr);
H A Dpngread.c695 * and png_set_interlace_handling() has been called, the rows need to
712 * not called png_set_interlace_handling(), the display_row buffer will
763 * png_start_read_image() if png_set_interlace_handling() wasn't called
783 pass = png_set_interlace_handling(png_ptr);
H A Dpngtrans.c93 png_set_interlace_handling(png_structp png_ptr) function
H A Dpngwrite.c601 * have called png_set_interlace_handling(), you will have to
642 num_pass = png_set_interlace_handling(png_ptr);
H A Dpng.h1700 PNG_EXPORT(int,png_set_interlace_handling) PNGARG((png_structp png_ptr));
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/libpng/
H A DpngtclStubInit.c146 png_set_interlace_handling, /* 41 */
H A DpngtclDecls.h151 PNG_IMPEXP int png_set_interlace_handling(png_structp png_ptr);
1430 #define png_set_interlace_handling \ macro
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/png/
H A Dpng.c564 number_passes = png_set_interlace_handling(png_ptr);

Completed in 289 milliseconds