Home
last modified time | relevance | path

Searched refs:dstGC (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiXprocs.c901 PanoramiXRes *srcGC, *dstGC; in PanoramiXCopyGC() local
913 result = dixLookupResourceByType((void **) &dstGC, stuff->dstGC, XRT_GC, in PanoramiXCopyGC()
920 stuff->dstGC = dstGC->info[j].id; in PanoramiXCopyGC()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c1533 GC *dstGC; in ProcCopyGC() local
1543 result = dixLookupGC(&dstGC, stuff->dstGC, client, DixSetAttrAccess); in ProcCopyGC()
1546 if ((dstGC->pScreen != pGC->pScreen) || (dstGC->depth != pGC->depth)) in ProcCopyGC()
1552 return CopyGC(pGC, dstGC, stuff->mask); in ProcCopyGC()
H A Dswapreq.c538 swapl(&stuff->dstGC); in SProcCopyGC()