Searched refs:PNG_INTERLACE_NONE (Results 1 – 2 of 2) sorted by relevance
481 if (interlace_type != PNG_INTERLACE_NONE && in png_write_IHDR()488 interlace_type=PNG_INTERLACE_NONE; in png_write_IHDR()
732 #define PNG_INTERLACE_NONE 0 /* Non-interlaced image */ macro