Home
last modified time | relevance | path

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

/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Dhf_tools_dialog.c142 hfw->hf_options->need_tmp_buf = FALSE; in transform_callb()
156 hfw->hf_options->need_tmp_buf = TRUE; in transform_callb()
201 hfw->hf_options->need_tmp_buf = FALSE; in draw_tools_callb()
223 hfw->hf_options->need_tmp_buf = TRUE; in draw_tools_callb()
H A Dhf_dialog_options.h117 gboolean need_tmp_buf; // TRUE if we need to initialize hf_struct->tmp_buf after an undo member
H A Dhf_dialog_options.c134 hf_options->need_tmp_buf = FALSE; // Flag: if we need temp buffer for brightness / contrast in hf_options_dialog_new()
H A Dhf_wrapper.c483 if (hfw->hf_options->need_tmp_buf) { in hf_wrapper_display()