![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <masks_gui.h>
Collaboration diagram for dt_masks_preview_buffers_t:Data Fields | |
| float * | points |
| int | points_count |
| float * | border |
| int | border_count |
| float * | source_points |
Definition at line 433 of file masks_gui.h.
| float* dt_masks_preview_buffers_t::border |
Definition at line 437 of file masks_gui.h.
Referenced by dt_masks_preview_buffers_cleanup().
| int dt_masks_preview_buffers_t::border_count |
Definition at line 438 of file masks_gui.h.
| float* dt_masks_preview_buffers_t::points |
Definition at line 435 of file masks_gui.h.
Referenced by dt_masks_preview_buffers_cleanup().
| int dt_masks_preview_buffers_t::points_count |
Definition at line 436 of file masks_gui.h.
| float* dt_masks_preview_buffers_t::source_points |
Definition at line 440 of file masks_gui.h.
Referenced by dt_masks_preview_buffers_cleanup().