Searched refs:XkbKey (Results 1 – 3 of 3) sorted by relevance
/external/libxkbcommon/xkbcommon/src/ |
D | keymap.c | 340 const struct xkb_key *key = XkbKey(keymap, kc); in xkb_keymap_num_layouts_for_key() 355 const struct xkb_key *key = XkbKey(keymap, kc); in xkb_keymap_num_levels_for_key() 420 const struct xkb_key *key = XkbKey(keymap, kc); in xkb_keymap_key_get_syms_by_level() 479 const struct xkb_key *key = XkbKey(keymap, kc); in xkb_keymap_key_repeats()
|
D | state.c | 150 const struct xkb_key *key = XkbKey(state->keymap, kc); in xkb_state_key_get_level() 208 const struct xkb_key *key = XkbKey(state->keymap, kc); in xkb_state_key_get_layout() 736 const struct xkb_key *key = XkbKey(state->keymap, kc); in xkb_state_update_key() 1349 const struct xkb_key *key = XkbKey(state->keymap, kc); in xkb_state_mod_index_is_consumed() 1369 const struct xkb_key *key = XkbKey(state->keymap, kc); in xkb_state_mod_mask_remove_consumed() 1380 const struct xkb_key *key = XkbKey(state->keymap, kc); in xkb_state_key_get_consumed_mods()
|
D | keymap.h | 427 XkbKey(struct xkb_keymap *keymap, xkb_keycode_t kc) in XkbKey() function
|