Home
last modified time | relevance | path

Searched refs:png_set_interlace_handling (Results 1 – 20 of 20) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dreadpng.c75 int passes = png_set_interlace_handling(png_ptr); in read_png()
A Dtimepng.c113 int passes = png_set_interlace_handling(png_ptr); in read_by_row()
A Dmakepng.c948 int passes = png_set_interlace_handling(png_ptr); in write_png()
A Dpngvalid.c3983 # 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()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dsymbols.def52 png_set_interlace_handling @45
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_png.c127 int (*png_set_interlace_handling) (png_structrp png_ptr); member
181 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()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dexample.c526 number_passes = png_set_interlace_handling(png_ptr);
949 number_passes = png_set_interlace_handling(png_ptr);
A Dpngread.c714 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()
A Dpngtrans.c99 png_set_interlace_handling(png_structrp png_ptr) in png_set_interlace_handling() function
A Dpngtest.c1451 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()
A Dpng.h1285 PNG_EXPORT(45, int, png_set_interlace_handling, (png_structrp png_ptr));
A Dpngwrite.c616 num_pass = png_set_interlace_handling(png_ptr); in png_write_image()
A Dlibpng-manual.txt2161 number_of_passes = png_set_interlace_handling(png_ptr);
2198 important for png_set_interlace_handling() - if you are going to call
2199 png_read_update_info() you must call png_set_interlace_handling() before
2212 need to call png_set_interlace_handling() (unless you call
2264 = png_set_interlace_handling(png_ptr);
3611 need to call png_set_interlace_handling() or call this function multiple
3647 use png_set_interlace_handling() and call png_write_rows() the
3649 (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
A DCHANGES4917 png_combine_row() isn't built or used, and png_set_interlace_handling()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/oss-fuzz/
A Dlibpng_read_fuzzer.cc171 int passes = png_set_interlace_handling(png_handler.png_ptr); in LLVMFuzzerTestOneInput()
/AliOS-Things-master/components/freetype/src/sfnt/
A Dpngshim.c309 png_set_interlace_handling( png ); in Load_SBit_Png()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/
A Dreadpng2.c361 mainprog_ptr->passes = png_set_interlace_handling(png_ptr); in readpng2_info_callback()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/
A Dpngdec.c307 num_passes = png_set_interlace_handling(png); in ReadPNG()
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dpng.h1285 PNG_EXPORT(45, int, png_set_interlace_handling, (png_structrp png_ptr));
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dpngfix.c3623 int passes = png_set_interlace_handling(png_ptr); in read_png()

Completed in 94 milliseconds