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

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_png.c99 png_set_gamma(png_ptr, 2.2, gamma);
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.h1233 * encoding if it has no gAMA chunk and if png_set_gamma() has not been called
1243 * encoding will be overridden if png_set_gamma() is called - the results may be
1364 * is easier than achieving the same effect with png_set_gamma. You must use
1494 PNG_FP_EXPORT(50, void, png_set_gamma,
H A Dpngrtran.c821 png_error(png_ptr, "invalid file gamma in png_set_gamma");
824 png_error(png_ptr, "invalid screen gamma in png_set_gamma");
837 png_set_gamma(png_structp png_ptr, double scrn_gamma, double file_gamma) function
1290 /* Prior to 1.5.4 these tests were performed from png_set_gamma, 1.5.4 adds

Completed in 65 milliseconds