Home
last modified time | relevance | path

Searched refs:dixLookupGC (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Ddix.h99 tmprc = dixLookupGC(&(pGC), stuff->gc, client, DixUseAccess);\
196 extern _X_EXPORT int dixLookupGC(GCPtr *result,
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dregion.c221 rc = dixLookupGC(&pGC, stuff->gc, client, DixGetAttrAccess); in ProcXFixesCreateRegionFromGC()
605 rc = dixLookupGC(&pGC, stuff->gc, client, DixSetAttrAccess); in ProcXFixesSetGCClipRegion()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c1519 result = dixLookupGC(&pGC, stuff->gc, client, DixSetAttrAccess); in ProcChangeGC()
1540 result = dixLookupGC(&pGC, stuff->srcGC, client, DixGetAttrAccess); in ProcCopyGC()
1543 result = dixLookupGC(&dstGC, stuff->dstGC, client, DixSetAttrAccess); in ProcCopyGC()
1569 result = dixLookupGC(&pGC, stuff->gc, client, DixSetAttrAccess); in ProcSetDashes()
1594 result = dixLookupGC(&pGC, stuff->gc, client, DixSetAttrAccess); in ProcSetClipRectangles()
1615 rc = dixLookupGC(&pGC, stuff->id, client, DixDestroyAccess); in ProcFreeGC()
H A Ddixutils.c237 dixLookupGC(GCPtr *pGC, XID id, ClientPtr client, Mask access) in dixLookupGC() function