Home
last modified time | relevance | path

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

12

/external/libpng/contrib/libtests/
Dreadpng.c75 int passes = png_set_interlace_handling(png_ptr); in read_png()
Dtimepng.c113 int passes = png_set_interlace_handling(png_ptr); in read_by_row()
Dmakepng.c948 int passes = png_set_interlace_handling(png_ptr); in write_png()
/external/libpng/
Dexample.c526 number_passes = png_set_interlace_handling(png_ptr);
949 number_passes = png_set_interlace_handling(png_ptr);
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()
Dpngtrans.c99 png_set_interlace_handling(png_structrp png_ptr) in png_set_interlace_handling() function
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()
Dpng.h1285 PNG_EXPORT(45, int, png_set_interlace_handling, (png_structrp png_ptr));
Dpngwrite.c616 num_pass = png_set_interlace_handling(png_ptr); in png_write_image()
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
/external/libpng/scripts/
Dsymbols.def52 png_set_interlace_handling @45
/external/libpng/contrib/oss-fuzz/
Dlibpng_read_fuzzer.cc171 int passes = png_set_interlace_handling(png_handler.png_ptr); in LLVMFuzzerTestOneInput()
/external/pdfium/core/fxcodec/png/
Dpngmodule.cpp106 int pass = png_set_interlace_handling(png_ptr); in _png_get_header_func()
/external/libpng/contrib/gregbook/
Dreadpng2.c361 mainprog_ptr->passes = png_set_interlace_handling(png_ptr); in readpng2_info_callback()
/external/freetype/src/sfnt/
Dpngshim.c382 png_set_interlace_handling( png ); in Load_SBit_Png()
/external/pdfium/third_party/libpng16/
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()
Dpngtrans.c99 png_set_interlace_handling(png_structrp png_ptr) in png_set_interlace_handling() function
Dpngprefix.h358 #define png_set_interlace_handling PDFIUM_png_set_interlace_handling macro
Dpngwrite.c616 num_pass = png_set_interlace_handling(png_ptr); in png_write_image()
Dpng.h1285 PNG_EXPORT(45, int, png_set_interlace_handling, (png_structrp png_ptr));
/external/tensorflow/tensorflow/core/lib/png/
Dpng_io.cc278 context->num_passes = png_set_interlace_handling(context->png_ptr); in CommonInitDecode()
/external/pdfium/testing/image_diff/
Dimage_diff_png.cpp231 png_set_interlace_handling(png_ptr); in DecodeInfoCallback()
/external/skqp/src/codec/
DSkPngCodec.cpp915 const int numberPasses = png_set_interlace_handling(fPng_ptr); in infoCallback()
/external/skia/src/codec/
DSkPngCodec.cpp914 const int numberPasses = png_set_interlace_handling(fPng_ptr); in infoCallback()
/external/libpng/contrib/tools/
Dpngfix.c3623 int passes = png_set_interlace_handling(png_ptr); in read_png()

12