Home
last modified time | relevance | path

Searched refs:screen_gamma (Results 1 – 14 of 14) sorted by relevance

/external/libpng/
Dexample.c434 screen_gamma = user-defined screen_gamma;
439 screen_gamma = atof(gamma_str);
444 screen_gamma = PNG_DEFAULT_sRGB; /* A good guess for a PC monitor
446 screen_gamma = PNG_GAMMA_MAC_18 or 1.0; /* Good guesses for Mac systems */
458 png_set_gamma(png_ptr, screen_gamma, PNG_DEFAULT_sRGB);
463 png_set_gamma(png_ptr, screen_gamma, image_gamma);
465 png_set_gamma(png_ptr, screen_gamma, 0.45455);
Dpngrtran.c365 png_ptr->screen_gamma = output_gamma; in png_set_alpha_mode_fixed()
839 png_ptr->screen_gamma = scrn_gamma; in png_set_gamma_fixed()
1078 png_gamma_threshold(png_fixed_point screen_gamma, png_fixed_point file_gamma) in png_gamma_threshold() argument
1088 return !png_muldiv(&gtest, screen_gamma, file_gamma, PNG_FP_1) || in png_gamma_threshold()
1304 if (png_ptr->screen_gamma != 0) /* screen set too */ in png_init_read_transformations()
1306 png_ptr->screen_gamma); in png_init_read_transformations()
1312 png_ptr->screen_gamma = png_reciprocal(png_ptr->colorspace.gamma); in png_init_read_transformations()
1315 else if (png_ptr->screen_gamma != 0) in png_init_read_transformations()
1321 png_ptr->colorspace.gamma = png_reciprocal(png_ptr->screen_gamma); in png_init_read_transformations()
1329 png_ptr->screen_gamma = png_ptr->colorspace.gamma = PNG_FP_1; in png_init_read_transformations()
[all …]
Dpng.c4108 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->colorspace.gamma,
4109 png_ptr->screen_gamma) : PNG_FP_1);
4120 png_ptr->screen_gamma > 0 ? png_reciprocal(png_ptr->screen_gamma) :
4190 png_ptr->screen_gamma > 0 ? png_product2(png_ptr->colorspace.gamma,
4191 png_ptr->screen_gamma) : PNG_FP_1);
4195 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->colorspace.gamma,
4196 png_ptr->screen_gamma) : PNG_FP_1);
4211 png_ptr->screen_gamma > 0 ? png_reciprocal(png_ptr->screen_gamma) :
Dpngstruct.h291 png_fixed_point screen_gamma; /* screen gamma value (display_exponent) */ member
Dpngread.c3147 png_ptr->screen_gamma == PNG_GAMMA_sRGB && in png_image_read_colormapped()
3157 png_ptr->screen_gamma == PNG_GAMMA_sRGB && in png_image_read_colormapped()
3167 png_ptr->screen_gamma == PNG_GAMMA_sRGB && in png_image_read_colormapped()
Dpng.h1386 double screen_gamma, double override_file_gamma))
1388 png_fixed_point screen_gamma, png_fixed_point override_file_gamma))
Dlibpng-manual.txt719 png_set_gamma(png_ptr, screen_gamma, output_gamma);
723 png_set_gamma_fixed(png_ptr, PNG_FP_1*screen_gamma,
826 png_set_alpha_mode(png_ptr, mode, screen_gamma);
828 png_set_gamma(png_ptr, screen_gamma, 1.0/screen_gamma);
831 The screen_gamma value is the same as the argument to png_set_gamma; however,
833 file gamma default to 1/screen_gamma, so normally you don't need to call
901 component values, whatever screen_gamma you supply. The
902 screen_gamma value is, however, used as a default for
920 the screen_gamma value. Pixels with alpha less than 1.0
953 screen_gamma);
[all …]
DCHANGES224 Cosmetic change "display_gamma" to "screen_gamma" in pngrtran.c
227 screen_gamma, viewing_gamma, and display_gamma.
/external/pdfium/third_party/lpng_v163/
Dpngrtran.c360 png_ptr->screen_gamma = output_gamma; in png_set_alpha_mode_fixed()
834 png_ptr->screen_gamma = scrn_gamma; in png_set_gamma_fixed()
1074 png_gamma_threshold(png_fixed_point screen_gamma, png_fixed_point file_gamma) in png_gamma_threshold() argument
1084 return !png_muldiv(&gtest, screen_gamma, file_gamma, PNG_FP_1) || in png_gamma_threshold()
1294 if (png_ptr->screen_gamma != 0) /* screen set too */ in png_init_read_transformations()
1296 png_ptr->screen_gamma); in png_init_read_transformations()
1302 png_ptr->screen_gamma = png_reciprocal(png_ptr->colorspace.gamma); in png_init_read_transformations()
1305 else if (png_ptr->screen_gamma != 0) in png_init_read_transformations()
1311 png_ptr->colorspace.gamma = png_reciprocal(png_ptr->screen_gamma); in png_init_read_transformations()
1319 png_ptr->screen_gamma = png_ptr->colorspace.gamma = PNG_FP_1; in png_init_read_transformations()
[all …]
Dpng.c3904 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->colorspace.gamma,
3905 png_ptr->screen_gamma) : PNG_FP_1);
3916 png_ptr->screen_gamma > 0 ? png_reciprocal(png_ptr->screen_gamma) :
3986 png_ptr->screen_gamma > 0 ? png_product2(png_ptr->colorspace.gamma,
3987 png_ptr->screen_gamma) : PNG_FP_1);
3992 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->colorspace.gamma,
3993 png_ptr->screen_gamma) : PNG_FP_1);
4009 png_ptr->screen_gamma > 0 ? png_reciprocal(png_ptr->screen_gamma) :
Dpngstruct.h287 png_fixed_point screen_gamma; /* screen gamma value (display_exponent) */ member
Dpngread.c3018 png_ptr->screen_gamma == PNG_GAMMA_sRGB && in png_image_read_colormapped()
3028 png_ptr->screen_gamma == PNG_GAMMA_sRGB && in png_image_read_colormapped()
3038 png_ptr->screen_gamma == PNG_GAMMA_sRGB && in png_image_read_colormapped()
Dpng.h1783 double screen_gamma, double override_file_gamma))
1785 png_fixed_point screen_gamma, png_fixed_point override_file_gamma))
/external/libpng/contrib/libtests/
Dpngvalid.c8842 double screen_gamma; member
8862 double file_gamma, double screen_gamma, png_byte sbit, int threshold_test, in gamma_display_init() argument
8874 dp->screen_gamma = screen_gamma; in gamma_display_init()
8932 const double sg = dp->screen_gamma; in gamma_info_imp()
8966 png_set_gamma(pp, dp->screen_gamma, dp->file_gamma); in gamma_info_imp()
8969 png_fixed_point s = fix(dp->screen_gamma); in gamma_info_imp()
9035 double screen_gamma; member
9078 vi->screen_gamma = dp->screen_gamma; in init_validate_info()
9079 if (fabs(vi->screen_gamma-1) < PNG_GAMMA_THRESHOLD) in init_validate_info()
9080 vi->screen_gamma = vi->screen_inverse = 0; in init_validate_info()
[all …]