Home
last modified time | relevance | path

Searched refs:PNG_INTERLACE_NONE (Results 1 – 9 of 9) sorted by relevance

/external/libpng/contrib/gregbook/
Dwritepng.c152 PNG_INTERLACE_NONE; in writepng_init()
/external/skia/src/images/
DSkImageDecoder_libpng.cpp410 const int number_passes = interlace_type != PNG_INTERLACE_NONE ? in onDecode()
809 PNG_INTERLACE_NONE, PNG_COMPRESSION_TYPE_BASE, in onEncode()
/external/libpng/contrib/visupng/
DPngFile.c336 PNG_COLOR_TYPE_RGB, PNG_INTERLACE_NONE, PNG_COMPRESSION_TYPE_BASE, in PngSaveImage()
/external/libpng/contrib/pngminus/
Dpnm2png.c405 (!interlace) ? PNG_INTERLACE_NONE : PNG_INTERLACE_ADAM7, in pnm2png()
/external/libpng/
Dpngwutil.c474 if (interlace_type != PNG_INTERLACE_NONE && in png_write_IHDR()
481 interlace_type=PNG_INTERLACE_NONE; in png_write_IHDR()
Dpngtest.c905 color_type, PNG_INTERLACE_NONE, compression_type, filter_type); in test_one_file()
Dpng.h1059 #define PNG_INTERLACE_NONE 0 /* Non-interlaced image */ macro
/external/qemu/distrib/libpng-1.2.19/
Dpngwutil.c459 if (interlace_type != PNG_INTERLACE_NONE && in png_write_IHDR()
466 interlace_type=PNG_INTERLACE_NONE; in png_write_IHDR()
Dpng.h972 #define PNG_INTERLACE_NONE 0 /* Non-interlaced image */ macro