![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Collaboration diagram for dt_lut_viewer_projection_t:Data Fields | |
| dt_aligned_pixel_simd_t | screen_x |
| dt_aligned_pixel_simd_t | screen_y |
| dt_aligned_pixel_simd_t | screen_z |
| float | min_x |
| float | max_x |
| float | min_y |
| float | max_y |
| float | min_depth |
| float | max_depth |
| float | scale |
| float | offset_x |
| float | offset_y |
| float | slice_depth |
| float | slice_half_thickness |
Definition at line 47 of file lut_viewer.c.
| float dt_lut_viewer_projection_t::max_depth |
Definition at line 57 of file lut_viewer.c.
Referenced by _build_projection().
| float dt_lut_viewer_projection_t::max_x |
Definition at line 53 of file lut_viewer.c.
Referenced by _build_projection().
| float dt_lut_viewer_projection_t::max_y |
Definition at line 55 of file lut_viewer.c.
Referenced by _build_projection().
| float dt_lut_viewer_projection_t::min_depth |
Definition at line 56 of file lut_viewer.c.
Referenced by _build_projection().
| float dt_lut_viewer_projection_t::min_x |
Definition at line 52 of file lut_viewer.c.
Referenced by _build_projection().
| float dt_lut_viewer_projection_t::min_y |
Definition at line 54 of file lut_viewer.c.
Referenced by _build_projection().
| float dt_lut_viewer_projection_t::offset_x |
Definition at line 59 of file lut_viewer.c.
Referenced by _build_projection(), and _project_point().
| float dt_lut_viewer_projection_t::offset_y |
Definition at line 60 of file lut_viewer.c.
Referenced by _build_projection(), and _project_point().
| float dt_lut_viewer_projection_t::scale |
Definition at line 58 of file lut_viewer.c.
Referenced by _build_projection(), _draw_axes(), and _project_point().
| dt_aligned_pixel_simd_t dt_lut_viewer_projection_t::screen_x |
Definition at line 49 of file lut_viewer.c.
Referenced by _build_projection(), and _project_point().
| dt_aligned_pixel_simd_t dt_lut_viewer_projection_t::screen_y |
Definition at line 50 of file lut_viewer.c.
Referenced by _build_projection(), and _project_point().
| dt_aligned_pixel_simd_t dt_lut_viewer_projection_t::screen_z |
Definition at line 51 of file lut_viewer.c.
Referenced by _build_projection(), and _project_point().
| float dt_lut_viewer_projection_t::slice_depth |
Definition at line 61 of file lut_viewer.c.
Referenced by _build_projection(), and _draw_samples().
| float dt_lut_viewer_projection_t::slice_half_thickness |
Definition at line 62 of file lut_viewer.c.
Referenced by _build_projection(), and _draw_samples().