Home
last modified time | relevance | path

Searched refs:explicit_type (Results 1 – 4 of 4) sorted by relevance

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dsymbols.c1353 xkb_layout_index_t group, bool *explicit_type) in FindTypeForGroup() argument
1359 *explicit_type = true; in FindTypeForGroup()
1368 *explicit_type = false; in FindTypeForGroup()
1454 bool explicit_type; in CopySymbolsDefToKeymap() local
1456 type = FindTypeForGroup(keymap, keyi, i, &explicit_type); in CopySymbolsDefToKeymap()
1474 key->groups[i].explicit_type = explicit_type; in CopySymbolsDefToKeymap()
Dkeymap-dump.c501 if (key->groups[group].explicit_type) in write_key()
514 if (!key->groups[group].explicit_type) in write_key()
/external/libxkbcommon/xkbcommon/src/x11/
Dkeymap.c562 key->groups[0].explicit_type = true; in get_explicits()
565 key->groups[1].explicit_type = true; in get_explicits()
568 key->groups[2].explicit_type = true; in get_explicits()
571 key->groups[3].explicit_type = true; in get_explicits()
/external/libxkbcommon/xkbcommon/src/
Dkeymap.h324 bool explicit_type; member