Home
last modified time | relevance | path

Searched refs:p_ev (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/multimedia/vlc/vlc-3.0.16/modules/access/
H A Ddv.c108 event_thread_t *p_ev; member
143 p_sys->p_ev = NULL; in Open()
202 p_sys->p_ev = calloc( 1, sizeof( *p_sys->p_ev ) ); in Open()
203 if( !p_sys->p_ev ) in Open()
210 p_sys->p_ev->p_frame = NULL; in Open()
211 p_sys->p_ev->pp_last = &p_sys->p_ev->p_frame; in Open()
212 p_sys->p_ev->p_access = p_access; in Open()
233 if( p_sys->p_ev ) in Close()
245 if( p_sys->p_ev->p_frame ) in Close()
251 free( p_sys->p_ev ); in Close()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/test/libvlc/
H A Dmedia_discoverer.c26 ml_item_event(const struct libvlc_event_t *p_ev, const char *psz_event) in ml_item_event() argument
28 char *psz_mrl = libvlc_media_get_mrl(p_ev->u.media_list_item_added.item); in ml_item_event()
31 log("item %s(%d): '%s'\n", psz_event, p_ev->u.media_list_item_added.index, in ml_item_event()
37 ml_item_added(const struct libvlc_event_t *p_ev, void *p_data) in ml_item_added() argument
40 ml_item_event(p_ev, "added"); in ml_item_added()
44 ml_item_deleted(const struct libvlc_event_t *p_ev, void *p_data) in ml_item_deleted() argument
47 ml_item_event(p_ev, "deleted"); in ml_item_deleted()
H A Drenderer_discoverer.c34 renderer_discoverer_item_added(const struct libvlc_event_t *p_ev, void *p_data) in renderer_discoverer_item_added() argument
37 item_event(p_ev->u.renderer_discoverer_item_added.item, "added"); in renderer_discoverer_item_added()
41 renderer_discoverer_item_deleted(const struct libvlc_event_t *p_ev, void *p_data) in renderer_discoverer_item_deleted() argument
44 item_event(p_ev->u.renderer_discoverer_item_deleted.item, "deleted"); in renderer_discoverer_item_deleted()
H A Dslaves.c29 finished_event(const libvlc_event_t *p_ev, void *p_data) in finished_event() argument
31 (void) p_ev; in finished_event()
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dgraph_edit.cpp266 …if (p_ev.type == InputEvent::MOUSE_BUTTON && p_ev.mouse_button.button_index == BUTTON_LEFT && p_ev in _top_layer_input()
269 Vector2 mpos(p_ev.mouse_button.x, p_ev.mouse_button.y); in _top_layer_input()
344 connecting_to = Vector2(p_ev.mouse_motion.x, p_ev.mouse_motion.y); in _top_layer_input()
349 Vector2 mpos(p_ev.mouse_button.x, p_ev.mouse_button.y); in _top_layer_input()
389 …if (p_ev.type == InputEvent::MOUSE_BUTTON && p_ev.mouse_button.button_index == BUTTON_LEFT && !p_e… in _top_layer_input()
513 void GraphEdit::_input_event(const InputEvent &p_ev) { in _input_event() argument
515 …if (p_ev.type == InputEvent::MOUSE_MOTION && (p_ev.mouse_motion.button_mask & BUTTON_MASK_MIDDLE |… in _input_event()
560 if (p_ev.type == InputEvent::MOUSE_BUTTON) { in _input_event()
562 const InputEventMouseButton &b = p_ev.mouse_button; in _input_event()
734 …if (p_ev.type == InputEvent::KEY && p_ev.key.scancode == KEY_D && p_ev.key.pressed && p_ev.key.mod… in _input_event()
[all …]
H A Dgraph_edit.h113 void _input_event(const InputEvent &p_ev);
116 void _top_layer_input(const InputEvent &p_ev);
H A Dgraph_node.cpp514 void GraphNode::_input_event(const InputEvent &p_ev) { in _input_event() argument
516 if (p_ev.type == InputEvent::MOUSE_BUTTON) { in _input_event()
523 if (p_ev.mouse_button.pressed && p_ev.mouse_button.button_index == BUTTON_LEFT) { in _input_event()
525 Vector2 mpos = Vector2(p_ev.mouse_button.x, p_ev.mouse_button.y); in _input_event()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dgraph_edit.cpp266 …if (p_ev.type == InputEvent::MOUSE_BUTTON && p_ev.mouse_button.button_index == BUTTON_LEFT && p_ev in _top_layer_input()
269 Vector2 mpos(p_ev.mouse_button.x, p_ev.mouse_button.y); in _top_layer_input()
344 connecting_to = Vector2(p_ev.mouse_motion.x, p_ev.mouse_motion.y); in _top_layer_input()
349 Vector2 mpos(p_ev.mouse_button.x, p_ev.mouse_button.y); in _top_layer_input()
389 …if (p_ev.type == InputEvent::MOUSE_BUTTON && p_ev.mouse_button.button_index == BUTTON_LEFT && !p_e… in _top_layer_input()
513 void GraphEdit::_input_event(const InputEvent &p_ev) { in _input_event() argument
515 …if (p_ev.type == InputEvent::MOUSE_MOTION && (p_ev.mouse_motion.button_mask & BUTTON_MASK_MIDDLE |… in _input_event()
560 if (p_ev.type == InputEvent::MOUSE_BUTTON) { in _input_event()
562 const InputEventMouseButton &b = p_ev.mouse_button; in _input_event()
734 …if (p_ev.type == InputEvent::KEY && p_ev.key.scancode == KEY_D && p_ev.key.pressed && p_ev.key.mod… in _input_event()
[all …]
H A Dgraph_edit.h113 void _input_event(const InputEvent &p_ev);
116 void _top_layer_input(const InputEvent &p_ev);
H A Dgraph_node.cpp514 void GraphNode::_input_event(const InputEvent &p_ev) { in _input_event() argument
516 if (p_ev.type == InputEvent::MOUSE_BUTTON) { in _input_event()
523 if (p_ev.mouse_button.pressed && p_ev.mouse_button.button_index == BUTTON_LEFT) { in _input_event()
525 Vector2 mpos = Vector2(p_ev.mouse_button.x, p_ev.mouse_button.y); in _input_event()
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/sysdep/win32/
H A Devents.c140 struct handle_events *ev, **p_ev; in fhev_find() local
142 for (p_ev = &head; (ev = *p_ev); p_ev = &ev->next) in fhev_find()
153 struct handle_events *ev, **p_ev; in fhev_delete() local
155 for (p_ev = &head; (ev = *p_ev); p_ev = &ev->next) in fhev_delete()
162 *p_ev = ev->next; in fhev_delete()
172 struct handle_events *ev, **p_ev; in fhev_new() local
174 for (p_ev = &head; ; p_ev = &ev->next) in fhev_new()
176 ev = *p_ev; in fhev_new()
183 *p_ev = ev; in fhev_new()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mkv/
H A Ddemux.cpp94 vlc_mutex_lock( &p_ev->lock ); in EventMouse()
97 p_ev->b_clicked = true; in EventMouse()
101 p_ev->b_moved = true; in EventMouse()
102 vlc_cond_signal( &p_ev->wait ); in EventMouse()
103 vlc_mutex_unlock( &p_ev->lock ); in EventMouse()
112 vlc_mutex_lock( &p_ev->lock ); in EventKey()
114 vlc_cond_signal( &p_ev->wait ); in EventKey()
126 vlc_mutex_lock( &p_ev->lock ); in EventInput()
129 p_ev->b_vout |= true; in EventInput()
578 delete p_ev; in CleanUi()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Deditor_profiler.cpp454 void EditorProfiler::_graph_tex_input(const InputEvent &p_ev) { in _graph_tex_input() argument
460 …(p_ev.type == InputEvent::MOUSE_BUTTON && p_ev.mouse_button.button_index == BUTTON_LEFT && p_ev.mo… in _graph_tex_input()
461 (p_ev.type == InputEvent::MOUSE_MOTION)) { in _graph_tex_input()
463 int x = p_ev.mouse_button.x; in _graph_tex_input()
490 if (p_ev.type == InputEvent::MOUSE_BUTTON || p_ev.mouse_motion.button_mask & BUTTON_MASK_LEFT) { in _graph_tex_input()
H A Dproject_manager.h95 void _panel_input(const InputEvent &p_ev, Node *p_hb);
96 void _unhandled_input(const InputEvent &p_ev);
H A Deditor_settings.h178 #define ED_IS_SHORTCUT(p_name, p_ev) (EditorSettings::get_singleton()->is_shortcut(p_name, p_ev)) argument
H A Dproject_manager.cpp513 void ProjectManager::_panel_input(const InputEvent &p_ev, Node *p_hb) { in _panel_input() argument
515 …if (p_ev.type == InputEvent::MOUSE_BUTTON && p_ev.mouse_button.pressed && p_ev.mouse_button.button… in _panel_input()
520 …if (p_ev.key.mod.shift && selected_list.size() > 0 && last_clicked != "" && clicked != last_clicke… in _panel_input()
537 if (i != clicked_id && (i < min || i > max) && !p_ev.key.mod.control) { in _panel_input()
545 } else if (selected_list.has(clicked) && p_ev.key.mod.control) { in _panel_input()
552 if (p_ev.key.mod.control || selected_list.size() == 0) { in _panel_input()
562 if (p_ev.mouse_button.doubleclick) in _panel_input()
567 void ProjectManager::_unhandled_input(const InputEvent &p_ev) { in _unhandled_input() argument
569 if (p_ev.type == InputEvent::KEY) { in _unhandled_input()
571 const InputEventKey &k = p_ev.key; in _unhandled_input()
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Deditor_profiler.cpp454 void EditorProfiler::_graph_tex_input(const InputEvent &p_ev) { in _graph_tex_input() argument
460 …(p_ev.type == InputEvent::MOUSE_BUTTON && p_ev.mouse_button.button_index == BUTTON_LEFT && p_ev.mo… in _graph_tex_input()
461 (p_ev.type == InputEvent::MOUSE_MOTION)) { in _graph_tex_input()
463 int x = p_ev.mouse_button.x; in _graph_tex_input()
490 if (p_ev.type == InputEvent::MOUSE_BUTTON || p_ev.mouse_motion.button_mask & BUTTON_MASK_LEFT) { in _graph_tex_input()
H A Dproject_manager.h95 void _panel_input(const InputEvent &p_ev, Node *p_hb);
96 void _unhandled_input(const InputEvent &p_ev);
H A Deditor_settings.h178 #define ED_IS_SHORTCUT(p_name, p_ev) (EditorSettings::get_singleton()->is_shortcut(p_name, p_ev)) argument
H A Dproject_manager.cpp513 void ProjectManager::_panel_input(const InputEvent &p_ev, Node *p_hb) { in _panel_input() argument
515 …if (p_ev.type == InputEvent::MOUSE_BUTTON && p_ev.mouse_button.pressed && p_ev.mouse_button.button… in _panel_input()
520 …if (p_ev.key.mod.shift && selected_list.size() > 0 && last_clicked != "" && clicked != last_clicke… in _panel_input()
537 if (i != clicked_id && (i < min || i > max) && !p_ev.key.mod.control) { in _panel_input()
545 } else if (selected_list.has(clicked) && p_ev.key.mod.control) { in _panel_input()
552 if (p_ev.key.mod.control || selected_list.size() == 0) { in _panel_input()
562 if (p_ev.mouse_button.doubleclick) in _panel_input()
567 void ProjectManager::_unhandled_input(const InputEvent &p_ev) { in _unhandled_input() argument
569 if (p_ev.type == InputEvent::KEY) { in _unhandled_input()
571 const InputEventKey &k = p_ev.key; in _unhandled_input()
/dports/math/cvc3/cvc3-2.4.1/src/expr/
H A Dexpr_manager.cpp36 void ExprManager::installExprValue(ExprValue* p_ev) in installExprValue() argument
65 d_exprSet.insert(p_ev); in installExprValue()
294 ExprValue* p_ev = ev->copy(this, nextIndex()); in newExprValue() local
295 d_exprSet.insert(p_ev); in newExprValue()
296 return p_ev; in newExprValue()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dgraph_edit.h127 void _gui_input(const Ref<InputEvent> &p_ev);
131 void _top_layer_input(const Ref<InputEvent> &p_ev);
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dgraph_edit.h127 void _gui_input(const Ref<InputEvent> &p_ev);
131 void _top_layer_input(const Ref<InputEvent> &p_ev);
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Danimation_player_editor_plugin.cpp1166 void AnimationPlayerEditor::_unhandled_key_input(const InputEvent &p_ev) { in _unhandled_key_input() argument
1168 …is_visible() && p_ev.type == InputEvent::KEY && p_ev.key.pressed && !p_ev.key.echo && !p_ev.key.mo… in _unhandled_key_input()
1170 switch (p_ev.key.scancode) { in _unhandled_key_input()
1173 if (!p_ev.key.mod.shift) in _unhandled_key_input()
1182 if (!p_ev.key.mod.shift) in _unhandled_key_input()
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Danimation_player_editor_plugin.cpp1166 void AnimationPlayerEditor::_unhandled_key_input(const InputEvent &p_ev) { in _unhandled_key_input() argument
1168 …is_visible() && p_ev.type == InputEvent::KEY && p_ev.key.pressed && !p_ev.key.echo && !p_ev.key.mo… in _unhandled_key_input()
1170 switch (p_ev.key.scancode) { in _unhandled_key_input()
1173 if (!p_ev.key.mod.shift) in _unhandled_key_input()
1182 if (!p_ev.key.mod.shift) in _unhandled_key_input()

1234567