Searched defs:paintTypeGC (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/libXext/sun-src/src/
H A DTransOvl.c1087 GC paintTypeGC,
1108 if (paintTypeGC && (paintTypeGC != colorGC))
1109 FlushGC(dpy, paintTypeGC);
1118 req->paintTypeGC = (paintTypeGC) ? paintTypeGC->gid : None;
1080 XSolarisOvlCopyAreaAndPaintType( Display *dpy, Drawable colorSrc, Drawable paintTypeSrc, Drawable colorDst, Drawable paintTypeDst, GC colorGC, GC paintTypeGC, int colorSrcX, int colorSrcY, int paintTypeSrcX, int paintTypeSrcY, unsigned int width, unsigned int height, int colorDstX, int colorDstY, int paintTypeDstX, int paintTypeDstY, unsigned long action_mask, unsigned long planemask) argument

Completed in 22 milliseconds