![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <runtime.h>
Collaboration diagram for dt_drawlayer_process_state_t:Data Fields | |
| dt_drawlayer_cache_patch_t | base_patch |
| dt_drawlayer_cache_patch_t | stroke_mask |
| gboolean | cache_valid |
| gboolean | cache_dirty |
| dt_drawlayer_damaged_rect_t | cache_dirty_rect |
| int32_t | cache_imgid |
| char | cache_layer_name [DRAWLAYER_NAME_SIZE] |
| int | cache_layer_order |
| gboolean | base_patch_loaded_ref |
| uint32_t | base_patch_stroke_refs |
| void * | last_composite_dev_out |
| uint64_t | last_composite_layer_hash |
| dt_iop_roi_t | last_composite_target_roi |
| gboolean | last_composite_valid |
| dt_drawlayer_cache_patch_t dt_drawlayer_process_state_t::base_patch |
base_patch: RAM copy, converted as 32 bits floats of the full-res TIFF layer. It's our interface between user interaction and disk file.
Definition at line 38 of file runtime.h.
Referenced by process_cl().
| gboolean dt_drawlayer_process_state_t::base_patch_loaded_ref |
| uint32_t dt_drawlayer_process_state_t::base_patch_stroke_refs |
| dt_drawlayer_damaged_rect_t dt_drawlayer_process_state_t::cache_dirty_rect |
| char dt_drawlayer_process_state_t::cache_layer_name[DRAWLAYER_NAME_SIZE] |
| void* dt_drawlayer_process_state_t::last_composite_dev_out |
Definition at line 66 of file runtime.h.
Referenced by process_cl().
| uint64_t dt_drawlayer_process_state_t::last_composite_layer_hash |
Definition at line 67 of file runtime.h.
Referenced by process_cl().
| dt_iop_roi_t dt_drawlayer_process_state_t::last_composite_target_roi |
Definition at line 68 of file runtime.h.
Referenced by process_cl().
| gboolean dt_drawlayer_process_state_t::last_composite_valid |
Definition at line 69 of file runtime.h.
Referenced by process_cl().
| dt_drawlayer_cache_patch_t dt_drawlayer_process_state_t::stroke_mask |