Home
last modified time | relevance | path

Searched refs:RANGE_WRAP (Results 1 – 4 of 4) sorted by relevance

/external/libxkbcommon/xkbcommon/src/
Dstate.c188 case RANGE_WRAP: in XkbWrapGroupIntoRange()
682 RANGE_WRAP, 0); in xkb_state_update_derived()
690 RANGE_WRAP, 0); in xkb_state_update_derived()
Dkeymap.h303 RANGE_WRAP = 0, enumerator
/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dsymbols.c146 keyi->out_of_range_group_action = RANGE_WRAP; in InitKeyInfo()
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()
/external/libxkbcommon/xkbcommon/src/x11/
Dkeymap.c438 key->out_of_range_group_action = RANGE_WRAP; in get_sym_maps()