Searched refs:effectiveGroup (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBBind.c276 unsigned preserve, effectiveGroup; local in function:XkbTranslateKeyCode
293 effectiveGroup = XkbGroupForCoreState(mods);
294 if (effectiveGroup >= nKeyGroups) {
299 effectiveGroup %= nKeyGroups;
302 effectiveGroup = nKeyGroups - 1;
305 effectiveGroup = XkbOutOfRangeGroupNumber(groupInfo);
306 if (effectiveGroup >= nKeyGroups)
307 effectiveGroup = 0;
311 col = effectiveGroup * XkbKeyGroupsWidth(xkb, key);
312 type = XkbKeyKeyType(xkb, key, effectiveGroup);
[all...]
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbUtils.c2069 int effectiveGroup = xkbState->group; local in function:XkbGetEffectiveGroup
2074 if (effectiveGroup == XkbGroup1Index)
2075 return effectiveGroup;
2078 if (effectiveGroup >= XkbKeyNumGroups(xkb,keycode)) {
2083 effectiveGroup %= XkbKeyNumGroups(xkb, keycode);
2086 effectiveGroup = XkbKeyNumGroups(xkb, keycode) - 1;
2089 effectiveGroup = XkbOutOfRangeGroupInfo(gi);
2090 if (effectiveGroup >= XkbKeyNumGroups(xkb, keycode))
2091 effectiveGroup = 0;
2096 else effectiveGroup
[all...]
H A DxkbActions.c116 int effectiveGroup; local in function:XkbGetKeyAction
131 effectiveGroup = XkbGetEffectiveGroup(xkbi, xkbState, key);
132 if (effectiveGroup != XkbGroup1Index)
133 col += (effectiveGroup * XkbKeyGroupsWidth(xkb, key));
135 type= XkbKeyKeyType(xkb,key,effectiveGroup);
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbUtils.c2066 int effectiveGroup = xkbState->group; local in function:XkbGetEffectiveGroup
2071 if (effectiveGroup == XkbGroup1Index)
2072 return effectiveGroup;
2075 if (effectiveGroup >= XkbKeyNumGroups(xkb, keycode)) {
2081 effectiveGroup %= XkbKeyNumGroups(xkb, keycode);
2084 effectiveGroup = XkbKeyNumGroups(xkb, keycode) - 1;
2087 effectiveGroup = XkbOutOfRangeGroupInfo(gi);
2088 if (effectiveGroup >= XkbKeyNumGroups(xkb, keycode))
2089 effectiveGroup = 0;
2095 effectiveGroup
[all...]
H A DxkbActions.c121 int effectiveGroup; local in function:XkbGetKeyAction
136 effectiveGroup = XkbGetEffectiveGroup(xkbi, xkbState, key);
137 if (effectiveGroup != XkbGroup1Index)
138 col += (effectiveGroup * XkbKeyGroupsWidth(xkb, key));
140 type = XkbKeyKeyType(xkb, key, effectiveGroup);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxevents.c589 int effectiveGroup; local in function:dmxKeyCodeToKeySym
596 effectiveGroup = XkbGetEffectiveGroup(xkbi, &xkbi->state, keyCode);
598 if (effectiveGroup == -1)
601 keysym = XkbKeySym(xkbi->desc, keyCode, effectiveGroup);
H A Dusb-keyboard.c315 int effectiveGroup = XkbGetEffectiveGroup(xkbi, local in function:kbdUSBConvert
318 keySym = XkbKeySym(xkbi->desc, scanCode, effectiveGroup);
H A Dlnx-keyboard.c681 int effectiveGroup = XkbGetEffectiveGroup(xkbi, local in function:kbdLinuxConvert
684 keySym = XkbKeySym(xkbi->desc, scanCode, effectiveGroup);

Completed in 16 milliseconds