![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for _gather_t:Data Fields | |
| GArray * | vertices |
| double | first_x |
| double | first_y |
| gboolean | closed |
| double | scale_x |
| double | scale_y |
| double | offset_x |
| double | offset_y |
Definition at line 555 of file stroke_raster.c.
| gboolean _gather_t::closed |
Definition at line 560 of file stroke_raster.c.
Referenced by dt_stroke_raster_path().
| double _gather_t::first_x |
Definition at line 558 of file stroke_raster.c.
Referenced by dt_stroke_raster_path().
| double _gather_t::first_y |
Definition at line 559 of file stroke_raster.c.
Referenced by dt_stroke_raster_path().
| double _gather_t::offset_x |
Definition at line 563 of file stroke_raster.c.
Referenced by dt_stroke_raster_path().
| double _gather_t::offset_y |
Definition at line 564 of file stroke_raster.c.
Referenced by dt_stroke_raster_path().
| double _gather_t::scale_x |
Definition at line 561 of file stroke_raster.c.
Referenced by dt_stroke_raster_path().
| double _gather_t::scale_y |
Definition at line 562 of file stroke_raster.c.
Referenced by dt_stroke_raster_path().
| GArray* _gather_t::vertices |
Definition at line 557 of file stroke_raster.c.
Referenced by dt_stroke_raster_path().