HomeSort by: relevance | last modified time | path
    Searched refs:frozen (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/fontconfig/dist/src/
fccharset.c 1033 const FcCharSet *frozen; member in struct:_FcCharSetOrigEnt
1124 FcCharSetFreezeOrig (FcCharSetFreezer *freezer, const FcCharSet *orig, const FcCharSet *frozen)
1133 ent->frozen = frozen;
1215 return ent->frozen;
  /xsrc/external/mit/xorg-server/dist/dix/
gestures.c 355 /* We're not processing a gesture end for a frozen device */
356 if (dev->deviceGrab.sync.frozen)
events.c 1141 * EnqueueEvent is a device's processInputProc if a device is frozen.
1225 * If the device for this event is not frozen anymore, take it and process it
1227 * After that, check if there's any devices in the list that are not frozen.
1229 * frozen, then re-run from the beginning of the event queue.
1241 if (!qe->device->deviceGrab.sync.frozen) {
1279 for (dev = inputInfo.devices; dev && dev->deviceGrab.sync.frozen;
1297 * @param frozen True to freeze or false to thaw.
1300 FreezeThaw(DeviceIntPtr dev, Bool frozen)
1302 dev->deviceGrab.sync.frozen = frozen;
    [all...]
grabs.c 122 devGrab->sync.frozen ? "frozen" : "thawed", devGrab->sync.state);
touch.c 1053 /* We're not processing a touch end for a frozen device */
1054 if (dev->deviceGrab.sync.frozen)
devices.c 971 if (!dev->deviceGrab.sync.frozen)
974 /* Dequeue any frozen pending events */
  /xsrc/external/mit/xorg-server.old/dist/include/
inputstr.h 446 #define FROZEN 5 /* any state >= has device frozen */
467 Bool frozen; member in struct:_GrabInfoRec::__anon10834
469 GrabPtr other; /* if other grab has this frozen */
588 * Devices can be frozen through GrabModeSync pointer grabs. If this is the
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_ra.c 301 bool frozen; member in struct:ra_interval
615 interval->frozen = false;
778 if (conflicting->frozen) {
965 /* We assume that all frozen intervals are at the start and that we
968 assert(!interval->frozen);
1527 interval->frozen = true;
1552 interval->frozen = false;
  /xsrc/external/mit/xorg-server/dist/include/
inputstr.h 510 #define FROZEN 5 /* any state >= has device frozen */
528 Bool frozen; member in struct:_GrabInfoRec::__anon10241
530 GrabPtr other; /* if other grab has this frozen */
660 * Devices can be frozen through GrabModeSync pointer grabs. If this is the
  /xsrc/external/mit/xorg-server.old/dist/dix/
events.c 1085 * EnqueueEvent is a device's processInputProc if a device is frozen.
1170 * If the device for this event is not frozen anymore, take it and process it
1172 * After that, check if there's any devices in the list that are not frozen.
1174 * frozen, then re-run from the beginning of the event queue.
1186 if (!qe->device->deviceGrab.sync.frozen)
1224 for (dev = inputInfo.devices; dev && dev->deviceGrab.sync.frozen; dev = dev->next)
1243 * @param frozen True to freeze or false to thaw.
1246 FreezeThaw(DeviceIntPtr dev, Bool frozen)
1248 dev->deviceGrab.sync.frozen = frozen;
    [all...]
  /xsrc/external/mit/xorg-server/dist/test/
input.c 1901 dev.deviceGrab.sync.frozen = 1;
1905 dev.deviceGrab.sync.frozen = 0;

Completed in 20 milliseconds