Home
last modified time | relevance | path

Searched refs:which_groups (Results 1 – 5 of 5) sorted by relevance

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dcompat.c324 old->led.which_groups == new->led.which_groups) { in AddLedMap()
346 old->led.which_groups = new->led.which_groups; in AddLedMap()
600 ledi->led.which_groups = mask; in SetLedMapField()
862 if (led->groups != 0 && led->which_groups == 0) in CopyLedMapDefsToKeymap()
863 led->which_groups = XKB_STATE_LAYOUT_EFFECTIVE; in CopyLedMapDefsToKeymap()
Dkeymap-dump.c250 if (led->which_groups) { in write_led_map()
251 if (led->which_groups != XKB_STATE_LAYOUT_EFFECTIVE) { in write_led_map()
253 LedStateMaskText(keymap->ctx, led->which_groups)); in write_led_map()
445 if (led->which_groups || led->groups || led->which_mods || in write_compat()
/external/libxkbcommon/xkbcommon/src/
Dstate.c642 if (led->which_groups != 0 && led->groups != 0) { in xkb_state_led_update_all()
643 if (led->which_groups & XKB_STATE_LAYOUT_EFFECTIVE) in xkb_state_led_update_all()
645 if (led->which_groups & XKB_STATE_LAYOUT_DEPRESSED) in xkb_state_led_update_all()
647 if (led->which_groups & XKB_STATE_LAYOUT_LATCHED) in xkb_state_led_update_all()
649 if (led->which_groups & XKB_STATE_LAYOUT_LOCKED) in xkb_state_led_update_all()
Dkeymap.h273 enum xkb_state_component which_groups; member
/external/libxkbcommon/xkbcommon/src/x11/
Dkeymap.c710 led->which_groups |= XKB_STATE_LAYOUT_DEPRESSED; in get_indicators()
712 led->which_groups |= XKB_STATE_LAYOUT_LATCHED; in get_indicators()
714 led->which_groups |= XKB_STATE_LAYOUT_LOCKED; in get_indicators()
716 led->which_groups |= XKB_STATE_LAYOUT_EFFECTIVE; in get_indicators()
718 led->which_groups |= XKB_STATE_LAYOUT_EFFECTIVE; in get_indicators()