Home
last modified time | relevance | path

Searched refs:medium_filter1 (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Dhf_dialog_options.c109 hf_options->medium_filter1 = NULL; in hf_options_dialog_new()
175 if (hf_opt->medium_filter1) in hf_options_dialog_free()
176 filter_free(hf_opt->medium_filter1); in hf_options_dialog_free()
H A Dhf_dialog_options.h99 filter_struct *medium_filter1; member
H A Dhf_filters_dialog.c90 if (!hfw->hf_options->medium_filter1) in mediumfilter1_callb()
91 hfw->hf_options->medium_filter1 = medium_filter1_new( in mediumfilter1_callb()
93 hfw->hf_options->fd_struct->current_filter = hfw->hf_options->medium_filter1; in mediumfilter1_callb()