Searched refs:XkbKeyNumGroups (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | XKBMAlloc.c | 380 for (match = 0, g = XkbKeyNumGroups(xkb, i) - 1; in XkbResizeKeyType() 390 nTotal += XkbKeyNumGroups(xkb, i) * new_num_lvls; in XkbResizeKeyType() 410 for (g = XkbKeyNumGroups(xkb, i) - 1; g >= 0; g--) { in XkbResizeKeyType() 415 nSyms += XkbKeyNumGroups(xkb, i) * new_num_lvls; in XkbResizeKeyType() 439 for (match = 0, g = XkbKeyNumGroups(xkb, i) - 1; in XkbResizeKeyType() 464 for (g = XkbKeyNumGroups(xkb, key) - 1; g >= 0; g--) { in XkbResizeKeyType()
|
| H A D | xkbUtils.c | 382 nGroups = XkbKeyNumGroups(xkb, key); in XkbGetCoreMap() 446 nGroups = XkbKeyNumGroups(xkb, key); in XkbGetCoreMap() 2050 if (XkbKeyNumGroups(xkb, keycode) > 1U) { in XkbGetEffectiveGroup() 2051 if (effectiveGroup >= XkbKeyNumGroups(xkb, keycode)) { in XkbGetEffectiveGroup() 2057 effectiveGroup %= XkbKeyNumGroups(xkb, keycode); in XkbGetEffectiveGroup() 2060 effectiveGroup = XkbKeyNumGroups(xkb, keycode) - 1; in XkbGetEffectiveGroup() 2064 if (effectiveGroup >= XkbKeyNumGroups(xkb, keycode)) in XkbGetEffectiveGroup() 2113 nG = XkbKeyNumGroups(dst, i); in XkbCopyControls()
|
| H A D | xkbout.c | 411 for (g = 1; (g < XkbKeyNumGroups(xkb, i)) && (!multi); g++) { in XkbWriteXKBSymbols() 416 for (g = 0; g < XkbKeyNumGroups(xkb, i); g++) { in XkbWriteXKBSymbols() 487 if (((unsigned) XkbKeyNumGroups(xkb, i) > 1) || showActions) in XkbWriteXKBSymbols() 509 for (g = 0; g < XkbKeyNumGroups(xkb, i); g++) { in XkbWriteXKBSymbols()
|
| H A D | XKBMisc.c | 559 nOldGroups = XkbKeyNumGroups(xkb, key); in XkbChangeTypesOfKey()
|
| H A D | xkb.c | 1785 nG = XkbKeyNumGroups(xkb, i); in CheckKeySyms() 2153 if (XkbKeyNumGroups(xkb, i) > s) in SetKeySyms() 2154 s = XkbKeyNumGroups(xkb, i); in SetKeySyms()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | xkbstr.h | 467 #define XkbKeyNumGroups(d,k) (XkbCMKeyNumGroups((d)->map,(k))) macro
|