![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <masks.h>
Collaboration diagram for dt_masks_preview_buffers_t:Data Fields | |
| float * | points |
| int | points_count |
| float * | border |
| int | border_count |
| float * | source_points |
| float* dt_masks_preview_buffers_t::border |
Definition at line 801 of file masks.h.
Referenced by _circle_events_post_expose(), _circle_get_creation_preview(), _ellipse_events_post_expose(), _ellipse_get_creation_preview(), _gradient_events_post_expose(), _gradient_get_creation_preview(), and dt_masks_preview_buffers_cleanup().
| int dt_masks_preview_buffers_t::border_count |
Definition at line 802 of file masks.h.
Referenced by _circle_events_post_expose(), _circle_get_creation_preview(), _ellipse_events_post_expose(), _ellipse_get_creation_preview(), _gradient_events_post_expose(), and _gradient_get_creation_preview().
| float* dt_masks_preview_buffers_t::points |
Definition at line 799 of file masks.h.
Referenced by _circle_events_post_expose(), _circle_get_creation_preview(), _ellipse_events_post_expose(), _ellipse_get_creation_preview(), _gradient_events_post_expose(), _gradient_get_creation_preview(), and dt_masks_preview_buffers_cleanup().
| int dt_masks_preview_buffers_t::points_count |
Definition at line 800 of file masks.h.
Referenced by _circle_events_post_expose(), _circle_get_creation_preview(), _ellipse_events_post_expose(), _ellipse_get_creation_preview(), _gradient_events_post_expose(), and _gradient_get_creation_preview().
| float* dt_masks_preview_buffers_t::source_points |
Definition at line 804 of file masks.h.
Referenced by _circle_events_post_expose(), _circle_get_creation_preview(), _ellipse_events_post_expose(), _ellipse_get_creation_preview(), and dt_masks_preview_buffers_cleanup().