![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_dev_snapshot_engine_t:Data Fields | |
| dt_atomic_int | ref_count |
| dt_atomic_int | destroying |
| dt_develop_t * | frozen |
| dt_dev_pixelpipe_t * | pipe |
| dt_dev_pixelpipe_t * | preview_pipe |
| int32_t | raw_width |
| int32_t | raw_height |
| float | raw_iscale |
| dt_dev_locked_surface_t | locked |
| dt_dev_pixelpipe_cache_wait_t | wait |
| dt_dev_locked_surface_t | preview_locked |
| dt_dev_pixelpipe_cache_wait_t | preview_wait |
| dt_iop_roi_t | preview_last_roi |
| gboolean | preview_roi_valid |
| dt_pthread_mutex_t | lock |
| dt_job_t * | job |
| dt_iop_roi_t | pending_roi |
| dt_iop_roi_t | last_roi |
| gboolean | roi_valid |
| gboolean | captured |
Definition at line 56 of file dev_snapshot.c.
| gboolean dt_dev_snapshot_engine_t::captured |
Definition at line 81 of file dev_snapshot.c.
Referenced by dt_dev_snapshot_capture(), and dt_dev_snapshot_is_valid().
| dt_atomic_int dt_dev_snapshot_engine_t::destroying |
Definition at line 59 of file dev_snapshot.c.
Referenced by _recompute_job_run(), dt_dev_snapshot_capture(), and dt_dev_snapshot_clear().
| dt_develop_t* dt_dev_snapshot_engine_t::frozen |
Definition at line 61 of file dev_snapshot.c.
Referenced by _engine_free(), _process_at_roi(), and dt_dev_snapshot_capture().
| dt_job_t* dt_dev_snapshot_engine_t::job |
Definition at line 76 of file dev_snapshot.c.
Referenced by _recompute_job_run(), _schedule_main_recompute(), and dt_dev_snapshot_clear().
| dt_iop_roi_t dt_dev_snapshot_engine_t::last_roi |
Definition at line 78 of file dev_snapshot.c.
Referenced by _recompute_job_run(), _sync_main_now(), and dt_dev_snapshot_draw().
| dt_pthread_mutex_t dt_dev_snapshot_engine_t::lock |
Definition at line 75 of file dev_snapshot.c.
Referenced by _engine_free(), _recompute_job_run(), _schedule_main_recompute(), _sync_main_now(), dt_dev_snapshot_capture(), dt_dev_snapshot_clear(), and dt_dev_snapshot_draw().
| dt_dev_locked_surface_t dt_dev_snapshot_engine_t::locked |
Definition at line 67 of file dev_snapshot.c.
Referenced by _engine_free(), and dt_dev_snapshot_draw().
| dt_iop_roi_t dt_dev_snapshot_engine_t::pending_roi |
Definition at line 77 of file dev_snapshot.c.
Referenced by _recompute_job_run(), and _schedule_main_recompute().
| dt_dev_pixelpipe_t* dt_dev_snapshot_engine_t::pipe |
Definition at line 62 of file dev_snapshot.c.
Referenced by _engine_free(), _recompute_job_run(), _sync_main_now(), dt_dev_snapshot_capture(), and dt_dev_snapshot_draw().
| dt_iop_roi_t dt_dev_snapshot_engine_t::preview_last_roi |
Definition at line 72 of file dev_snapshot.c.
Referenced by _sync_preview_now().
| dt_dev_locked_surface_t dt_dev_snapshot_engine_t::preview_locked |
Definition at line 70 of file dev_snapshot.c.
Referenced by _draw_preview_fallback(), and _engine_free().
| dt_dev_pixelpipe_t* dt_dev_snapshot_engine_t::preview_pipe |
Definition at line 63 of file dev_snapshot.c.
Referenced by _draw_preview_fallback(), _engine_free(), _sync_preview_now(), and dt_dev_snapshot_capture().
| gboolean dt_dev_snapshot_engine_t::preview_roi_valid |
Definition at line 73 of file dev_snapshot.c.
Referenced by _draw_preview_fallback(), _sync_preview_now(), and dt_dev_snapshot_draw().
| dt_dev_pixelpipe_cache_wait_t dt_dev_snapshot_engine_t::preview_wait |
Definition at line 71 of file dev_snapshot.c.
Referenced by _draw_preview_fallback().
| int32_t dt_dev_snapshot_engine_t::raw_height |
Definition at line 64 of file dev_snapshot.c.
Referenced by _process_at_roi(), and dt_dev_snapshot_capture().
| float dt_dev_snapshot_engine_t::raw_iscale |
Definition at line 65 of file dev_snapshot.c.
Referenced by _process_at_roi(), and dt_dev_snapshot_capture().
| int32_t dt_dev_snapshot_engine_t::raw_width |
Definition at line 64 of file dev_snapshot.c.
Referenced by _process_at_roi(), and dt_dev_snapshot_capture().
| dt_atomic_int dt_dev_snapshot_engine_t::ref_count |
Definition at line 58 of file dev_snapshot.c.
Referenced by _engine_unref(), _schedule_main_recompute(), and dt_dev_snapshot_capture().
| gboolean dt_dev_snapshot_engine_t::roi_valid |
Definition at line 79 of file dev_snapshot.c.
Referenced by _recompute_job_run(), _sync_main_now(), and dt_dev_snapshot_draw().
| dt_dev_pixelpipe_cache_wait_t dt_dev_snapshot_engine_t::wait |
Definition at line 68 of file dev_snapshot.c.
Referenced by dt_dev_snapshot_draw().