HomeSort by: relevance | last modified time | path
    Searched defs:pBackingGC (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/miext/cw/
cw.c 123 pPriv->pBackingGC = CreateGC(pBackingDrawable, GCGraphicsExposures,
141 if (pPriv->pBackingGC) {
142 FreeGC(pPriv->pBackingGC, (XID)0);
143 pPriv->pBackingGC = NULL;
150 GCPtr pBackingGC;
169 if (!pPriv->pBackingGC && !cwCreateBackingGC(pGC, pDrawable)) {
175 pBackingGC = pPriv->pBackingGC;
199 (*pBackingGC->funcs->ChangeClip) (pBackingGC, CT_REGION
    [all...]
cw.h 37 GCPtr pBackingGC; /* Copy of the GC but with graphicsExposures

Completed in 6 milliseconds