Searched refs:xkb_state (Results 1 – 12 of 12) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/xcb/ |
D | gstvkwindow_xcb.c | 71 struct xkb_state *xkb_state; member 199 priv->xkb_state = xkb_x11_state_new_from_device (priv->xkb_keymap, in init_keyboard() 201 if (!priv->xkb_state) in init_keyboard() 375 if (priv->xkb_state) in gst_vulkan_window_xcb_close() 376 xkb_state_unref (priv->xkb_state); in gst_vulkan_window_xcb_close() 377 priv->xkb_state = NULL; in gst_vulkan_window_xcb_close() 454 if (!priv->xkb_state) in gst_vulkan_window_xcb_handle_event() 458 nsyms = xkb_state_key_get_syms (priv->xkb_state, kp->detail, &syms); in gst_vulkan_window_xcb_handle_event()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandsym.h | 101 SDL_WAYLAND_SYM(int, xkb_state_key_get_syms, (struct xkb_state *, xkb_keycode_t, const xkb_keysym_t… 104 SDL_WAYLAND_SYM(struct xkb_state *, xkb_state_new, (struct xkb_keymap *) ) 106 SDL_WAYLAND_SYM(void, xkb_state_unref, (struct xkb_state *) ) 109 SDL_WAYLAND_SYM(enum xkb_state_component, xkb_state_update_mask, (struct xkb_state *state,\
|
D | SDL_waylandevents.c | 68 struct xkb_state *state;
|
/third_party/weston/libweston/ |
D | input.c | 1328 xkb_state_unref(keyboard->xkb_state.state); in weston_keyboard_destroy() 1963 mods_depressed = xkb_state_serialize_mods(keyboard->xkb_state.state, in weston_keyboard_set_locks() 1965 mods_latched = xkb_state_serialize_mods(keyboard->xkb_state.state, in weston_keyboard_set_locks() 1967 mods_locked = xkb_state_serialize_mods(keyboard->xkb_state.state, in weston_keyboard_set_locks() 1969 group = xkb_state_serialize_group(keyboard->xkb_state.state, in weston_keyboard_set_locks() 1987 xkb_state_update_mask(keyboard->xkb_state.state, mods_depressed, in weston_keyboard_set_locks() 2009 mods_depressed = xkb_state_serialize_mods(keyboard->xkb_state.state, in notify_modifiers() 2011 mods_latched = xkb_state_serialize_mods(keyboard->xkb_state.state, in notify_modifiers() 2013 mods_locked = xkb_state_serialize_mods(keyboard->xkb_state.state, in notify_modifiers() 2015 group = xkb_state_serialize_layout(keyboard->xkb_state.state, in notify_modifiers() [all …]
|
/third_party/flutter/glfw/src/ |
D | wl_platform.h | 137 struct xkb_state* state;
|
D | wl_init.c | 174 struct xkb_state* state; in keyboardHandleKeymap()
|
/third_party/weston/clients/ |
D | simple-im.c | 72 struct xkb_state *state;
|
D | window.c | 375 struct xkb_state *state; 3002 struct xkb_state *state; in keyboard_handle_keymap()
|
/third_party/weston/libweston/backend-x11/ |
D | x11.c | 346 xkb_state_update_mask(keyboard->xkb_state.state, in x11_backend_setup_xkb() 1222 xkb_state_update_mask(keyboard->xkb_state.state, in update_xkb_state() 1253 xkb_state_update_mask(keyboard->xkb_state.state, in update_xkb_state_from_core()
|
/third_party/weston/include/libweston/ |
D | libweston.h | 762 struct xkb_state *state; 764 } xkb_state; member
|
/third_party/weston/compositor/ |
D | screen-share.c | 316 xkb_state_update_mask(keyboard->xkb_state.state, in ss_seat_handle_modifiers()
|
/third_party/weston/libweston/backend-wayland/ |
D | wayland.c | 2084 xkb_state_update_mask(keyboard->xkb_state.state, in input_handle_modifiers()
|