Lines Matching refs:GCPtr
33 Bool xnestCreateGC(GCPtr pGC);
34 void xnestValidateGC(GCPtr pGC, unsigned long changes, DrawablePtr pDrawable);
35 void xnestChangeGC(GCPtr pGC, unsigned long mask);
36 void xnestCopyGC(GCPtr pGCSrc, unsigned long mask, GCPtr pGCDst);
37 void xnestDestroyGC(GCPtr pGC);
38 void xnestChangeClip(GCPtr pGC, int type, pointer pValue, int nRects);
39 void xnestDestroyClip(GCPtr pGC);
40 void xnestDestroyClipHelper(GCPtr pGC);
41 void xnestCopyClip(GCPtr pGCDst, GCPtr pGCSrc);