Searched defs:exaPixmapPrivateKey (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dexa_priv.h227 #define exaPixmapPrivateKey (&exaPixmapPrivateKeyRec) macro
285 #define ExaGetPixmapPriv(p) ((ExaPixmapPrivPtr)dixLookupPrivate(&(p)->devPrivates, exaPixmapPrivateKey))
286 #define ExaSetPixmapPriv(p,a) dixSetPrivate(&(p)->devPrivates, exaPixmapPrivateKey, a)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dexa_priv.h227 #define exaPixmapPrivateKey (&exaPixmapPrivateKeyRec) macro
285 #define ExaGetPixmapPriv(p) ((ExaPixmapPrivPtr)dixLookupPrivate(&(p)->devPrivates, exaPixmapPrivateKey))
286 #define ExaSetPixmapPriv(p,a) dixSetPrivate(&(p)->devPrivates, exaPixmapPrivateKey, a)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dexa_priv.h227 #define exaPixmapPrivateKey (&exaPixmapPrivateKeyRec) macro
285 #define ExaGetPixmapPriv(p) ((ExaPixmapPrivPtr)dixGetPrivateAddr(&(p)->devPrivates, exaPixmapPrivateKey))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dexa_priv.h227 #define exaPixmapPrivateKey (&exaPixmapPrivateKeyRec) macro
285 #define ExaGetPixmapPriv(p) ((ExaPixmapPrivPtr)dixGetPrivateAddr(&(p)->devPrivates, exaPixmapPrivateKey))

Completed in 231 milliseconds