Home
last modified time | relevance | path

Searched refs:view_struct_new (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Dview_area.h43 view_struct *view_struct_new (
H A Dview_area.c128 view_struct *view_struct_new (gint width, gint height, void (*calc_buf) (gpointer, unsigned char*, … in view_struct_new() function
H A Ddraw_hf_dialog.c186 view_struct_new(MAX_PEN_PREVIEW, MAX_PEN_PREVIEW, (gpointer) compute_preview, (gpointer) pen); in draw_hf_dialog_new()
H A Ddraw_crater_dialog.c230 view_struct_new(64,64, (gpointer) compute_preview,(gpointer) crater); in draw_crater_dialog_new()
H A Dline_dialog.c254 view_struct_new(preview_width,preview_height,(gpointer) compute_preview,(gpointer) fl); in line_dialog_new()
H A Ddraw_dialog.c371 view_struct_new(MAX_PEN_PREVIEW, MAX_PEN_PREVIEW, (gpointer) compute_preview,(gpointer) pen); in draw_dialog_new()
H A Dvoronoi_dialog.c344view_struct_new(NOISE_PREVIEW_SIZE,NOISE_PREVIEW_SIZE,(gpointer) compute_noise_preview,(gpointer) … in voronoi_dialog_new()
H A Dhf_wrapper.c979 vs = view_struct_new (HISTOGRAM_WIDTH, HISTOGRAM_HEIGHT, NULL, NULL); in hf_stats()
H A Dimg_process_dialog.c2155view_struct_new(MAX_NOISE_PREVIEW,MAX_NOISE_PREVIEW,(gpointer) compute_merge_preview,(gpointer) &h… in simple_merge_dialog_new()
/dports/graphics/geomorph/geomorph-0.60.1/src/fourier/
H A Dfourier_dialog.c271 fds->finv_view = view_struct_new (FOURIER_VIEW_SIZE, FOURIER_VIEW_SIZE, in fourier_dialog_new()