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.c361 png_ptr->screen_gamma = output_gamma; in png_set_alpha_mode_fixed()
835 png_ptr->screen_gamma = scrn_gamma; in png_set_gamma_fixed()
1075 png_gamma_threshold(png_fixed_point screen_gamma, png_fixed_point file_gamma) in png_gamma_threshold() argument
1085 return !png_muldiv(&gtest, screen_gamma, file_gamma, PNG_FP_1) || in png_gamma_threshold()
1301 if (png_ptr->screen_gamma != 0) /* screen set too */ in png_init_read_transformations()
1303 png_ptr->screen_gamma); in png_init_read_transformations()
1309 png_ptr->screen_gamma = png_reciprocal(png_ptr->colorspace.gamma); in png_init_read_transformations()
1312 else if (png_ptr->screen_gamma != 0) in png_init_read_transformations()
1318 png_ptr->colorspace.gamma = png_reciprocal(png_ptr->screen_gamma); in png_init_read_transformations()
1326 png_ptr->screen_gamma = png_ptr->colorspace.gamma = PNG_FP_1; in png_init_read_transformations()
[all …]
Dpng.c4018 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->colorspace.gamma,
4019 png_ptr->screen_gamma) : PNG_FP_1);
4030 png_ptr->screen_gamma > 0 ? png_reciprocal(png_ptr->screen_gamma) :
4099 png_ptr->screen_gamma > 0 ? png_product2(png_ptr->colorspace.gamma,
4100 png_ptr->screen_gamma) : PNG_FP_1);
4104 png_ptr->screen_gamma > 0 ? png_reciprocal2(png_ptr->colorspace.gamma,
4105 png_ptr->screen_gamma) : PNG_FP_1);
4120 png_ptr->screen_gamma > 0 ? png_reciprocal(png_ptr->screen_gamma) :
Dpngstruct.h334 png_fixed_point screen_gamma; /* screen gamma value (display_exponent) */ member
Dpng.h1474 double screen_gamma, double override_file_gamma))
1476 png_fixed_point screen_gamma, png_fixed_point override_file_gamma))
Dpngread.c3283 png_ptr->screen_gamma == PNG_GAMMA_sRGB && in png_image_read_colormapped()
3293 png_ptr->screen_gamma == PNG_GAMMA_sRGB && in png_image_read_colormapped()
3303 png_ptr->screen_gamma == PNG_GAMMA_sRGB && in png_image_read_colormapped()
Dlibpng-manual.txt715 png_set_gamma(png_ptr, screen_gamma, output_gamma);
719 png_set_gamma_fixed(png_ptr, PNG_FP_1*screen_gamma,
822 png_set_alpha_mode(png_ptr, mode, screen_gamma);
824 png_set_gamma(png_ptr, screen_gamma, 1.0/screen_gamma);
827 The screen_gamma value is the same as the argument to png_set_gamma; however,
829 file gamma default to 1/screen_gamma, so normally you don't need to call
897 component values, whatever screen_gamma you supply. The
898 screen_gamma value is, however, used as a default for
916 the screen_gamma value. Pixels with alpha less than 1.0
949 screen_gamma);
[all …]
DCHANGES217 Cosmetic change "display_gamma" to "screen_gamma" in pngrtran.c
220 screen_gamma, viewing_gamma, and display_gamma.
/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngrtran.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 …]
Dfx_png.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
Dfx_pngread.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.c7695 double screen_gamma; member
7715 double file_gamma, double screen_gamma, png_byte sbit, int threshold_test, in gamma_display_init() argument
7727 dp->screen_gamma = screen_gamma; in gamma_display_init()
7785 PNG_CONST double sg = dp->screen_gamma; in gamma_info_imp()
7819 png_set_gamma(pp, dp->screen_gamma, dp->file_gamma); in gamma_info_imp()
7822 png_fixed_point s = fix(dp->screen_gamma); in gamma_info_imp()
7888 double screen_gamma; member
7931 vi->screen_gamma = dp->screen_gamma; in init_validate_info()
7932 if (fabs(vi->screen_gamma-1) < PNG_GAMMA_THRESHOLD) in init_validate_info()
7933 vi->screen_gamma = vi->screen_inverse = 0; in init_validate_info()
[all …]