Searched refs:PictureScreenPrivateKey (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dpicturestr.h349 #define PictureScreenPrivateKey (&PictureScreenPrivateKeyRec) macro
359 #define GetPictureScreen(s) ((PictureScreenPtr)dixLookupPrivate(&(s)->devPrivates, PictureScreenPrivateKey))
360 #define GetPictureScreenIfSet(s) (dixPrivateKeyRegistered(PictureScreenPrivateKey) ? GetPictureScreen(s) : NULL)
361 #define SetPictureScreen(s,p) dixSetPrivate(&(s)->devPrivates, PictureScreenPrivateKey, p)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dpicturestr.h348 #define PictureScreenPrivateKey (&PictureScreenPrivateKeyRec) macro
358 #define GetPictureScreen(s) ((PictureScreenPtr)dixLookupPrivate(&(s)->devPrivates, PictureScreenPrivateKey))
359 #define GetPictureScreenIfSet(s) (dixPrivateKeyRegistered(PictureScreenPrivateKey) ? GetPictureScreen(s) : NULL)
360 #define SetPictureScreen(s,p) dixSetPrivate(&(s)->devPrivates, PictureScreenPrivateKey, p)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dpicturestr.h400 #define PictureScreenPrivateKey (&PictureScreenPrivateKeyRec) macro
409 #define GetPictureScreen(s) ((PictureScreenPtr)dixLookupPrivate(&(s)->devPrivates, PictureScreenPrivateKey))
410 #define GetPictureScreenIfSet(s) (dixPrivateKeyRegistered(PictureScreenPrivateKey) ? GetPictureScreen(s) : NULL)
411 #define SetPictureScreen(s,p) dixSetPrivate(&(s)->devPrivates, PictureScreenPrivateKey, p)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dpicturestr.h399 #define PictureScreenPrivateKey (&PictureScreenPrivateKeyRec) macro
408 #define GetPictureScreen(s) ((PictureScreenPtr)dixLookupPrivate(&(s)->devPrivates, PictureScreenPrivateKey))
409 #define GetPictureScreenIfSet(s) (dixPrivateKeyRegistered(PictureScreenPrivateKey) ? GetPictureScreen(s) : NULL)
410 #define SetPictureScreen(s,p) dixSetPrivate(&(s)->devPrivates, PictureScreenPrivateKey, p)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dpicturestr.h354 #define PictureScreenPrivateKey (&PictureScreenPrivateKeyRec) macro
363 #define GetPictureScreen(s) ((PictureScreenPtr)dixLookupPrivate(&(s)->devPrivates, PictureScreenPrivateKey))
364 #define GetPictureScreenIfSet(s) (dixPrivateKeyRegistered(PictureScreenPrivateKey) ? GetPictureScreen(s) : NULL)
365 #define SetPictureScreen(s,p) dixSetPrivate(&(s)->devPrivates, PictureScreenPrivateKey, p)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dpicturestr.h375 #define PictureScreenPrivateKey (&PictureScreenPrivateKeyRec) macro
384 #define GetPictureScreen(s) ((PictureScreenPtr)dixLookupPrivate(&(s)->devPrivates, PictureScreenPrivateKey))
385 #define GetPictureScreenIfSet(s) (dixPrivateKeyRegistered(PictureScreenPrivateKey) ? GetPictureScreen(s) : NULL)
386 #define SetPictureScreen(s,p) dixSetPrivate(&(s)->devPrivates, PictureScreenPrivateKey, p)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dpicturestr.h349 #define PictureScreenPrivateKey (&PictureScreenPrivateKeyRec) macro
359 #define GetPictureScreen(s) ((PictureScreenPtr)dixLookupPrivate(&(s)->devPrivates, PictureScreenPrivateKey))
360 #define GetPictureScreenIfSet(s) (dixPrivateKeyRegistered(PictureScreenPrivateKey) ? GetPictureScreen(s) : NULL)
361 #define SetPictureScreen(s,p) dixSetPrivate(&(s)->devPrivates, PictureScreenPrivateKey, p)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dpicturestr.h349 #define PictureScreenPrivateKey (&PictureScreenPrivateKeyRec) macro
359 #define GetPictureScreen(s) ((PictureScreenPtr)dixLookupPrivate(&(s)->devPrivates, PictureScreenPrivateKey))
360 #define GetPictureScreenIfSet(s) (dixPrivateKeyRegistered(PictureScreenPrivateKey) ? GetPictureScreen(s) : NULL)
361 #define SetPictureScreen(s,p) dixSetPrivate(&(s)->devPrivates, PictureScreenPrivateKey, p)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dpicturestr.h349 #define PictureScreenPrivateKey (&PictureScreenPrivateKeyRec) macro
359 #define GetPictureScreen(s) ((PictureScreenPtr)dixLookupPrivate(&(s)->devPrivates, PictureScreenPrivateKey))
360 #define GetPictureScreenIfSet(s) (dixPrivateKeyRegistered(PictureScreenPrivateKey) ? GetPictureScreen(s) : NULL)
361 #define SetPictureScreen(s,p) dixSetPrivate(&(s)->devPrivates, PictureScreenPrivateKey, p)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dpicturestr.h394 extern DevPrivateKey PictureScreenPrivateKey;
400 #define GetPictureScreen(s) ((PictureScreenPtr)dixLookupPrivate(&(s)->devPrivates, PictureScreenPrivateKey))
402 #define SetPictureScreen(s,p) dixSetPrivate(&(s)->devPrivates, PictureScreenPrivateKey, p)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dpicturestr.h399 extern DevPrivateKey PictureScreenPrivateKey;
405 #define GetPictureScreen(s) ((PictureScreenPtr)dixLookupPrivate(&(s)->devPrivates, PictureScreenPrivateKey))
407 #define SetPictureScreen(s,p) dixSetPrivate(&(s)->devPrivates, PictureScreenPrivateKey, p)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dpicturestr.h399 extern _X_EXPORT DevPrivateKey PictureScreenPrivateKey;
405 #define GetPictureScreen(s) ((PictureScreenPtr)dixLookupPrivate(&(s)->devPrivates, PictureScreenPrivateKey))
407 #define SetPictureScreen(s,p) dixSetPrivate(&(s)->devPrivates, PictureScreenPrivateKey, p)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dpicturestr.h399 extern _X_EXPORT DevPrivateKey PictureScreenPrivateKey;
405 #define GetPictureScreen(s) ((PictureScreenPtr)dixLookupPrivate(&(s)->devPrivates, PictureScreenPrivateKey))
407 #define SetPictureScreen(s,p) dixSetPrivate(&(s)->devPrivates, PictureScreenPrivateKey, p)

Completed in 1110 milliseconds