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.c366 png_ptr->screen_gamma = output_gamma; in png_set_alpha_mode_fixed()
842 png_ptr->screen_gamma = scrn_gamma; in png_set_gamma_fixed()
1081 png_gamma_threshold(png_fixed_point screen_gamma, png_fixed_point file_gamma) in png_gamma_threshold() argument
1091 return !png_muldiv(&gtest, screen_gamma, file_gamma, PNG_FP_1) || in png_gamma_threshold()
1307 if (png_ptr->screen_gamma != 0) /* screen set too */ in png_init_read_transformations()
1309 png_ptr->screen_gamma); in png_init_read_transformations()
1315 png_ptr->screen_gamma = png_reciprocal(png_ptr->colorspace.gamma); in png_init_read_transformations()
1318 else if (png_ptr->screen_gamma != 0) in png_init_read_transformations()
1324 png_ptr->colorspace.gamma = png_reciprocal(png_ptr->screen_gamma); in png_init_read_transformations()
1332 png_ptr->screen_gamma = png_ptr->colorspace.gamma = PNG_FP_1; in png_init_read_transformations()
[all …]
Dpng.c4221 png_ptr->screen_gamma > 0 ?
4223 png_ptr->screen_gamma) : PNG_FP_1);
4234 png_ptr->screen_gamma > 0 ?
4235 png_reciprocal(png_ptr->screen_gamma) :
4305 png_ptr->screen_gamma > 0 ? png_product2(png_ptr->colorspace.gamma,
4306 png_ptr->screen_gamma) : PNG_FP_1);
4310 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->colorspace.gamma,
4311 png_ptr->screen_gamma) : PNG_FP_1);
4326 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.c3171 png_ptr->screen_gamma == PNG_GAMMA_sRGB && in png_image_read_colormapped()
3181 png_ptr->screen_gamma == PNG_GAMMA_sRGB && in png_image_read_colormapped()
3191 png_ptr->screen_gamma == PNG_GAMMA_sRGB && in png_image_read_colormapped()
Dpng.h1382 double screen_gamma, double override_file_gamma))
1384 png_fixed_point screen_gamma, png_fixed_point override_file_gamma))
Dlibpng-manual.txt724 png_set_gamma(png_ptr, screen_gamma, output_gamma);
728 png_set_gamma_fixed(png_ptr, PNG_FP_1*screen_gamma,
831 png_set_alpha_mode(png_ptr, mode, screen_gamma);
833 png_set_gamma(png_ptr, screen_gamma, 1.0/screen_gamma);
836 The screen_gamma value is the same as the argument to png_set_gamma; however,
838 file gamma default to 1/screen_gamma, so normally you don't need to call
906 component values, whatever screen_gamma you supply. The
907 screen_gamma value is, however, used as a default for
925 the screen_gamma value. Pixels with alpha less than 1.0
958 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/libpng16/
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.c4143 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->colorspace.gamma,
4144 png_ptr->screen_gamma) : PNG_FP_1);
4155 png_ptr->screen_gamma > 0 ? png_reciprocal(png_ptr->screen_gamma) :
4225 png_ptr->screen_gamma > 0 ? png_product2(png_ptr->colorspace.gamma,
4226 png_ptr->screen_gamma) : PNG_FP_1);
4230 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->colorspace.gamma,
4231 png_ptr->screen_gamma) : PNG_FP_1);
4246 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.c3157 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()
3177 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))
/external/libpng/contrib/libtests/
Dpngvalid.c9215 double screen_gamma; member
9235 double file_gamma, double screen_gamma, png_byte sbit, int threshold_test, in gamma_display_init() argument
9247 dp->screen_gamma = screen_gamma; in gamma_display_init()
9305 const double sg = dp->screen_gamma; in gamma_info_imp()
9339 png_set_gamma(pp, dp->screen_gamma, dp->file_gamma); in gamma_info_imp()
9342 png_fixed_point s = fix(dp->screen_gamma); in gamma_info_imp()
9408 double screen_gamma; member
9451 vi->screen_gamma = dp->screen_gamma; in init_validate_info()
9452 if (fabs(vi->screen_gamma-1) < PNG_GAMMA_THRESHOLD) in init_validate_info()
9453 vi->screen_gamma = vi->screen_inverse = 0; in init_validate_info()
[all …]