Searched refs:PNG_INTERLACE_NONE (Results 1 – 9 of 9) sorted by relevance
152 PNG_INTERLACE_NONE; in writepng_init()
410 const int number_passes = interlace_type != PNG_INTERLACE_NONE ? in onDecode()809 PNG_INTERLACE_NONE, PNG_COMPRESSION_TYPE_BASE, in onEncode()
336 PNG_COLOR_TYPE_RGB, PNG_INTERLACE_NONE, PNG_COMPRESSION_TYPE_BASE, in PngSaveImage()
405 (!interlace) ? PNG_INTERLACE_NONE : PNG_INTERLACE_ADAM7, in pnm2png()
474 if (interlace_type != PNG_INTERLACE_NONE && in png_write_IHDR()481 interlace_type=PNG_INTERLACE_NONE; in png_write_IHDR()
905 color_type, PNG_INTERLACE_NONE, compression_type, filter_type); in test_one_file()
1059 #define PNG_INTERLACE_NONE 0 /* Non-interlaced image */ macro
459 if (interlace_type != PNG_INTERLACE_NONE && in png_write_IHDR()466 interlace_type=PNG_INTERLACE_NONE; in png_write_IHDR()
972 #define PNG_INTERLACE_NONE 0 /* Non-interlaced image */ macro