Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dsymbols.c99 enum xkb_range_exceed_type out_of_range_group_action; member
146 keyi->out_of_range_group_action = RANGE_WRAP; in InitKeyInfo()
410 into->out_of_range_group_action = from->out_of_range_group_action; in MergeKeys()
910 keyi->out_of_range_group_action = (set ? RANGE_WRAP : RANGE_SATURATE); in SetSymbolsField()
925 keyi->out_of_range_group_action = (set ? RANGE_SATURATE : RANGE_WRAP); in SetSymbolsField()
940 keyi->out_of_range_group_action = RANGE_REDIRECT; in SetSymbolsField()
1483 key->out_of_range_group_action = keyi->out_of_range_group_action; in CopySymbolsDefToKeymap()
Dkeymap-dump.c542 switch (key->out_of_range_group_action) { in write_key()
/external/libxkbcommon/xkbcommon/src/
Dkeymap.h342 enum xkb_range_exceed_type out_of_range_group_action; member
461 enum xkb_range_exceed_type out_of_range_group_action,
Dkeymap.c361 key->out_of_range_group_action, in xkb_keymap_num_levels_for_key()
427 key->out_of_range_group_action, in xkb_keymap_key_get_syms_by_level()
Dstate.c167 enum xkb_range_exceed_type out_of_range_group_action, in XkbWrapGroupIntoRange() argument
176 switch (out_of_range_group_action) { in XkbWrapGroupIntoRange()
214 key->out_of_range_group_action, in xkb_state_key_get_layout()
/external/libxkbcommon/xkbcommon/src/x11/
Dkeymap.c434 key->out_of_range_group_action = RANGE_SATURATE; in get_sym_maps()
436 key->out_of_range_group_action = RANGE_REDIRECT; in get_sym_maps()
438 key->out_of_range_group_action = RANGE_WRAP; in get_sym_maps()