Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/image-encoders/
DPNGImageEncoder.cpp112 PNG_INTERLACE_NONE, PNG_COMPRESSION_TYPE_DEFAULT, in compressRGBABigEndianToPNG()
/external/opencv/otherlibs/highgui/
Dgrfmt_png.cpp298 PNG_INTERLACE_NONE, PNG_COMPRESSION_TYPE_DEFAULT, in WriteImage()
/external/libpng/contrib/gregbook/
Dwritepng.c152 PNG_INTERLACE_NONE; in writepng_init()
/external/skia/src/images/
DSkImageDecoder_libpng.cpp346 const int number_passes = interlace_type != PNG_INTERLACE_NONE ? in onDecode()
694 const int number_passes = interlace_type != PNG_INTERLACE_NONE ? in onDecodeRegion()
1107 PNG_INTERLACE_NONE, PNG_COMPRESSION_TYPE_BASE, in onEncode()
/external/webkit/Source/WebCore/platform/image-decoders/png/
DPNGImageDecoder.cpp351 if (png_get_interlace_type(m_reader->pngPtr(), m_reader->infoPtr()) != PNG_INTERLACE_NONE) in rowAvailable()
/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.c479 if (interlace_type != PNG_INTERLACE_NONE && in png_write_IHDR()
486 interlace_type=PNG_INTERLACE_NONE; in png_write_IHDR()
Dpngtest.c916 color_type, PNG_INTERLACE_NONE, compression_type, filter_type); in test_one_file()
Dpng.h1136 #define PNG_INTERLACE_NONE 0 /* Non-interlaced image */ macro
Dlibpng-1.2.44.txt561 interlace_type - (PNG_INTERLACE_NONE or
1289 interlace_type == PNG_INTERLACE_NONE), this is simple:
1855 interlace_type - PNG_INTERLACE_NONE or
Dlibpng-1.2.46.txt561 interlace_type - (PNG_INTERLACE_NONE or
1289 interlace_type == PNG_INTERLACE_NONE), this is simple:
1855 interlace_type - PNG_INTERLACE_NONE or
/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