Searched refs:PNG_INTERLACE_NONE (Results 1 – 14 of 14) sorted by relevance
/external/webkit/Source/WebCore/platform/image-encoders/ |
D | PNGImageEncoder.cpp | 112 PNG_INTERLACE_NONE, PNG_COMPRESSION_TYPE_DEFAULT, in compressRGBABigEndianToPNG()
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_png.cpp | 298 PNG_INTERLACE_NONE, PNG_COMPRESSION_TYPE_DEFAULT, in WriteImage()
|
/external/libpng/contrib/gregbook/ |
D | writepng.c | 152 PNG_INTERLACE_NONE; in writepng_init()
|
/external/skia/src/images/ |
D | SkImageDecoder_libpng.cpp | 346 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/ |
D | PNGImageDecoder.cpp | 351 if (png_get_interlace_type(m_reader->pngPtr(), m_reader->infoPtr()) != PNG_INTERLACE_NONE) in rowAvailable()
|
/external/libpng/contrib/visupng/ |
D | PngFile.c | 336 PNG_COLOR_TYPE_RGB, PNG_INTERLACE_NONE, PNG_COMPRESSION_TYPE_BASE, in PngSaveImage()
|
/external/libpng/contrib/pngminus/ |
D | pnm2png.c | 405 (!interlace) ? PNG_INTERLACE_NONE : PNG_INTERLACE_ADAM7, in pnm2png()
|
/external/libpng/ |
D | pngwutil.c | 479 if (interlace_type != PNG_INTERLACE_NONE && in png_write_IHDR() 486 interlace_type=PNG_INTERLACE_NONE; in png_write_IHDR()
|
D | pngtest.c | 916 color_type, PNG_INTERLACE_NONE, compression_type, filter_type); in test_one_file()
|
D | png.h | 1136 #define PNG_INTERLACE_NONE 0 /* Non-interlaced image */ macro
|
D | libpng-1.2.44.txt | 561 interlace_type - (PNG_INTERLACE_NONE or 1289 interlace_type == PNG_INTERLACE_NONE), this is simple: 1855 interlace_type - PNG_INTERLACE_NONE or
|
D | libpng-1.2.46.txt | 561 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/ |
D | pngwutil.c | 459 if (interlace_type != PNG_INTERLACE_NONE && in png_write_IHDR() 466 interlace_type=PNG_INTERLACE_NONE; in png_write_IHDR()
|
D | png.h | 972 #define PNG_INTERLACE_NONE 0 /* Non-interlaced image */ macro
|