![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <masks.h>
Collaboration diagram for dt_masks_node_brush_t:Data Fields | |
| float | node [2] |
| float | ctrl1 [2] |
| float | ctrl2 [2] |
| float | border [2] |
| float | density |
| float | fading |
| dt_masks_points_states_t | state |
| float dt_masks_node_brush_t::border[2] |
Definition at line 227 of file masks.h.
Referenced by _add_node_to_segment(), _brush_disc_union(), _brush_events_mouse_moved(), _brush_ramer_douglas_peucker(), _brush_segment_load(), _brush_walk_single_dab(), _change_size(), and dt_masks_legacy_params_v2_to_v3().
| float dt_masks_node_brush_t::ctrl1[2] |
Definition at line 225 of file masks.h.
Referenced by _add_node_to_segment(), _brush_disc_union(), _brush_events_button_pressed(), _brush_events_mouse_moved(), _brush_get_pts_border(), _brush_init_ctrl_points(), _brush_ramer_douglas_peucker(), _brush_segment_load(), _brush_switch_node_callback(), _brush_translate_node(), and dt_masks_legacy_params_v2_to_v3().
| float dt_masks_node_brush_t::ctrl2[2] |
Definition at line 226 of file masks.h.
Referenced by _add_node_to_segment(), _brush_disc_union(), _brush_events_button_pressed(), _brush_events_mouse_moved(), _brush_get_pts_border(), _brush_init_ctrl_points(), _brush_ramer_douglas_peucker(), _brush_segment_load(), _brush_switch_node_callback(), _brush_translate_node(), and dt_masks_legacy_params_v2_to_v3().
| float dt_masks_node_brush_t::density |
Definition at line 228 of file masks.h.
Referenced by _add_node_to_segment(), _brush_ramer_douglas_peucker(), _brush_segment_load(), and _brush_walk_single_dab().
| float dt_masks_node_brush_t::fading |
Definition at line 229 of file masks.h.
Referenced by _add_node_to_segment(), _brush_get_interaction_value(), _brush_ramer_douglas_peucker(), _brush_segment_load(), _brush_walk_single_dab(), and _change_fading().
| float dt_masks_node_brush_t::node[2] |
Definition at line 224 of file masks.h.
Referenced by _add_node_to_segment(), _brush_disc_union(), _brush_events_button_pressed(), _brush_events_mouse_moved(), _brush_get_position_in_segment(), _brush_get_pts_border(), _brush_init_ctrl_points(), _brush_node(), _brush_ramer_douglas_peucker(), _brush_segment_load(), _brush_switch_node_callback(), _brush_translate_node(), _brush_walk_single_dab(), dt_masks_legacy_params_v2_to_v3(), and rt_masks_get_delta_to_destination().
| dt_masks_points_states_t dt_masks_node_brush_t::state |
Definition at line 230 of file masks.h.
Referenced by _add_node_to_segment(), _brush_events_button_pressed(), _brush_events_mouse_moved(), _brush_init_ctrl_points(), _brush_populate_context_menu(), _brush_ramer_douglas_peucker(), _brush_reset_round_node_callback(), _brush_switch_node_callback(), and update_modelines.modelines_updater_t::process_line().