HomeSort by relevance Sort by last modified time
    Searched refs:which_mods (Results 1 - 6 of 6) sorted by null

  /external/libxkbcommon/xkbcommon/src/xkbcomp/
compat.c 323 old->led.which_mods == new->led.which_mods &&
341 old->led.which_mods = new->led.which_mods;
587 ledi->led.which_mods = mask;
864 if (led->mods.mods != 0 && led->which_mods == 0)
865 led->which_mods = XKB_STATE_MODS_EFFECTIVE;
keymap-dump.c 259 if (led->which_mods) {
260 if (led->which_mods != XKB_STATE_MODS_EFFECTIVE) {
262 LedStateMaskText(keymap->ctx, led->which_mods));
445 if (led->which_groups || led->groups || led->which_mods ||
  /external/libxkbcommon/xkbcommon/src/
state.c 626 if (led->which_mods != 0 && led->mods.mask != 0) {
627 if (led->which_mods & XKB_STATE_MODS_EFFECTIVE)
629 if (led->which_mods & XKB_STATE_MODS_DEPRESSED)
631 if (led->which_mods & XKB_STATE_MODS_LATCHED)
633 if (led->which_mods & XKB_STATE_MODS_LOCKED)
    [all...]
keymap.h 275 enum xkb_state_component which_mods; member in struct:xkb_led
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBstr.h 368 unsigned char which_mods; member in struct:_XkbIndicatorMapRec
375 ((i)->which_mods&&(i)->mods.mask)||\
378 ((i)->which_mods)||((i)->ctrls))
  /external/libxkbcommon/xkbcommon/src/x11/
keymap.c 723 led->which_mods |= XKB_STATE_MODS_DEPRESSED;
725 led->which_mods |= XKB_STATE_MODS_LATCHED;
727 led->which_mods |= XKB_STATE_MODS_LOCKED;
729 led->which_mods |= XKB_STATE_MODS_EFFECTIVE;
731 led->which_mods |= XKB_STATE_MODS_EFFECTIVE;
    [all...]

Completed in 474 milliseconds