Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dimage.c1886 typedef struct StampDataCustomField { struct
1887 struct StampDataCustomField *next, *prev; argument
1892 } StampDataCustomField; argument
2670 LISTBASE_FOREACH (StampDataCustomField *, custom_field, &stamp_data->custom_fields) { in BKE_stamp_info_callback()
2686 StampDataCustomField *field = MEM_mallocN(sizeof(StampDataCustomField), in BKE_render_result_stamp_data()
2702 LISTBASE_FOREACH (StampDataCustomField *, custom_fieldn, &stamp_datan->custom_fields) { in BKE_stamp_data_copy()
2714 LISTBASE_FOREACH (StampDataCustomField *, custom_field, &stamp_data->custom_fields) { in BKE_stamp_data_free()