Searched refs:groupWidth (Results 1 – 1 of 1) sorted by relevance
444 unsigned nGroups, groupWidth, n, nOut; in XkbGetCoreMap() local452 groupWidth = XkbKeyGroupWidth(xkb, key, XkbGroup1Index); in XkbGetCoreMap()453 if (groupWidth > 0) in XkbGetCoreMap()455 if (groupWidth > 1) in XkbGetCoreMap()457 for (n = 2; n < groupWidth; n++) in XkbGetCoreMap()459 if (groupWidth > 2) in XkbGetCoreMap()460 nOut = groupWidth; in XkbGetCoreMap()470 groupWidth = XkbKeyGroupWidth(xkb, key, XkbGroup1Index); in XkbGetCoreMap()473 if (groupWidth > 0 && syms->mapWidth >= 3) in XkbGetCoreMap()475 if (groupWidth > 1 && syms->mapWidth >= 4) in XkbGetCoreMap()[all …]