Searched defs:png_set_alpha_mode (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrtran.c277 png_debug(1, "in png_set_alpha_mode");
309 * png_set_alpha_mode and png_set_background interact because both use
311 * png_set_alpha_mode is used to set the default mode - PNG_ALPHA_PNG - along
348 * the side effect that the gamma in a second call to png_set_alpha_mode will
381 png_set_alpha_mode(png_structp png_ptr, int mode, double output_gamma) function
828 * file if a gAMA chunk was present. png_set_alpha_mode provides a
1291 * png_set_alpha_mode and this is another source for a default file gamma so
1318 * png_set_alpha_mode (even if the alpha handling mode isn't required
1441 * so the color is in the color space of the output or png_set_alpha_mode

Completed in 43 milliseconds