Searched refs:PNG_WRITE_BGR_SUPPORTED (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libpng-1.2.8/
H A Dpngconf.h611 # define PNG_WRITE_BGR_SUPPORTED macro
H A Dpngwtran.c71 #if defined(PNG_WRITE_BGR_SUPPORTED)
H A Dpngtrans.c14 #if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
538 #if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
613 #endif /* PNG_READ_BGR_SUPPORTED or PNG_WRITE_BGR_SUPPORTED */
H A Dpngwrite.c765 #if !defined(PNG_WRITE_BGR_SUPPORTED) && defined(PNG_READ_BGR_SUPPORTED)
767 png_warning(png_ptr, "PNG_WRITE_BGR_SUPPORTED is not defined.");
1433 #if defined(PNG_WRITE_BGR_SUPPORTED)
H A Dpng.h1491 #if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
3199 #if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
H A Dpngread.c590 #if defined(PNG_WRITE_BGR_SUPPORTED) && !defined(PNG_READ_BGR_SUPPORTED)

Completed in 3536 milliseconds