![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <dng_opcode.h>
Collaboration diagram for dt_dng_gain_map_t:Data Fields | |
| uint32_t | top |
| uint32_t | left |
| uint32_t | bottom |
| uint32_t | right |
| uint32_t | plane |
| uint32_t | planes |
| uint32_t | row_pitch |
| uint32_t | col_pitch |
| uint32_t | map_points_v |
| uint32_t | map_points_h |
| double | map_spacing_v |
| double | map_spacing_h |
| double | map_origin_v |
| double | map_origin_h |
| uint32_t | map_planes |
| float | map_gain [] |
| uint32_t dt_dng_gain_map_t::bottom |
Referenced by dt_dng_opcode_process_opcode_list_2().
| uint32_t dt_dng_gain_map_t::col_pitch |
Referenced by dt_dng_opcode_process_opcode_list_2().
| uint32_t dt_dng_gain_map_t::left |
Referenced by dt_dng_opcode_process_opcode_list_2().
| float dt_dng_gain_map_t::map_gain[] |
Referenced by dt_dng_opcode_process_opcode_list_2(), and process().
| double dt_dng_gain_map_t::map_origin_h |
Referenced by dt_dng_opcode_process_opcode_list_2(), and process().
| double dt_dng_gain_map_t::map_origin_v |
Referenced by dt_dng_opcode_process_opcode_list_2(), and process().
| uint32_t dt_dng_gain_map_t::map_planes |
Referenced by dt_dng_opcode_process_opcode_list_2().
| uint32_t dt_dng_gain_map_t::map_points_h |
Referenced by dt_dng_opcode_process_opcode_list_2(), and process().
| uint32_t dt_dng_gain_map_t::map_points_v |
Referenced by dt_dng_opcode_process_opcode_list_2(), and process().
| double dt_dng_gain_map_t::map_spacing_h |
Referenced by dt_dng_opcode_process_opcode_list_2(), and process().
| double dt_dng_gain_map_t::map_spacing_v |
Referenced by dt_dng_opcode_process_opcode_list_2(), and process().
| uint32_t dt_dng_gain_map_t::plane |
Referenced by dt_dng_opcode_process_opcode_list_2().
| uint32_t dt_dng_gain_map_t::planes |
Referenced by dt_dng_opcode_process_opcode_list_2().
| uint32_t dt_dng_gain_map_t::right |
Referenced by dt_dng_opcode_process_opcode_list_2().
| uint32_t dt_dng_gain_map_t::row_pitch |
Referenced by dt_dng_opcode_process_opcode_list_2().
| uint32_t dt_dng_gain_map_t::top |
Referenced by dt_dng_opcode_process_opcode_list_2().