Lines Matching refs:effectiveGroup
276 unsigned preserve, effectiveGroup;
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);