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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngwtran.c86 if (png_ptr->transformations & PNG_PACK)
H A Dpngpriv.h311 #define PNG_PACK 0x0004 macro
H A Dpngread.c512 if (png_ptr->transformations & PNG_PACK)
H A Dpngtrans.c87 png_ptr->transformations |= PNG_PACK;
H A Dpngwrite.c671 if (png_ptr->transformations & PNG_PACK)
H A Dpngrtran.c1367 * 16) PNG_PACK
1968 if ((png_ptr->transformations & PNG_PACK) && (info_ptr->bit_depth < 8))
2249 if (png_ptr->transformations & PNG_PACK)
H A Dpngrutil.c3490 if ((png_ptr->transformations & PNG_PACK) && png_ptr->bit_depth < 8)

Completed in 159 milliseconds