Searched refs:PNG_COMPOSE (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrtran.c137 png_ptr->transformations |= PNG_COMPOSE | PNG_STRIP_ALPHA;
312 * with a default gamma value. Otherwise PNG_COMPOSE must not be set.
368 if (png_ptr->transformations & PNG_COMPOSE)
372 png_ptr->transformations |= PNG_COMPOSE;
1138 png_ptr->transformations &= ~(PNG_COMPOSE | PNG_BACKGROUND_EXPAND);
1205 png_ptr->transformations &= ~(PNG_COMPOSE | PNG_BACKGROUND_EXPAND);
1356 * 5) PNG_COMPOSE
1378 !(png_ptr->transformations & PNG_COMPOSE))
1438 else if (png_ptr->transformations & PNG_COMPOSE)
1440 /* PNG_COMPOSE
[all...]
H A Dpng.c2344 if (png_ptr->transformations & (PNG_COMPOSE | PNG_RGB_TO_GRAY))
2413 * PNG_COMPOSE). This effectively smashed the background calculation for
2433 if (png_ptr->transformations & (PNG_COMPOSE | PNG_RGB_TO_GRAY))
H A Dpngpriv.h316 #define PNG_COMPOSE 0x0080 /* Was PNG_BACKGROUND */ macro

Completed in 35 milliseconds