Searched refs:effectiveGroup (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBBind.c | 276 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 D | xkbUtils.c | 2069 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 D | xkbActions.c | 116 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 D | xkbUtils.c | 2066 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 D | xkbActions.c | 121 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 D | dmxevents.c | 589 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 D | usb-keyboard.c | 315 int effectiveGroup = XkbGetEffectiveGroup(xkbi, local in function:kbdUSBConvert 318 keySym = XkbKeySym(xkbi->desc, scanCode, effectiveGroup);
|
| H A D | lnx-keyboard.c | 681 int effectiveGroup = XkbGetEffectiveGroup(xkbi, local in function:kbdLinuxConvert 684 keySym = XkbKeySym(xkbi->desc, scanCode, effectiveGroup);
|
Completed in 16 milliseconds