| /xsrc/external/mit/xorg-server/dist/include/ |
| eventstr.h | 129 uint32_t effective;/**< XKB effective modifiers */ member in struct:_DeviceEvent::__anon10222 135 uint8_t effective;/**< XKB effective group */ member in struct:_DeviceEvent::__anon10223 289 uint32_t effective;/**< XKB effective modifiers */ member in struct:_GestureEvent::__anon10229 295 uint8_t effective;/**< XKB effective group */ member in struct:_GestureEvent::__anon10230
|
| /xsrc/external/mit/libXi/dist/src/ |
| XIQueryPointer.c | 92 mods->effective = mods->base | mods->latched | mods->locked; 97 group->effective = group->base | group->latched | group->locked;
|
| XExtInt.c | 1650 out->mods.effective = in->mods.effective_mods; 1654 out->group.effective = in->group.effective_group; 2079 out->mods.effective = in->mods.effective_mods; 2083 out->group.effective = in->group.effective_group; 2211 out->mods.effective = in->mods.effective_mods; 2215 out->group.effective = in->group.effective_group; 2256 out->mods.effective = in->mods.effective_mods; 2260 out->group.effective = in->group.effective_group;
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| eventstr.h | 109 uint32_t effective;/**< XKB effective modifiers */ member in struct:_DeviceEvent::__anon10817 115 uint8_t effective;/**< XKB effective group */ member in struct:_DeviceEvent::__anon10818
|
| /xsrc/external/mit/xkbutils/dist/ |
| xkbwatch.c | 64 Widget effective[XkbNumModifiers]; local 125 XtCreateManagedWidget("effective", boxWidgetClass, panel, hArgs, 1); 127 uFatalError("Couldn't create effective modifiers box\n"); 160 snprintf(buf, sizeof(buf), "effective%d", i); 165 effective[i] = 238 XtSetValues(effective[i], list, 1);
|
| /xsrc/external/mit/xorg-server.old/dist/test/xi2/ |
| protocol-eventconvert.c | 330 g_assert(out->mods.effective_mods == in->mods.effective); 335 g_assert(out->group.effective_group == in->group.effective); 444 in.mods.effective = 11; 448 in.group.effective = 15; 568 in.mods.effective = 1L; 570 in.mods.effective = 1L << 8; 572 in.mods.effective = 1L << 16; 574 in.mods.effective = 1L << 24; 576 in.mods.effective = ~0L; 595 in.mods.effective = 1 [all...] |
| /xsrc/external/mit/xinput/dist/src/ |
| test_xi2.c | 84 printf(" modifiers: locked %#x latched %#x base %#x effective: %#x\n", 86 event->mods.base, event->mods.effective); 87 printf(" group: locked %#x latched %#x base %#x effective: %#x\n", 89 event->group.base, event->group.effective); 223 printf(" modifiers: locked %#x latched %#x base %#x effective: %#x\n", 225 event->mods.base, event->mods.effective); 226 printf(" group: locked %#x latched %#x base %#x effective: %#x\n", 228 event->group.base, event->group.effective);
|
| /xsrc/external/mit/xorg-server/dist/test/xi2/ |
| protocol-eventconvert.c | 336 assert(out->mods.effective_mods == in->mods.effective); 341 assert(out->group.effective_group == in->group.effective); 444 in.mods.effective = 11; 448 in.group.effective = 15; 567 in.mods.effective = 1L; 569 in.mods.effective = 1L << 8; 571 in.mods.effective = 1L << 16; 573 in.mods.effective = 1L << 24; 575 in.mods.effective = ~0L; 594 in.mods.effective = 1 [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| eventconvert.c | 723 xde->mods.effective_mods = ev->mods.effective; 728 xde->group.effective_group = ev->group.effective; 883 xpe->mods.effective_mods = ev->mods.effective; 888 xpe->group.effective_group = ev->group.effective; 925 xde->mods.effective_mods = ev->mods.effective; 930 xde->group.effective_group = ev->group.effective;
|
| inpututils.c | 803 event->mods.effective = state->mods; 808 event->group.effective = state->group; 821 event->mods.effective = state->mods; 826 event->group.effective = state->group;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| midgard_emit.c | 211 unsigned effective = ins->mask; local 214 * override to the lower or upper half, shifting the effective mask in 221 effective >>= upper_shift; 230 alu->mask = expand_writemask(effective, 2); 232 alu->mask = expand_writemask(effective, 1); 234 alu->mask = effective;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| eventconvert.c | 590 xde->mods.effective_mods = ev->mods.effective; 595 xde->group.effective_group = ev->group.effective;
|
| /xsrc/external/mit/libXi/dist/include/X11/extensions/ |
| XInput2.h | 77 int effective; member in struct:__anon5897
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| exevents.c | 992 event->mods.effective = state->mods; 997 event->group.effective = state->group;
|