Lines Matching full:file_gamma
8841 double file_gamma;
8862 double file_gamma, double screen_gamma, png_byte sbit, int threshold_test,
8873 dp->file_gamma = file_gamma;
8950 png_set_gamma(pp, sg, dp->file_gamma);
8952 png_fixed_point f = fix(dp->file_gamma);
8966 png_set_gamma(pp, dp->screen_gamma, dp->file_gamma);
8970 png_fixed_point f = fix(dp->file_gamma);
9133 vi->gamma_correction = 1/(dp->file_gamma*dp->screen_gamma);
9137 vi->file_inverse = 1/dp->file_gamma;
10056 d.pm->current_gamma = d.file_gamma;
10062 gama_modification_init(&gama_mod, d.pm, d.file_gamma);
10181 png_byte bit_depth, int interlace_type, double file_gamma,
10187 pos = safecatd(name, sizeof name, pos, file_gamma, 3);
10192 file_gamma, screen_gamma, 0/*sBIT*/, 1/*threshold test*/, name,
10239 const int interlace_type, const double file_gamma,
10259 pos = safecatd(name, sizeof name, pos, file_gamma, 3);
10264 file_gamma, screen_gamma, sbit, 0, name, use_input_precision,
10400 const int interlace_type, const double file_gamma,
10424 bg = file_gamma;
10432 bg = (file_gamma + screen_gamma) / 3;
10519 pos = safecatd(name, sizeof name, pos, file_gamma, 3);
10545 file_gamma, screen_gamma, 0/*sBIT*/, 0, name, use_input_precision,