Searched refs:sourceGC (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | midispcur.c | 288 GCPtr sourceGC, in miDCPutBits() argument 298 if (sourceGC->fgPixel != source) { in miDCPutBits() 300 ChangeGC(NullClient, sourceGC, GCForeground, &gcval); in miDCPutBits() 302 if (sourceGC->serialNumber != pDrawable->serialNumber) in miDCPutBits() 303 ValidateGC(pDrawable, sourceGC); in miDCPutBits() 305 if (sourceGC->miTranslate) { in miDCPutBits() 314 (*sourceGC->ops->PushPixels) (sourceGC, pScreenPriv->sourceBits, pDrawable, w, h, in miDCPutBits()
|