Searched refs:dixLookupProperty (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | property.h | 55 extern _X_EXPORT int dixLookupProperty(
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | property.h | 62 extern _X_EXPORT int dixLookupProperty(PropertyPtr * /*result */ ,
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | property.c | 64 * dixLookupProperty, dixChangeProperty, DeleteProperty 92 dixLookupProperty(PropertyPtr *result, WindowPtr pWin, Atom propertyName, function in typeref:typename:int 161 rc = dixLookupProperty(&pProp, pWin, atoms[i], client, 267 rc = dixLookupProperty(&pProp, pWin, property, pClient, access_mode); 390 rc = dixLookupProperty(&pProp, pWin, propName, client, DixDestroyAccess); 500 rc = dixLookupProperty(&pProp, pWin, stuff->property, client, prop_mode);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | property.c | 63 * dixLookupProperty, dixChangeProperty, DeleteProperty 90 dixLookupProperty(PropertyPtr *result, WindowPtr pWin, Atom propertyName, function in typeref:typename:int 169 rc = dixLookupProperty(&pProp, pWin, atoms[i], client, 270 rc = dixLookupProperty(&pProp, pWin, property, pClient, access_mode); 379 rc = dixLookupProperty(&pProp, pWin, propName, client, DixDestroyAccess); 483 rc = dixLookupProperty(&pProp, pWin, stuff->property, client, prop_mode);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | applewm.c | 135 rc = dixLookupProperty(&prop, pWin, atom, serverClient, DixReadAccess);
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | applewm.c | 136 rc = dixLookupProperty(&prop, pWin, atom, serverClient, DixReadAccess);
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xselinux_ext.c | 262 rc = dixLookupProperty(&pProp, pWin, stuff->property, client,
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xselinux_ext.c | 262 rc = dixLookupProperty(&pProp, pWin, stuff->property, client,
|
Completed in 10 milliseconds