Home
last modified time | relevance | path

Searched refs:out_of_range_group_action (Results 1 – 6 of 6) sorted by relevance

/external/libxkbcommon/src/xkbcomp/
Dsymbols.c101 enum xkb_range_exceed_type out_of_range_group_action; member
148 keyi->out_of_range_group_action = RANGE_WRAP; in InitKeyInfo()
402 into->out_of_range_group_action = from->out_of_range_group_action; in MergeKeys()
902 keyi->out_of_range_group_action = (set ? RANGE_WRAP : RANGE_SATURATE); in SetSymbolsField()
917 keyi->out_of_range_group_action = (set ? RANGE_SATURATE : RANGE_WRAP); in SetSymbolsField()
932 keyi->out_of_range_group_action = RANGE_REDIRECT; in SetSymbolsField()
1475 key->out_of_range_group_action = keyi->out_of_range_group_action; in CopySymbolsDefToKeymap()
Dkeymap-dump.c546 switch (key->out_of_range_group_action) { in write_key()
/external/libxkbcommon/src/
Dkeymap.c363 key->out_of_range_group_action, in xkb_keymap_num_levels_for_key()
425 key->out_of_range_group_action, in xkb_keymap_key_get_mods_for_level()
489 key->out_of_range_group_action, in xkb_keymap_key_get_syms_by_level()
Dkeymap.h343 enum xkb_range_exceed_type out_of_range_group_action; member
476 enum xkb_range_exceed_type out_of_range_group_action,
Dstate.c165 enum xkb_range_exceed_type out_of_range_group_action, in XkbWrapGroupIntoRange() argument
174 switch (out_of_range_group_action) { in XkbWrapGroupIntoRange()
212 key->out_of_range_group_action, in xkb_state_key_get_layout()
/external/libxkbcommon/src/x11/
Dkeymap.c436 key->out_of_range_group_action = RANGE_SATURATE; in get_sym_maps()
438 key->out_of_range_group_action = RANGE_REDIRECT; in get_sym_maps()
440 key->out_of_range_group_action = RANGE_WRAP; in get_sym_maps()