Home
last modified time | relevance | path

Searched refs:gamma_str (Results 1 – 4 of 4) sorted by relevance

/third_party/cups-filters/filter/
Drastertopdf.cpp536 char gamma_str[128]; in getCalibrationArray() local
552 snprintf(gamma_str, sizeof(gamma_str), "/Gamma %g", in getCalibrationArray()
555 snprintf(gamma_str, sizeof(gamma_str), "/Gamma [%g %g %g]", in getCalibrationArray()
558 gamma_str[0] = '\0'; in getCalibrationArray()
581 + gamma_str + " " + wp_str + " " + matrix_str + " " + bp_str in getCalibrationArray()
/third_party/flutter/skia/third_party/externals/libpng/
Dexample.c436 else if ((gamma_str = getenv("SCREEN_GAMMA")) != NULL)
437 screen_gamma = atof(gamma_str);
/third_party/skia/third_party/externals/libpng/
Dexample.c436 else if ((gamma_str = getenv("SCREEN_GAMMA")) != NULL)
437 screen_gamma = atof(gamma_str);
/third_party/ffmpeg/libavcodec/
Dpngdec.c1346 char *gamma_str; in decode_frame_common() local
1351 ret = av_bprint_finalize(&bp, &gamma_str); in decode_frame_common()
1355 av_dict_set(&s->frame_metadata, "gamma", gamma_str, AV_DICT_DONT_STRDUP_VAL); in decode_frame_common()