Searched refs:GrabMatchesSecond (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/include/
H A Ddixgrabs.h48 extern _X_EXPORT Bool GrabMatchesSecond(
/xsrc/external/mit/xorg-server.old/dist/test/
H A Dinput.c468 rc = GrabMatchesSecond(&a, &b, FALSE);
470 rc = GrabMatchesSecond(&b, &a, FALSE);
475 rc = GrabMatchesSecond(&a, &b, FALSE);
477 rc = GrabMatchesSecond(&b, &a, FALSE);
482 rc = GrabMatchesSecond(&a, &b, FALSE);
484 rc = GrabMatchesSecond(&b, &a, FALSE);
508 rc = GrabMatchesSecond(&a, &b, FALSE);
513 rc = GrabMatchesSecond(&a, &b, FALSE);
515 rc = GrabMatchesSecond(&a, &b, TRUE);
520 rc = GrabMatchesSecond(
[all...]
/xsrc/external/mit/xorg-server/dist/test/
H A Dinput.c587 rc = GrabMatchesSecond(&a, &b, FALSE);
589 rc = GrabMatchesSecond(&b, &a, FALSE);
594 rc = GrabMatchesSecond(&a, &b, FALSE);
596 rc = GrabMatchesSecond(&b, &a, FALSE);
601 rc = GrabMatchesSecond(&a, &b, FALSE);
603 rc = GrabMatchesSecond(&b, &a, FALSE);
627 rc = GrabMatchesSecond(&a, &b, FALSE);
632 rc = GrabMatchesSecond(&a, &b, FALSE);
634 rc = GrabMatchesSecond(&a, &b, TRUE);
639 rc = GrabMatchesSecond(
[all...]
/xsrc/external/mit/xorg-server/dist/include/
H A Ddixgrabs.h53 extern _X_EXPORT Bool GrabMatchesSecond(GrabPtr /* pFirstGrab */ ,
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgrabs.c259 GrabMatchesSecond(GrabPtr pFirstGrab, GrabPtr pSecondGrab, Bool ignoreDevice) function in typeref:typename:Bool
370 if (GrabMatchesSecond(pGrab, grab, FALSE))
459 !GrabMatchesSecond(grab, pMinuendGrab,
H A Devents.c3410 if (GrabMatchesSecond(&tempGrab, grab, FALSE))
3418 (GrabMatchesSecond(&tempGrab, grab, FALSE)))
3427 (GrabMatchesSecond(&tempGrab, grab, TRUE)))
/xsrc/external/mit/libXt/dist/src/
H A DPassivGrab.c324 GrabMatchesSecond(register XtServerGrabPtr pFirstGrab, function in typeref:typename:Bool
385 if (GrabMatchesSecond(grab, pMinuendGrab) &&
575 if (GrabMatchesSecond(&tempGrab, grab))
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgrabs.c434 GrabMatchesSecond(GrabPtr pFirstGrab, GrabPtr pSecondGrab, Bool ignoreDevice) function in typeref:typename:Bool
536 if (GrabMatchesSecond(pGrab, grab, (pGrab->grabtype == CORE))) {
618 || !GrabMatchesSecond(grab, pMinuendGrab, (grab->grabtype == CORE)))
H A Devents.c3997 if (tmp->type && GrabMatchesSecond(tmp, grab, ignore_device))

Completed in 21 milliseconds