Home
last modified time | relevance | path

Searched refs:app_gamma (Results 1 – 7 of 7) sorted by relevance

/dports/print/ghostscript7-base/ghostscript-7.07/gimp-print-4.2.7/src/printdef/
H A Dprintdef.h70 float app_gamma; /* Application gamma */ member
/dports/print/gutenprint/gutenprint-5.3.3/src/main/
H A Dcolor-conversion.h153 double app_gamma; member
H A Dprint-color.c794 ret->app_gamma = 1.0; in allocate_lut()
834 dest->app_gamma = src->app_gamma; in copy_lut()
1410 lut->app_gamma = 1.0; in stpi_compute_lut()
1426 lut->app_gamma = stp_get_float_parameter(v, "AppGamma"); in stpi_compute_lut()
1431 lut->screen_gamma = lut->app_gamma / app_gamma_scale; /* "Empirical" */ in stpi_compute_lut()
/dports/print/gimp-gutenprint/gutenprint-5.3.3/src/main/
H A Dcolor-conversion.h153 double app_gamma; member
H A Dprint-color.c794 ret->app_gamma = 1.0; in allocate_lut()
834 dest->app_gamma = src->app_gamma; in copy_lut()
1410 lut->app_gamma = 1.0; in stpi_compute_lut()
1426 lut->app_gamma = stp_get_float_parameter(v, "AppGamma"); in stpi_compute_lut()
1431 lut->screen_gamma = lut->app_gamma / app_gamma_scale; /* "Empirical" */ in stpi_compute_lut()
/dports/print/ghostscript7-base/ghostscript-7.07/gimp-print-4.2.7/src/main/
H A Dprint-util.c84 float app_gamma; /* Application gamma */ member
374 DEF_FUNCS(app_gamma, float) in DEF_STRING_FUNCS()
H A Dprint-color.c1892 double app_gamma = stp_get_app_gamma(v); in stp_compute_lut() local
1894 double screen_gamma = app_gamma / 4.0; /* "Empirical" */ in stp_compute_lut()