Home
last modified time | relevance | path

Searched refs:dt_view_get_image_to_act_on (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/darktable38/darktable-3.8.0/src/libs/
H A Dcopy_history.c80 … && (darktable.view_manager->copy_paste.copied_imageid != dt_view_get_image_to_act_on()))); in _update()
214 const int id = dt_view_get_image_to_act_on(); in copy_button_clicked()
226 const int id = dt_view_get_image_to_act_on(); in copy_parts_button_clicked()
H A Dimage.c200 …= d->imageid > 0 && (act_on_mult || (act_on_one && (d->imageid != dt_view_get_image_to_act_on()))); in _update()
241 const int imgid = dt_view_get_image_to_act_on(); in _update()
387 d->imageid = dt_view_get_image_to_act_on(); in copy_metadata_callback()
H A Dgeotagging.c1334 const int imgid = dt_view_get_image_to_act_on(); in _get_image_datetime()
/dports/graphics/darktable/darktable-3.6.1/src/libs/
H A Dcopy_history.c80 … && (darktable.view_manager->copy_paste.copied_imageid != dt_view_get_image_to_act_on()))); in _update()
228 const int id = dt_view_get_image_to_act_on(); in copy_button_clicked()
240 const int id = dt_view_get_image_to_act_on(); in copy_parts_button_clicked()
H A Dimage.c200 …= d->imageid > 0 && (act_on_mult || (act_on_one && (d->imageid != dt_view_get_image_to_act_on()))); in _update()
241 const int imgid = dt_view_get_image_to_act_on(); in _update()
387 d->imageid = dt_view_get_image_to_act_on(); in copy_metadata_callback()
H A Dgeotagging.c1350 const int imgid = dt_view_get_image_to_act_on(); in _get_image_datetime()
/dports/graphics/darktable/darktable-3.6.1/src/views/
H A Dprint.c295 int imgid = dt_view_get_image_to_act_on(); in try_enter()
H A Dview.h168 int dt_view_get_image_to_act_on();
H A Dslideshow.c428 const int imgid = dt_view_get_image_to_act_on(); in enter()
H A Dview.c945 int dt_view_get_image_to_act_on() in dt_view_get_image_to_act_on() function
H A Ddarkroom.c779 int32_t imgid = dt_view_get_image_to_act_on(); in try_enter()
/dports/graphics/darktable38/darktable-3.8.0/src/views/
H A Dview.h169 int dt_view_get_image_to_act_on();
H A Dprint.c319 const int imgid = dt_view_get_image_to_act_on(); in try_enter()
H A Dslideshow.c421 const int imgid = dt_view_get_image_to_act_on(); in enter()
H A Dview.c945 int dt_view_get_image_to_act_on() in dt_view_get_image_to_act_on() function
H A Ddarkroom.c816 int32_t imgid = dt_view_get_image_to_act_on(); in try_enter()
/dports/graphics/darktable38/darktable-3.8.0/src/dtgtk/
H A Dthumbtable.c857 const int id = dt_view_get_image_to_act_on(); in _filemanager_zoom()
2183 dt_history_copy(dt_view_get_image_to_act_on()); in _accel_copy()
2189 dt_history_copy_parts(dt_view_get_image_to_act_on()); in _accel_copy_parts()
2241 const int32_t sourceid = dt_view_get_image_to_act_on(); in _accel_duplicate()
/dports/graphics/darktable/darktable-3.6.1/src/dtgtk/
H A Dthumbtable.c861 const int id = dt_view_get_image_to_act_on(); in _filemanager_zoom()
2275 dt_history_copy(dt_view_get_image_to_act_on()); in _accel_copy()
2281 dt_history_copy_parts(dt_view_get_image_to_act_on()); in _accel_copy_parts()
2333 const int32_t sourceid = dt_view_get_image_to_act_on(); in _accel_duplicate()