Home
last modified time | relevance | path

Searched defs:p_owner (Results 1 – 25 of 126) sorted by relevance

123456

/dports/multimedia/vlc/vlc-3.0.16/src/input/
H A Ddecoder.c258 decoder_owner_sys_t *p_owner = p_dec->p_owner; in DecoderUpdateFormatLocked() local
285 decoder_owner_sys_t *p_owner = p_dec->p_owner; in aout_request_vout() local
320 decoder_owner_sys_t *p_owner = p_dec->p_owner; in aout_update_format() local
416 decoder_owner_sys_t *p_owner = p_dec->p_owner; in vout_update_format() local
562 decoder_owner_sys_t *p_owner = p_dec->p_owner; in vout_new_buffer() local
571 decoder_owner_sys_t *p_owner = p_dec->p_owner; in spu_new_buffer() local
628 decoder_owner_sys_t *p_owner = p_dec->p_owner; in DecoderGetDisplayDate() local
648 decoder_owner_sys_t *p_owner = p_dec->p_owner; in DecoderGetDisplayRate() local
685 decoder_owner_sys_t *p_owner = p_dec->p_owner; in RequestReload() local
723 decoder_owner_sys_t *p_owner = p_dec->p_owner; in decoder_AbortPictures() local
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/scene/2d/
H A Dcollision_object_2d.cpp105 uint32_t CollisionObject2D::create_shape_owner(Object *p_owner) { in create_shape_owner()
132 void CollisionObject2D::shape_owner_set_disabled(uint32_t p_owner, bool p_disabled) { in shape_owner_set_disabled()
153 void CollisionObject2D::shape_owner_set_one_way_collision(uint32_t p_owner, bool p_enable) { in shape_owner_set_one_way_collision()
174 void CollisionObject2D::shape_owner_set_one_way_collision_margin(uint32_t p_owner, float p_margin) { in shape_owner_set_one_way_collision_margin()
212 void CollisionObject2D::shape_owner_set_transform(uint32_t p_owner, const Transform2D &p_transform)… in shape_owner_set_transform()
241 void CollisionObject2D::shape_owner_add_shape(uint32_t p_owner, const Ref<Shape2D> &p_shape) { in shape_owner_add_shape()
265 Ref<Shape2D> CollisionObject2D::shape_owner_get_shape(uint32_t p_owner, int p_shape) const { in shape_owner_get_shape()
272 int CollisionObject2D::shape_owner_get_shape_index(uint32_t p_owner, int p_shape) const { in shape_owner_get_shape_index()
280 void CollisionObject2D::shape_owner_remove_shape(uint32_t p_owner, int p_shape) { in shape_owner_remove_shape()
305 void CollisionObject2D::shape_owner_clear_shapes(uint32_t p_owner) { in shape_owner_clear_shapes()
/dports/devel/godot/godot-3.2.3-stable/scene/2d/
H A Dcollision_object_2d.cpp105 uint32_t CollisionObject2D::create_shape_owner(Object *p_owner) { in create_shape_owner()
132 void CollisionObject2D::shape_owner_set_disabled(uint32_t p_owner, bool p_disabled) { in shape_owner_set_disabled()
153 void CollisionObject2D::shape_owner_set_one_way_collision(uint32_t p_owner, bool p_enable) { in shape_owner_set_one_way_collision()
174 void CollisionObject2D::shape_owner_set_one_way_collision_margin(uint32_t p_owner, float p_margin) { in shape_owner_set_one_way_collision_margin()
212 void CollisionObject2D::shape_owner_set_transform(uint32_t p_owner, const Transform2D &p_transform)… in shape_owner_set_transform()
241 void CollisionObject2D::shape_owner_add_shape(uint32_t p_owner, const Ref<Shape2D> &p_shape) { in shape_owner_add_shape()
265 Ref<Shape2D> CollisionObject2D::shape_owner_get_shape(uint32_t p_owner, int p_shape) const { in shape_owner_get_shape()
272 int CollisionObject2D::shape_owner_get_shape_index(uint32_t p_owner, int p_shape) const { in shape_owner_get_shape_index()
280 void CollisionObject2D::shape_owner_remove_shape(uint32_t p_owner, int p_shape) { in shape_owner_remove_shape()
305 void CollisionObject2D::shape_owner_clear_shapes(uint32_t p_owner) { in shape_owner_clear_shapes()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/3d/
H A Dcollision_object.cpp160 uint32_t CollisionObject::create_shape_owner(Object *p_owner) { in create_shape_owner()
187 void CollisionObject::shape_owner_set_disabled(uint32_t p_owner, bool p_disabled) { in shape_owner_set_disabled()
225 void CollisionObject::shape_owner_set_transform(uint32_t p_owner, const Transform &p_transform) { in shape_owner_set_transform()
253 void CollisionObject::shape_owner_add_shape(uint32_t p_owner, const Ref<Shape> &p_shape) { in shape_owner_add_shape()
277 Ref<Shape> CollisionObject::shape_owner_get_shape(uint32_t p_owner, int p_shape) const { in shape_owner_get_shape()
284 int CollisionObject::shape_owner_get_shape_index(uint32_t p_owner, int p_shape) const { in shape_owner_get_shape_index()
292 void CollisionObject::shape_owner_remove_shape(uint32_t p_owner, int p_shape) { in shape_owner_remove_shape()
317 void CollisionObject::shape_owner_clear_shapes(uint32_t p_owner) { in shape_owner_clear_shapes()
/dports/devel/godot/godot-3.2.3-stable/scene/3d/
H A Dcollision_object.cpp160 uint32_t CollisionObject::create_shape_owner(Object *p_owner) { in create_shape_owner()
187 void CollisionObject::shape_owner_set_disabled(uint32_t p_owner, bool p_disabled) { in shape_owner_set_disabled()
225 void CollisionObject::shape_owner_set_transform(uint32_t p_owner, const Transform &p_transform) { in shape_owner_set_transform()
253 void CollisionObject::shape_owner_add_shape(uint32_t p_owner, const Ref<Shape> &p_shape) { in shape_owner_add_shape()
277 Ref<Shape> CollisionObject::shape_owner_get_shape(uint32_t p_owner, int p_shape) const { in shape_owner_get_shape()
284 int CollisionObject::shape_owner_get_shape_index(uint32_t p_owner, int p_shape) const { in shape_owner_get_shape_index()
292 void CollisionObject::shape_owner_remove_shape(uint32_t p_owner, int p_shape) { in shape_owner_remove_shape()
317 void CollisionObject::shape_owner_clear_shapes(uint32_t p_owner) { in shape_owner_clear_shapes()
/dports/multimedia/mpv/mpv-0.34.1/video/out/hwdec/
H A Dhwdec_vaapi.c169 struct priv_owner *p_owner = mapper->owner->priv; in mapper_unmap() local
183 struct priv_owner *p_owner = mapper->owner->priv; in mapper_uninit() local
191 struct priv_owner *p_owner = mapper->owner->priv; in check_fmt() local
201 struct priv_owner *p_owner = mapper->owner->priv; in mapper_init() local
232 struct priv_owner *p_owner = mapper->owner->priv; in mapper_map() local
H A Dhwdec_cuda_vk.c49 struct cuda_hw_priv *p_owner = mapper->owner->priv; in cuda_ext_vk_init() local
206 struct cuda_hw_priv *p_owner = mapper->owner->priv; in cuda_ext_vk_uninit() local
235 struct cuda_hw_priv *p_owner = mapper->owner->priv; in cuda_ext_vk_wait() local
254 struct cuda_hw_priv *p_owner = mapper->owner->priv; in cuda_ext_vk_signal() local
H A Dhwdec_cuda.c156 struct cuda_hw_priv *p_owner = mapper->owner->priv; in mapper_init() local
197 struct cuda_hw_priv *p_owner = mapper->owner->priv; in mapper_uninit() local
217 struct cuda_hw_priv *p_owner = mapper->owner->priv; in mapper_map() local
H A Dhwdec_cuda_gl.c39 struct cuda_hw_priv *p_owner = mapper->owner->priv; in cuda_ext_gl_init() local
94 struct cuda_hw_priv *p_owner = mapper->owner->priv; in cuda_ext_gl_uninit() local
/dports/devel/godot/godot-3.2.3-stable/modules/bullet/
H A Dgodot_motion_state.h58 GodotMotionState(RigidBodyBullet *p_owner) : in GodotMotionState()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/bullet/
H A Dgodot_motion_state.h58 GodotMotionState(RigidBodyBullet *p_owner) : in GodotMotionState()
/dports/textproc/py-pikepdf/pikepdf-2.16.1/src/qpdf/
H A Dpage.cpp327 auto p_owner = this_page.getOwningQPDF(); in init_page() local
348 auto p_owner = this_page.getOwningQPDF(); in init_page() local
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dresource.cpp295 void Resource::register_owner(Object *p_owner) { in register_owner()
300 void Resource::unregister_owner(Object *p_owner) { in unregister_owner()
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dresource.cpp295 void Resource::register_owner(Object *p_owner) { in register_owner()
300 void Resource::unregister_owner(Object *p_owner) { in unregister_owner()
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dresource.cpp268 void Resource::register_owner(Object *p_owner) { in register_owner()
273 void Resource::unregister_owner(Object *p_owner) { in unregister_owner()
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dresource.cpp268 void Resource::register_owner(Object *p_owner) { in register_owner()
273 void Resource::unregister_owner(Object *p_owner) { in unregister_owner()
/dports/devel/godot/godot-3.2.3-stable/modules/gdnative/pluginscript/
H A Dpluginscript_instance.cpp123 bool PluginScriptInstance::init(PluginScript *p_script, Object *p_owner) { in init()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdnative/pluginscript/
H A Dpluginscript_instance.cpp123 bool PluginScriptInstance::init(PluginScript *p_script, Object *p_owner) { in init()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/mono_gd/
H A Dgd_mono_property.cpp40 GDMonoProperty::GDMonoProperty(MonoProperty *p_mono_property, GDMonoClass *p_owner) { in GDMonoProperty()
/dports/devel/godot/godot-3.2.3-stable/modules/mono/mono_gd/
H A Dgd_mono_property.cpp40 GDMonoProperty::GDMonoProperty(MonoProperty *p_mono_property, GDMonoClass *p_owner) { in GDMonoProperty()
/dports/multimedia/mpv/mpv-0.34.1/video/out/opengl/
H A Dhwdec_dxva2gldx.c122 struct priv_owner *p_owner = mapper->owner->priv; in mapper_init() local
H A Dhwdec_vdpau.c134 struct priv_owner *p_owner = mapper->owner->priv; in mapper_init() local
H A Dhwdec_dxva2egl.c218 struct priv_owner *p_owner = mapper->owner->priv; in mapper_init() local
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_video_splitter.h105 video_splitter_owner_t *p_owner; member
/dports/devel/godot2/godot-2.1.6-stable/scene/main/
H A Dnode.cpp388 void Node::_propagate_pause_owner(Node *p_owner) { in _propagate_pause_owner()
1030 void Node::_set_owner_nocheck(Node *p_owner) { in _set_owner_nocheck()
1041 void Node::set_owner(Node *p_owner) { in set_owner()
1304 void Node::_propagate_replace_owner(Node *p_owner, Node *p_by_owner) { in _propagate_replace_owner()

123456