Home
last modified time | relevance | path

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

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dxselect.c42 struct prop_location;
51 static void unexpect_property_change (struct prop_location *);
472 struct prop_location *wait_object;
521 struct prop_location struct
529 struct prop_location *next; argument
538 static struct prop_location *property_change_wait_list;
1021 static struct prop_location *
1025 struct prop_location *pl = xmalloc (sizeof *pl); in expect_property_change()
1063 struct prop_location *location = loc; in wait_for_property_change_unwind()
1110 struct prop_location *rest; in x_handle_property_notify()
[all …]
H A DChangeLog.45061 (struct prop_location): Field `identifier' renamed from `tick'.
H A DChangeLog.131907 (x_selection_request_lisp_error, struct prop_location)
/dports/editors/emacs/emacs-27.2/src/
H A Dxselect.c42 struct prop_location;
51 static void unexpect_property_change (struct prop_location *);
472 struct prop_location *wait_object;
521 struct prop_location struct
529 struct prop_location *next; argument
538 static struct prop_location *property_change_wait_list;
1021 static struct prop_location *
1025 struct prop_location *pl = xmalloc (sizeof *pl); in expect_property_change()
1063 struct prop_location *location = loc; in wait_for_property_change_unwind()
1110 struct prop_location *rest; in x_handle_property_notify()
[all …]
H A DChangeLog.45061 (struct prop_location): Field `identifier' renamed from `tick'.
H A DChangeLog.131907 (x_selection_request_lisp_error, struct prop_location)
/dports/graphics/blender/blender-2.91.0/source/blender/editors/gizmo_library/gizmo_types/
H A Dsnap3d_gizmo.c62 PropertyRNA *prop_location; member
328 RNA_property_float_set_array(gz->ptr, snap_gizmo->prop_location, co); in ED_gizmotypes_snap_3d_update()
355 snap_gizmo->prop_location = RNA_struct_find_property(gz->ptr, "location"); in snap_gizmo_setup()
391 RNA_property_float_get_array(gz->ptr, snap_gizmo->prop_location, location); in snap_gizmo_draw()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/object/
H A Dobject_add.c1440 PropertyRNA *prop_location = RNA_struct_find_property(op->ptr, "location"); in collection_instance_add_exec() local
1447 if (!RNA_property_is_set(op->ptr, prop_location)) { in collection_instance_add_exec()
1453 RNA_property_float_set_array(op->ptr, prop_location, loc); in collection_instance_add_exec()
1538 PropertyRNA *prop_location = RNA_struct_find_property(op->ptr, "location"); in object_data_instance_add_exec() local
1556 if (!RNA_property_is_set(op->ptr, prop_location)) { in object_data_instance_add_exec()
1562 RNA_property_float_set_array(op->ptr, prop_location, loc); in object_data_instance_add_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_placement.c156 PropertyRNA *prop_location = RNA_struct_find_property(gz->ptr, prop_id); in idp_snap_point_from_gizmo_ex() local
157 RNA_property_float_get_array(gz->ptr, prop_location, r_location); in idp_snap_point_from_gizmo_ex()