Home
last modified time | relevance | path

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

/mirbsd/src/lib/libpng/
Dpngwutil.c481 if (interlace_type != PNG_INTERLACE_NONE && in png_write_IHDR()
488 interlace_type=PNG_INTERLACE_NONE; in png_write_IHDR()
Dpng.h732 #define PNG_INTERLACE_NONE 0 /* Non-interlaced image */ macro