![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_iop_ashift_points_idx_t:Data Fields | |
| size_t | offset |
| int | length |
| int | near |
| int | bounded |
| dt_iop_ashift_linetype_t | type |
| dt_iop_ashift_linecolor_t | color |
| float | bbx |
| float | bby |
| float | bbX |
| float | bbY |
| float dt_iop_ashift_points_idx_t::bbx |
Definition at line 414 of file ashift.c.
Referenced by get_points().
| float dt_iop_ashift_points_idx_t::bbX |
Definition at line 414 of file ashift.c.
Referenced by get_points().
| float dt_iop_ashift_points_idx_t::bby |
Definition at line 414 of file ashift.c.
Referenced by get_points().
| float dt_iop_ashift_points_idx_t::bbY |
Definition at line 414 of file ashift.c.
Referenced by get_points().
| int dt_iop_ashift_points_idx_t::bounded |
Definition at line 410 of file ashift.c.
Referenced by _get_bounded_inside(), and get_points().
| dt_iop_ashift_linecolor_t dt_iop_ashift_points_idx_t::color |
Definition at line 412 of file ashift.c.
Referenced by get_points(), and update_colors().
| int dt_iop_ashift_points_idx_t::length |
Definition at line 408 of file ashift.c.
Referenced by _get_near(), and get_points().
| int dt_iop_ashift_points_idx_t::near |
Definition at line 409 of file ashift.c.
Referenced by _get_bounded_inside(), _get_near(), and get_points().
| size_t dt_iop_ashift_points_idx_t::offset |
Definition at line 407 of file ashift.c.
Referenced by _get_near(), and get_points().
| dt_iop_ashift_linetype_t dt_iop_ashift_points_idx_t::type |
Definition at line 411 of file ashift.c.
Referenced by _get_bounded_inside(), get_points(), and update_colors().