![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for _brush_walk_t:Data Fields | |
| dt_masks_node_brush_t ** | nodes |
| int | node_count |
| _brush_frame_t | frame |
| int | pixel_threshold |
| int | arc_step |
| dt_masks_dynbuf_t * | dpoints |
| dt_masks_dynbuf_t * | dborder |
| dt_masks_dynbuf_t * | dpayload |
Definition at line 792 of file develop/masks/brush.c.
| int _brush_walk_t::arc_step |
Definition at line 801 of file develop/masks/brush.c.
Referenced by _brush_points_recurs(), _brush_walk_cap(), _brush_walk_node(), and _brush_walk_single_dab().
| dt_masks_dynbuf_t* _brush_walk_t::dborder |
Definition at line 803 of file develop/masks/brush.c.
Referenced by _brush_points_recurs(), _brush_walk_cap(), _brush_walk_node(), _brush_walk_segment(), and _brush_walk_single_dab().
| dt_masks_dynbuf_t* _brush_walk_t::dpayload |
Definition at line 804 of file develop/masks/brush.c.
Referenced by _brush_points_recurs(), _brush_walk_segment(), and _brush_walk_sync_payload().
| dt_masks_dynbuf_t* _brush_walk_t::dpoints |
Definition at line 802 of file develop/masks/brush.c.
Referenced by _brush_points_recurs(), _brush_walk_cap(), _brush_walk_node(), _brush_walk_segment(), _brush_walk_single_dab(), and _brush_walk_sync_payload().
| _brush_frame_t _brush_walk_t::frame |
Definition at line 796 of file develop/masks/brush.c.
Referenced by _brush_walk_segment(), and _brush_walk_single_dab().
| int _brush_walk_t::node_count |
Definition at line 795 of file develop/masks/brush.c.
Referenced by _brush_walk_pass().
| dt_masks_node_brush_t** _brush_walk_t::nodes |
Definition at line 794 of file develop/masks/brush.c.
Referenced by _brush_get_pts_border(), _brush_walk_segment(), and _brush_walk_single_dab().
| int _brush_walk_t::pixel_threshold |
Definition at line 797 of file develop/masks/brush.c.
Referenced by _brush_points_recurs().