Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dcompat.c323 old->led.which_mods == new->led.which_mods && in AddLedMap()
341 old->led.which_mods = new->led.which_mods; in AddLedMap()
587 ledi->led.which_mods = mask; in SetLedMapField()
864 if (led->mods.mods != 0 && led->which_mods == 0) in CopyLedMapDefsToKeymap()
865 led->which_mods = XKB_STATE_MODS_EFFECTIVE; in CopyLedMapDefsToKeymap()
Dkeymap-dump.c259 if (led->which_mods) { in write_led_map()
260 if (led->which_mods != XKB_STATE_MODS_EFFECTIVE) { in write_led_map()
262 LedStateMaskText(keymap->ctx, led->which_mods)); in write_led_map()
445 if (led->which_groups || led->groups || led->which_mods || in write_compat()
/external/libxkbcommon/xkbcommon/src/
Dstate.c626 if (led->which_mods != 0 && led->mods.mask != 0) { in xkb_state_led_update_all()
627 if (led->which_mods & XKB_STATE_MODS_EFFECTIVE) in xkb_state_led_update_all()
629 if (led->which_mods & XKB_STATE_MODS_DEPRESSED) in xkb_state_led_update_all()
631 if (led->which_mods & XKB_STATE_MODS_LATCHED) in xkb_state_led_update_all()
633 if (led->which_mods & XKB_STATE_MODS_LOCKED) in xkb_state_led_update_all()
Dkeymap.h275 enum xkb_state_component which_mods; member
/external/libxkbcommon/xkbcommon/src/x11/
Dkeymap.c723 led->which_mods |= XKB_STATE_MODS_DEPRESSED; in get_indicators()
725 led->which_mods |= XKB_STATE_MODS_LATCHED; in get_indicators()
727 led->which_mods |= XKB_STATE_MODS_LOCKED; in get_indicators()
729 led->which_mods |= XKB_STATE_MODS_EFFECTIVE; in get_indicators()
731 led->which_mods |= XKB_STATE_MODS_EFFECTIVE; in get_indicators()