Home
last modified time | relevance | path

Searched defs:imgid (Results 1 – 25 of 272) sorted by relevance

1234567891011

/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dhistory.c49 static void _remove_preset_flag(const int imgid) in _remove_preset_flag()
146 void dt_history_delete_on_image(int32_t imgid) in dt_history_delete_on_image()
197 const int imgid = GPOINTER_TO_INT(l->data); in dt_history_load_and_apply_on_list() local
870 char *dt_history_get_items_as_string(const int32_t imgid) in dt_history_get_items_as_string()
912 static int dt_history_end_attop(const int32_t imgid) in dt_history_end_attop()
953 void dt_history_compress_on_image(const int32_t imgid) in dt_history_compress_on_image()
1140 const int imgid = GPOINTER_TO_INT(l->data); in dt_history_compress_on_list() local
1552 void dt_history_hash_set_mipmap(const int32_t imgid) in dt_history_hash_set_mipmap()
1594 gboolean dt_history_copy(int imgid) in dt_history_copy()
1616 gboolean dt_history_copy_parts(int imgid) in dt_history_copy_parts()
[all …]
H A Dimage.c60 int32_t imgid; member
67 int32_t imgid; member
74 int32_t imgid; member
329 gboolean dt_image_safe_remove(const int32_t imgid) in dt_image_safe_remove()
993 int32_t dt_image_duplicate(const int32_t imgid) in dt_image_duplicate()
1205 void dt_image_remove(const int32_t imgid) in dt_image_remove()
1235 gboolean dt_image_altered(const int32_t imgid) in dt_image_altered()
1241 gboolean dt_image_basic(const int32_t imgid) in dt_image_basic()
2271 int dt_image_local_copy_set(const int32_t imgid) in dt_image_local_copy_set()
2342 int dt_image_local_copy_reset(const int32_t imgid) in dt_image_local_copy_reset()
[all …]
H A Dimage_cache.c201 dt_image_t *dt_image_cache_get(dt_image_cache_t *cache, const int32_t imgid, char mode) in dt_image_cache_get()
211 dt_image_t *dt_image_cache_testget(dt_image_cache_t *cache, const int32_t imgid, char mode) in dt_image_cache_testget()
313 void dt_image_cache_remove(dt_image_cache_t *cache, const int32_t imgid) in dt_image_cache_remove()
319 void dt_image_cache_set_change_timestamp(dt_image_cache_t *cache, const int32_t imgid) in dt_image_cache_set_change_timestamp()
331 void dt_image_cache_set_change_timestamp_from_image(dt_image_cache_t *cache, const int32_t imgid, c… in dt_image_cache_set_change_timestamp_from_image()
349 void dt_image_cache_unset_change_timestamp(dt_image_cache_t *cache, const int32_t imgid) in dt_image_cache_unset_change_timestamp()
361 void dt_image_cache_set_export_timestamp(dt_image_cache_t *cache, const int32_t imgid) in dt_image_cache_set_export_timestamp()
373 void dt_image_cache_set_print_timestamp(dt_image_cache_t *cache, const int32_t imgid) in dt_image_cache_set_print_timestamp()
H A Dcolorlabels.c39 int imgid; member
44 int dt_colorlabels_get_labels(const int imgid) in dt_colorlabels_get_labels()
57 static void _pop_undo_execute(const int imgid, const uint8_t before, const uint8_t after) in _pop_undo_execute()
94 void dt_colorlabels_remove_labels(const int imgid) in dt_colorlabels_remove_labels()
104 void dt_colorlabels_set_label(const int imgid, const int color) in dt_colorlabels_set_label()
115 void dt_colorlabels_remove_label(const int imgid, const int color) in dt_colorlabels_remove_label()
220 int dt_colorlabels_check_label(const int imgid, const int color) in dt_colorlabels_check_label()
H A Dselection.c55 static void _selection_select(dt_selection_t *selection, uint32_t imgid) in _selection_select()
177 void dt_selection_select(dt_selection_t *selection, uint32_t imgid) in dt_selection_select()
184 void dt_selection_deselect(dt_selection_t *selection, uint32_t imgid) in dt_selection_deselect()
219 void dt_selection_select_single(dt_selection_t *selection, uint32_t imgid) in dt_selection_select_single()
226 void dt_selection_toggle(dt_selection_t *selection, uint32_t imgid) in dt_selection_toggle()
277 void dt_selection_select_range(dt_selection_t *selection, uint32_t imgid) in dt_selection_select_range()
417 int imgid = GPOINTER_TO_INT(list->data); in dt_selection_select_list() local
H A Dhistory_snapshot.c30 void dt_history_snapshot_undo_create(const int32_t imgid, int *snap_id, int *history_end) in dt_history_snapshot_undo_create()
127 static void _history_snapshot_undo_restore(const int32_t imgid, const int snap_id, const int histor… in _history_snapshot_undo_restore()
208 static void _clear_undo_snapshot(const int32_t imgid, const int snap_id) in _clear_undo_snapshot()
H A Dratings.c36 int imgid; member
41 int dt_ratings_get(const int imgid) in dt_ratings_get()
56 static void _ratings_apply_to_image(const int imgid, const int rating) in _ratings_apply_to_image()
157 void dt_ratings_apply_on_image(const int imgid, const int rating, const gboolean toggle_on, in dt_ratings_apply_on_image()
H A Dmipmap_cache.c185 static inline uint32_t get_key(const uint32_t imgid, const dt_mipmap_size_t size) in get_key()
434 static void dt_mipmap_cache_unlink_ondisk_thumbnail(void *data, uint32_t imgid, dt_mipmap_size_t mi… in dt_mipmap_cache_unlink_ondisk_thumbnail()
683 const uint32_t imgid, in dt_mipmap_cache_get_with_caller()
936 …et_with_caller(dt_mipmap_cache_t *cache, dt_mipmap_buffer_t *buf, const uint32_t imgid, const int … in dt_mipmap_cache_write_get_with_caller()
983 void dt_mipmap_cache_remove_at_size(dt_mipmap_cache_t *cache, const uint32_t imgid, const dt_mipmap… in dt_mipmap_cache_remove_at_size()
1006 void dt_mipmap_cache_remove(dt_mipmap_cache_t *cache, const uint32_t imgid) in dt_mipmap_cache_remove()
1015 void dt_mipmap_cache_evict_at_size(dt_mipmap_cache_t *cache, const uint32_t imgid, const dt_mipmap_… in dt_mipmap_cache_evict_at_size()
1022 void dt_mimap_cache_evict(dt_mipmap_cache_t *cache, const uint32_t imgid) in dt_mimap_cache_evict()
1034 const uint32_t imgid) in _init_f()
1148 … void *exif, int exif_len, int imgid, int num, int total, dt_dev_pixelpipe_t *pipe, in _write_image()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dhistory.c49 static void _remove_preset_flag(const int imgid) in _remove_preset_flag()
146 void dt_history_delete_on_image(int32_t imgid) in dt_history_delete_on_image()
197 const int imgid = GPOINTER_TO_INT(l->data); in dt_history_load_and_apply_on_list() local
870 char *dt_history_get_items_as_string(const int32_t imgid) in dt_history_get_items_as_string()
912 static int dt_history_end_attop(const int32_t imgid) in dt_history_end_attop()
953 void dt_history_compress_on_image(const int32_t imgid) in dt_history_compress_on_image()
1140 const int imgid = GPOINTER_TO_INT(l->data); in dt_history_compress_on_list() local
1552 void dt_history_hash_set_mipmap(const int32_t imgid) in dt_history_hash_set_mipmap()
1595 gboolean dt_history_copy(int imgid) in dt_history_copy()
1617 gboolean dt_history_copy_parts(int imgid) in dt_history_copy_parts()
[all …]
H A Dimage.c59 int32_t imgid; member
66 int32_t imgid; member
73 int32_t imgid; member
294 gboolean dt_image_safe_remove(const int32_t imgid) in dt_image_safe_remove()
958 int32_t dt_image_duplicate(const int32_t imgid) in dt_image_duplicate()
1170 void dt_image_remove(const int32_t imgid) in dt_image_remove()
1200 gboolean dt_image_altered(const int32_t imgid) in dt_image_altered()
1206 gboolean dt_image_basic(const int32_t imgid) in dt_image_basic()
2229 int dt_image_local_copy_set(const int32_t imgid) in dt_image_local_copy_set()
2300 int dt_image_local_copy_reset(const int32_t imgid) in dt_image_local_copy_reset()
[all …]
H A Dimage_cache.c201 dt_image_t *dt_image_cache_get(dt_image_cache_t *cache, const int32_t imgid, char mode) in dt_image_cache_get()
211 dt_image_t *dt_image_cache_testget(dt_image_cache_t *cache, const int32_t imgid, char mode) in dt_image_cache_testget()
313 void dt_image_cache_remove(dt_image_cache_t *cache, const int32_t imgid) in dt_image_cache_remove()
319 void dt_image_cache_set_change_timestamp(dt_image_cache_t *cache, const int32_t imgid) in dt_image_cache_set_change_timestamp()
331 void dt_image_cache_set_change_timestamp_from_image(dt_image_cache_t *cache, const int32_t imgid, c… in dt_image_cache_set_change_timestamp_from_image()
349 void dt_image_cache_unset_change_timestamp(dt_image_cache_t *cache, const int32_t imgid) in dt_image_cache_unset_change_timestamp()
361 void dt_image_cache_set_export_timestamp(dt_image_cache_t *cache, const int32_t imgid) in dt_image_cache_set_export_timestamp()
373 void dt_image_cache_set_print_timestamp(dt_image_cache_t *cache, const int32_t imgid) in dt_image_cache_set_print_timestamp()
H A Dcolorlabels.c37 int imgid; member
42 int dt_colorlabels_get_labels(const int imgid) in dt_colorlabels_get_labels()
55 static void _pop_undo_execute(const int imgid, const uint8_t before, const uint8_t after) in _pop_undo_execute()
92 void dt_colorlabels_remove_labels(const int imgid) in dt_colorlabels_remove_labels()
102 void dt_colorlabels_set_label(const int imgid, const int color) in dt_colorlabels_set_label()
113 void dt_colorlabels_remove_label(const int imgid, const int color) in dt_colorlabels_remove_label()
218 int dt_colorlabels_check_label(const int imgid, const int color) in dt_colorlabels_check_label()
H A Dselection.c55 static void _selection_select(dt_selection_t *selection, uint32_t imgid) in _selection_select()
181 void dt_selection_select(dt_selection_t *selection, uint32_t imgid) in dt_selection_select()
188 void dt_selection_deselect(dt_selection_t *selection, uint32_t imgid) in dt_selection_deselect()
223 void dt_selection_select_single(dt_selection_t *selection, uint32_t imgid) in dt_selection_select_single()
230 void dt_selection_toggle(dt_selection_t *selection, uint32_t imgid) in dt_selection_toggle()
283 void dt_selection_select_range(dt_selection_t *selection, uint32_t imgid) in dt_selection_select_range()
431 int imgid = GPOINTER_TO_INT(list->data); in dt_selection_select_list() local
H A Dhistory_snapshot.c30 void dt_history_snapshot_undo_create(const int32_t imgid, int *snap_id, int *history_end) in dt_history_snapshot_undo_create()
127 static void _history_snapshot_undo_restore(const int32_t imgid, const int snap_id, const int histor… in _history_snapshot_undo_restore()
208 static void _clear_undo_snapshot(const int32_t imgid, const int snap_id) in _clear_undo_snapshot()
H A Dratings.c32 int imgid; member
37 int dt_ratings_get(const int imgid) in dt_ratings_get()
52 static void _ratings_apply_to_image(const int imgid, const int rating) in _ratings_apply_to_image()
144 void dt_ratings_apply_on_image(const int imgid, const int rating, const gboolean toggle_on, in dt_ratings_apply_on_image()
H A Dmipmap_cache.c185 static inline uint32_t get_key(const uint32_t imgid, const dt_mipmap_size_t size) in get_key()
434 static void dt_mipmap_cache_unlink_ondisk_thumbnail(void *data, uint32_t imgid, dt_mipmap_size_t mi… in dt_mipmap_cache_unlink_ondisk_thumbnail()
685 const uint32_t imgid, in dt_mipmap_cache_get_with_caller()
938 …et_with_caller(dt_mipmap_cache_t *cache, dt_mipmap_buffer_t *buf, const uint32_t imgid, const int … in dt_mipmap_cache_write_get_with_caller()
985 void dt_mipmap_cache_remove_at_size(dt_mipmap_cache_t *cache, const uint32_t imgid, const dt_mipmap… in dt_mipmap_cache_remove_at_size()
1008 void dt_mipmap_cache_remove(dt_mipmap_cache_t *cache, const uint32_t imgid) in dt_mipmap_cache_remove()
1017 void dt_mipmap_cache_evict_at_size(dt_mipmap_cache_t *cache, const uint32_t imgid, const dt_mipmap_… in dt_mipmap_cache_evict_at_size()
1024 void dt_mimap_cache_evict(dt_mipmap_cache_t *cache, const uint32_t imgid) in dt_mimap_cache_evict()
1036 const uint32_t imgid) in _init_f()
1150 … void *exif, int exif_len, int imgid, int num, int total, dt_dev_pixelpipe_t *pipe, in _write_image()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/lua/
H A Ddatabase.c38 int imgid; in dt_lua_duplicate_image() local
47 int imgid; in dt_lua_delete_image() local
55 dt_lua_image_t imgid = -1; in dt_lua_move_image() local
81 dt_lua_image_t imgid = -1; in dt_lua_copy_image() local
198 int imgid = sqlite3_column_int(stmt, 0); in database_numindex() local
222 int imgid = sqlite3_column_int(stmt, 0); in database_get_image() local
245 int imgid = dt_collection_get_nth(darktable.collection,index-1); in collection_numindex() local
H A Dimage.c43 dt_lua_image_t imgid; in checkreadimage() local
55 dt_lua_image_t imgid; in checkwriteimage() local
65 void dt_lua_image_push(lua_State *L, int imgid) in dt_lua_image_push()
85 dt_lua_image_t imgid = -1; in history_delete() local
95 dt_lua_image_t imgid = -1; in drop_cache() local
288 int imgid = my_image->id; in local_copy_member() local
306 int imgid; in colorlabel_member() local
387 int imgid = sqlite3_column_int(stmt, 0); in get_group() local
402 dt_lua_image_t imgid; in image_luaautoc_member() local
H A Dtags.c86 int imgid = sqlite3_column_int(stmt, 0); in tag_index() local
179 dt_lua_image_t imgid = -1; in dt_lua_tag_attach() local
201 dt_lua_image_t imgid; in dt_lua_tag_detach() local
236 dt_lua_image_t imgid; in dt_lua_tag_get_attached() local
270 int imgid = sqlite3_column_int(stmt, 0); in dt_lua_tag_get_tagged_images() local
/dports/graphics/darktable38/darktable-3.8.0/src/lua/
H A Ddatabase.c38 int imgid; in dt_lua_duplicate_image() local
47 int imgid; in dt_lua_delete_image() local
55 dt_lua_image_t imgid = -1; in dt_lua_move_image() local
81 dt_lua_image_t imgid = -1; in dt_lua_copy_image() local
198 int imgid = sqlite3_column_int(stmt, 0); in database_numindex() local
222 int imgid = sqlite3_column_int(stmt, 0); in database_get_image() local
245 int imgid = dt_collection_get_nth(darktable.collection,index-1); in collection_numindex() local
H A Dimage.c45 dt_lua_image_t imgid; in checkreadimage() local
57 dt_lua_image_t imgid; in checkwriteimage() local
67 void dt_lua_image_push(lua_State *L, int imgid) in dt_lua_image_push()
87 dt_lua_image_t imgid = -1; in history_delete() local
96 dt_lua_image_t imgid = -1; in drop_cache() local
104 dt_lua_image_t imgid = 1; in generate_cache() local
332 int imgid = my_image->id; in local_copy_member() local
350 int imgid; in colorlabel_member() local
439 int imgid = sqlite3_column_int(stmt, 0); in get_group() local
455 dt_lua_image_t imgid; in image_luaautoc_member() local
H A Dtags.c86 int imgid = sqlite3_column_int(stmt, 0); in tag_index() local
179 dt_lua_image_t imgid = -1; in dt_lua_tag_attach() local
201 dt_lua_image_t imgid; in dt_lua_tag_detach() local
236 dt_lua_image_t imgid; in dt_lua_tag_get_attached() local
273 int imgid = sqlite3_column_int(stmt, 0); in dt_lua_tag_get_tagged_images() local
/dports/graphics/darktable/darktable-3.6.1/src/libs/
H A Dduplicate.c43 int imgid; member
83 const int imgid = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(widget),"imgid")); in _lib_duplicate_caption_out_callback() local
94 const int imgid = darktable.develop->image_storage.id; in _lib_duplicate_new_clicked_callback() local
104 const int imgid = darktable.develop->image_storage.id; in _lib_duplicate_duplicate_clicked_callback() local
115 const int imgid = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(button), "imgid")); in _lib_duplicate_delete() local
147 const int imgid = thumb->imgid; in _lib_duplicate_thumb_press_callback() local
419 const int imgid = sqlite3_column_int(stmt, 1); in _lib_duplicate_init_callback() local
496 static void _lib_duplicate_mipmap_updated_callback(gpointer instance, int imgid, dt_lib_module_t *s… in _lib_duplicate_mipmap_updated_callback()
/dports/graphics/darktable38/darktable-3.8.0/src/libs/
H A Dduplicate.c43 int imgid; member
83 const int imgid = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(widget),"imgid")); in _lib_duplicate_caption_out_callback() local
94 const int imgid = darktable.develop->image_storage.id; in _lib_duplicate_new_clicked_callback() local
104 const int imgid = darktable.develop->image_storage.id; in _lib_duplicate_duplicate_clicked_callback() local
115 const int imgid = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(button), "imgid")); in _lib_duplicate_delete() local
147 const int imgid = thumb->imgid; in _lib_duplicate_thumb_press_callback() local
419 const int imgid = sqlite3_column_int(stmt, 1); in _lib_duplicate_init_callback() local
496 static void _lib_duplicate_mipmap_updated_callback(gpointer instance, int imgid, dt_lib_module_t *s… in _lib_duplicate_mipmap_updated_callback()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/use/
H A DPatternSelectionPage.java44 String name = null, desc = null, imgid = null, pname = null; field in PatternSelectionPage.PatternElement
46 public PatternElement(String name, String desc, String imgid, String pname) { in PatternElement()

1234567891011