Searched refs:maskGC (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | midispcur.c | 289 GCPtr maskGC, in miDCPutBits() argument 316 if (maskGC->fgPixel != mask) { in miDCPutBits() 318 ChangeGC(NullClient, maskGC, GCForeground, &gcval); in miDCPutBits() 320 if (maskGC->serialNumber != pDrawable->serialNumber) in miDCPutBits() 321 ValidateGC(pDrawable, maskGC); in miDCPutBits() 323 if (maskGC->miTranslate) { in miDCPutBits() 332 (*maskGC->ops->PushPixels) (maskGC, pScreenPriv->maskBits, pDrawable, w, h, x, y); in miDCPutBits()
|