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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpnglibconf.h106 #define PNG_READ_BGR_SUPPORTED macro
H A Dpngread.c521 #if defined(PNG_WRITE_BGR_SUPPORTED) && !defined(PNG_READ_BGR_SUPPORTED)
523 png_warning(png_ptr, "PNG_READ_BGR_SUPPORTED is not defined");
1400 #ifdef PNG_READ_BGR_SUPPORTED
H A Dpngtrans.c46 #if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
571 #if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
648 #endif /* PNG_READ_BGR_SUPPORTED or PNG_WRITE_BGR_SUPPORTED */
H A Dpngpriv.h878 #if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
H A Dpng.h1136 #if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
H A Dpngwrite.c680 #if !defined(PNG_WRITE_BGR_SUPPORTED) && defined(PNG_READ_BGR_SUPPORTED)
H A Dpngrtran.c2253 #ifdef PNG_READ_BGR_SUPPORTED

Completed in 80 milliseconds