Searched refs:ExaGCPrivPtr (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_priv.h235 #define ExaGetGCPriv(gc) ((ExaGCPrivPtr)dixLookupPrivate(&(gc)->devPrivates, exaGCPrivateKey))
236 #define ExaGCPriv(gc) ExaGCPrivPtr pExaGC = ExaGetGCPriv(gc)
338 } ExaGCPrivRec, *ExaGCPrivPtr; typedef in typeref:struct:__anone2c6f97a0608 *
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_priv.h224 #define ExaGetGCPriv(gc) ((ExaGCPrivPtr)dixGetPrivateAddr(&(gc)->devPrivates, &ExaGetScreenPriv(gc->pScreen)->gcPrivateKeyRec))
225 #define ExaGCPriv(gc) ExaGCPrivPtr pExaGC = ExaGetGCPriv(gc)
334 } ExaGCPrivRec, *ExaGCPrivPtr; typedef in typeref:struct:__anonaa13440d0608 *

Completed in 4 milliseconds