![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for _brush_span_t:Data Fields | |
| double | tmin |
| double | tmax |
| float * | points_min |
| float * | points_max |
| float * | border_min |
| float * | border_max |
| gboolean | have_min |
| gboolean | have_max |
| gboolean | have_border_min |
| gboolean | have_border_max |
Definition at line 813 of file develop/masks/brush.c.
| float* _brush_span_t::border_max |
Definition at line 820 of file develop/masks/brush.c.
Referenced by _brush_points_recurs().
| float* _brush_span_t::border_min |
Definition at line 819 of file develop/masks/brush.c.
Referenced by _brush_points_recurs().
| gboolean _brush_span_t::have_border_max |
Definition at line 824 of file develop/masks/brush.c.
Referenced by _brush_points_recurs().
| gboolean _brush_span_t::have_border_min |
Definition at line 823 of file develop/masks/brush.c.
Referenced by _brush_points_recurs().
| gboolean _brush_span_t::have_max |
Definition at line 822 of file develop/masks/brush.c.
Referenced by _brush_points_recurs().
| gboolean _brush_span_t::have_min |
Definition at line 821 of file develop/masks/brush.c.
Referenced by _brush_points_recurs().
| float* _brush_span_t::points_max |
Definition at line 818 of file develop/masks/brush.c.
Referenced by _brush_points_recurs().
| float* _brush_span_t::points_min |
Definition at line 817 of file develop/masks/brush.c.
Referenced by _brush_points_recurs().
| double _brush_span_t::tmax |
Definition at line 816 of file develop/masks/brush.c.
Referenced by _brush_points_recurs().
| double _brush_span_t::tmin |
Definition at line 815 of file develop/masks/brush.c.
Referenced by _brush_points_recurs().