![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_liquify_path_data_t:Data Fields | |
| dt_liquify_path_header_t | header |
| dt_liquify_warp_t | warp |
| dt_liquify_node_t | node |
| dt_liquify_path_header_t dt_liquify_path_data_t::header |
Definition at line 271 of file liquify.c.
Referenced by _distort_paths(), _draw_paths(), _hit_paths(), alloc_line_to(), alloc_move_to(), button_pressed(), button_released(), interpolate_paths(), key_pressed(), mouse_moved(), node_alloc(), node_delete(), node_insert_before(), path_delete(), and smooth_paths_linsys().
| dt_liquify_node_t dt_liquify_path_data_t::node |
Definition at line 273 of file liquify.c.
Referenced by _distort_paths(), _draw_paths(), _hit_paths(), button_released(), interpolate_paths(), mouse_moved(), and smooth_paths_linsys().
| dt_liquify_warp_t dt_liquify_path_data_t::warp |
Definition at line 272 of file liquify.c.
Referenced by _distort_paths(), _draw_paths(), _hit_paths(), alloc_line_to(), button_released(), interpolate_paths(), mouse_moved(), and smooth_paths_linsys().