Home
last modified time | relevance | path

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

/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Derode_dialog.c151 if (hfw->hf_options->img->whimsical_erosion->radius) in apply_whimsical()
152 hf_smooth(hfw->hf_struct, hfw->hf_options->img->whimsical_erosion->radius, in apply_whimsical()
161 if (hfw->hf_options->img->whimsical_erosion->smooth_ribs) { in apply_whimsical()
166 hf_smooth(hfw->hf_struct, hfw->hf_options->img->whimsical_erosion->smooth_ribs, in apply_whimsical()
178 if (hfw->hf_options->img->whimsical_erosion->auto_contrast) in merge_whimsical_postprocess()
226 wes = hfw->hf_options->img->whimsical_erosion; in whimsical_erosion_dialog_new()
H A Dimg_process_dialog.h246 whimsical_erosion_struct *whimsical_erosion; member
H A Dimg_process_dialog.c289 img->whimsical_erosion = whimsical_erosion_struct_new (6, 2, TRUE); in img_struct_new()
349 whimsical_erosion_struct_free(img->whimsical_erosion); in img_dialog_free()