Searched refs:dmxPropertyIterate (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxprop.h | 41 extern void *dmxPropertyIterate(DMXScreenInfo *start,
|
| H A D | dmxprop.c | 98 void *dmxPropertyIterate(DMXScreenInfo *start, function in typeref:typename:void *
|
| H A D | dmxcursor.c | 504 /** Used with #dmxPropertyIterate to determine if screen \a a is the 552 if (dmxPropertyIterate(a, dmxTestSameDisplay, pt)) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | dmxbackend.c | 149 else if (dmxPropertyIterate(priv->be, 181 if ((dmxScreen = dmxPropertyIterate(priv->be, dmxBackendTestEvents, X))) 191 if ((dmxScreen = dmxPropertyIterate(priv->be, 208 return dmxPropertyIterate(priv->be, dmxBackendTestWindow,
|
| H A D | dmxcommon.c | 496 dmxPropertyIterate(priv->be, dmxCommonXSelect, priv); 497 dmxPropertyIterate(priv->be, dmxCommonAddEnabledDevice, dmxInput); 514 dmxPropertyIterate(priv->be, dmxCommonRemoveEnabledDevice, dmxInput); 515 dmxPropertyIterate(priv->be, dmxCommonXSelect, priv);
|
Completed in 7 milliseconds