HomeSort by relevance Sort by last modified time
    Searched full:png_set_interlace_handling (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/libpng/contrib/libtests/
readpng.c 75 int passes = png_set_interlace_handling(png_ptr);
timepng.c 113 int passes = png_set_interlace_handling(png_ptr);
  /external/libpng/contrib/examples/
pngpixel.c 15 * images. Normally you would call png_set_interlace_handling() to have libpng
18 * png_set_interlace_handling() is not called and, instead, the code handles the
223 /* png_set_interlace_handling returns the number of
  /external/freetype/src/sfnt/
pngshim.c 309 png_set_interlace_handling( png );
  /external/libpng/scripts/
symbols.def 53 png_set_interlace_handling @45
  /external/pdfium/core/fxcodec/codec/
ccodec_pngmodule.cpp 136 pass = png_set_interlace_handling(png_ptr);
  /external/pdfium/third_party/freetype/src/sfnt/
pngshim.c 318 png_set_interlace_handling( png );
  /external/skia/third_party/libpng/
pngtest.c     [all...]
pngprefix.h 404 #define png_set_interlace_handling skia_png_set_interlace_handling macro
pngread.c 612 * and png_set_interlace_handling() has been called, the rows need to
629 * not called png_set_interlace_handling(), the display_row buffer will
683 * png_start_read_image() if png_set_interlace_handling() wasn't called
705 pass = png_set_interlace_handling(png_ptr);
727 pass = png_set_interlace_handling(png_ptr);
    [all...]
example.c 532 number_passes = png_set_interlace_handling(png_ptr);
    [all...]
  /external/syslinux/com32/lib/libpng/
pngread.c 834 * and png_set_interlace_handling() has been called, the rows need to
851 * not called png_set_interlace_handling(), the display_row buffer will
902 * png_start_read_image() if png_set_interlace_handling() wasn't called
922 pass = png_set_interlace_handling(png_ptr);
    [all...]
example.c 335 number_passes = png_set_interlace_handling(png_ptr);
750 number_passes = png_set_interlace_handling(png_ptr);
libpng.txt     [all...]
pngtest.c     [all...]
pngwrite.c 732 * have called png_set_interlace_handling(), you will have to
773 num_pass = png_set_interlace_handling(png_ptr);
    [all...]
  /external/libpng/
pngread.c 615 * and png_set_interlace_handling() has been called, the rows need to
632 * not called png_set_interlace_handling(), the display_row buffer will
686 * png_start_read_image() if png_set_interlace_handling() wasn't called
708 pass = png_set_interlace_handling(png_ptr);
730 pass = png_set_interlace_handling(png_ptr);
    [all...]
pngtest.c     [all...]
example.c 532 number_passes = png_set_interlace_handling(png_ptr);
    [all...]
  /external/pdfium/third_party/libpng16/
pngread.c 615 * and png_set_interlace_handling() has been called, the rows need to
632 * not called png_set_interlace_handling(), the display_row buffer will
686 * png_start_read_image() if png_set_interlace_handling() wasn't called
708 pass = png_set_interlace_handling(png_ptr);
730 pass = png_set_interlace_handling(png_ptr);
    [all...]
  /external/pdfium/samples/
image_diff_png.cc 201 png_set_interlace_handling(png_ptr);
  /external/syslinux/bios/com32/lib/
libcom32.elf 
libcom32.c32 
  /external/syslinux/efi32/com32/lib/
libcom32.elf 
  /external/libpng/contrib/gregbook/
readpng2.c 360 mainprog_ptr->passes = png_set_interlace_handling(png_ptr);

Completed in 646 milliseconds

1 2 3