Searched refs:PNG_INTERLACE (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngread.c534 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
700 (png_ptr->transformations & PNG_INTERLACE))
833 if (png_ptr->interlaced && !(png_ptr->transformations & PNG_INTERLACE))
836 * first turning on the PNG_INTERLACE transform. We can fix this here,
845 /* Obtain the pass number, which also turns on the PNG_INTERLACE flag in
H A Dpngpread.c1064 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
1299 if (png_ptr->transformations & PNG_INTERLACE)
H A Dpngwrite.c695 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
786 (png_ptr->transformations & PNG_INTERLACE))
H A Dpngwutil.c2109 if (!(png_ptr->transformations & PNG_INTERLACE))
2173 if (png_ptr->transformations & PNG_INTERLACE)
2198 if (png_ptr->transformations & PNG_INTERLACE)
H A Dpngpriv.h310 #define PNG_INTERLACE 0x0002 macro
H A Dpngtrans.c131 png_ptr->transformations |= PNG_INTERLACE;
H A Dpngrutil.c3350 if (!(png_ptr->transformations & PNG_INTERLACE))
3358 else /* if (png_ptr->transformations & PNG_INTERLACE) */
3467 if (!(png_ptr->transformations & PNG_INTERLACE))

Completed in 186 milliseconds