Home
last modified time | relevance | path

Searched refs:low_output (Results 1 – 12 of 12) sorted by path

/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/levels/
H A Dimagelevels.cpp78 int low_output[5] = { 0 }; member
173 d->levels->low_output[channel] = 0; in levelsChannelReset()
203 d->levels->low_output[channel] = 0; in levelsChannelAuto()
445 if (d->levels->high_output[j] >= d->levels->low_output[j]) in levelsLutFunc()
448 d->levels->low_output[j]) + d->levels->low_output[j]); in levelsLutFunc()
452 inten = (double)(d->levels->low_output[j] - inten * in levelsLutFunc()
640 d->levels->low_output[channel] = val; in setLevelLowOutputValue()
688 return (d->levels->low_output[channel]); in getLevelLowOutputValue()
711 int low_output[5]; in loadLevelsFromGimpLevelsFile() local
752 &low_output[i], in loadLevelsFromGimpLevelsFile()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/operations/
H A Dgimpbrightnesscontrastconfig.c206 levels->low_output[GIMP_HISTOGRAM_VALUE] = value; in gimp_brightness_contrast_config_to_levels_config()
232 levels->low_output[GIMP_HISTOGRAM_VALUE] = value; in gimp_brightness_contrast_config_to_levels_config()
H A Dgimplevelsconfig.c214 g_value_set_double (value, self->low_output[self->channel]); in gimp_levels_config_get_property()
271 self->low_output[self->channel] = g_value_get_double (value); in gimp_levels_config_set_property()
374 config_a->low_output[channel] != config_b->low_output[channel] || in gimp_levels_config_equal()
425 dest_config->low_output[channel] = src_config->low_output[channel]; in gimp_levels_config_copy()
519 config->low_output[channel] = 0.0; in gimp_levels_config_stretch_channel()
722 y = config->low_output[channel]; in gimp_levels_config_to_curves_config()
762 y = config->low_output[channel] + delta_out * in gimp_levels_config_to_curves_config()
797 y = config->low_output[channel] + dy; in gimp_levels_config_to_curves_config()
824 gint low_output[5]; in gimp_levels_config_load_cruft() local
872 &low_output[i], in gimp_levels_config_load_cruft()
[all …]
H A Dgimplevelsconfig.h53 gdouble low_output[5]; member
H A Dgimpoperationlevels.c98 gdouble low_output, in gimp_operation_levels_map() argument
115 if (high_output >= low_output) in gimp_operation_levels_map()
116 value = value * (high_output - low_output) + low_output; in gimp_operation_levels_map()
117 else if (high_output < low_output) in gimp_operation_levels_map()
118 value = low_output - value * (low_output - high_output); in gimp_operation_levels_map()
162 config->low_output[channel + 1], in gimp_operation_levels_process()
173 config->low_output[0], in gimp_operation_levels_process()
/dports/graphics/gimp-app/gimp-2.10.30/app/pdb/
H A Dcolor-cmds.c112 gint32 low_output; in levels_invoker() local
120 low_output = g_value_get_int (gimp_value_array_index (args, 5)); in levels_invoker()
142 "low-output", low_output / 255.0, in levels_invoker()
H A Ddrawable-color-cmds.c571 gdouble low_output; in drawable_levels_invoker() local
581 low_output = g_value_get_double (gimp_value_array_index (args, 6)); in drawable_levels_invoker()
604 "low-output", low_output, in drawable_levels_invoker()
/dports/graphics/gimp-app/gimp-2.10.30/libgimp/
H A Dgimpcolor_pdb.c90 gint low_output, in gimp_levels() argument
104 GIMP_PDB_INT32, low_output, in gimp_levels()
H A Dgimpcolor_pdb.h45 gint low_output,
H A Dgimpdrawablecolor_pdb.c549 gdouble low_output, in gimp_drawable_levels() argument
565 GIMP_PDB_FLOAT, low_output, in gimp_drawable_levels()
H A Dgimpdrawablecolor_pdb.h84 gdouble low_output,
/dports/graphics/gimp-beautify-plugin/beautify-e209c8d/
H A Dbeautify.c730 gint low_output = 0; in adjustment() local
744 low_output -= value; in adjustment()
751 low_output, high_output); in adjustment()