![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <common.h>
Collaboration diagram for image_t:Data Fields | |
| GtkWidget * | drawing_area |
| cairo_surface_t * | surface |
| cairo_pattern_t * | image |
| int | width |
| int | height |
| float * | xyz |
| float | scale |
| int | offset_x |
| int | offset_y |
| float | shrink |
| point_t | bb [4] |
| chart_t ** | chart |
| gboolean | draw_colored |
Definition at line 36 of file src/chart/common.h.
| point_t image_t::bb[4] |
Definition at line 48 of file src/chart/common.h.
Referenced by get_boundingbox(), handle_motion(), map_boundingbox_to_view(), open_reference_image(), reset_bb(), and update_corner().
| chart_t** image_t::chart |
Definition at line 50 of file src/chart/common.h.
Referenced by draw_image_callback(), get_xyz_sample_from_image(), and init_image().
| gboolean image_t::draw_colored |
Definition at line 51 of file src/chart/common.h.
Referenced by create_notebook_page_reference(), create_notebook_page_source(), and draw_image_callback().
| GtkWidget* image_t::drawing_area |
Definition at line 38 of file src/chart/common.h.
Referenced by create_notebook_page_reference(), create_notebook_page_source(), init_image(), open_cht(), open_image(), open_it8(), open_reference_image(), open_source_image(), reference_mode_changed_callback(), and shrink_changed_callback().
| int image_t::height |
Definition at line 42 of file src/chart/common.h.
Referenced by get_boundingbox(), get_pixel_region(), map_point_to_view(), open_image(), and set_offset_and_scale().
| cairo_pattern_t* image_t::image |
Definition at line 41 of file src/chart/common.h.
Referenced by draw_image(), draw_image_callback(), free_image(), handle_motion(), open_image(), and set_offset_and_scale().
| int image_t::offset_x |
Definition at line 45 of file src/chart/common.h.
Referenced by center_image(), map_mouse_to_0_1(), and set_offset_and_scale().
| int image_t::offset_y |
Definition at line 45 of file src/chart/common.h.
Referenced by center_image(), map_mouse_to_0_1(), and set_offset_and_scale().
| float image_t::scale |
Definition at line 44 of file src/chart/common.h.
Referenced by map_point_to_view(), and set_offset_and_scale().
| float image_t::shrink |
Definition at line 46 of file src/chart/common.h.
Referenced by collect_reference_patches_foreach(), collect_source_patches_foreach(), draw_image_callback(), open_cht(), and shrink_changed_callback().
| cairo_surface_t* image_t::surface |
Definition at line 40 of file src/chart/common.h.
Referenced by free_image(), and open_image().
| int image_t::width |
Definition at line 42 of file src/chart/common.h.
Referenced by get_boundingbox(), get_pixel_region(), get_xyz_sample_from_image(), map_point_to_view(), open_image(), set_offset_and_scale(), and size_allocate_callback().
| float* image_t::xyz |
Definition at line 43 of file src/chart/common.h.
Referenced by free_image(), get_xyz_sample_from_image(), open_image(), and open_reference_image().