Lines Matching refs:gcv
375 ChangeGCVal gcv[6]; in miOpqStipDrawable() local
395 gcv[0].val = 0; in miOpqStipDrawable()
396 ChangeGC(NullClient, pGCT, GCBackground, gcv); in miOpqStipDrawable()
439 gcv[0].val = FillStippled; in miOpqStipDrawable()
440 gcv[1].ptr = pPixmap; in miOpqStipDrawable()
441 gcv[2].val = dstx - srcx; in miOpqStipDrawable()
442 gcv[3].val = dsty; in miOpqStipDrawable()
446 gcv); in miOpqStipDrawable()
461 gcv[0].val = GXinvert; in miOpqStipDrawable()
462 ChangeGC(NullClient, pGCT, GCFunction, gcv); in miOpqStipDrawable()
471 gcv[0].val = pGC->bgPixel; in miOpqStipDrawable()
472 gcv[1].val = oldfg; in miOpqStipDrawable()
473 gcv[2].ptr = pPixmap; in miOpqStipDrawable()
474 ChangeGC(NullClient, pGC, GCForeground | GCBackground | GCStipple, gcv); in miOpqStipDrawable()
486 gcv[0].val = oldfg; in miOpqStipDrawable()
487 gcv[1].val = pGC->fgPixel; in miOpqStipDrawable()
488 gcv[2].val = oldfill; in miOpqStipDrawable()
489 gcv[3].ptr = pStipple; in miOpqStipDrawable()
490 gcv[4].val = oldOrg.x; in miOpqStipDrawable()
491 gcv[5].val = oldOrg.y; in miOpqStipDrawable()
494 GCTileStipXOrigin | GCTileStipYOrigin, gcv); in miOpqStipDrawable()
612 ChangeGCVal gcv; in miGetImage() local
634 gcv.val = (XID) planeMask; in miGetImage()
635 ChangeGC(NullClient, pGC, GCPlaneMask, &gcv); in miGetImage()
698 ChangeGCVal gcv[3]; in miPutImage() local
724 gcv[0].val = (XID) ~0; in miPutImage()
725 gcv[1].val = (XID) 0; in miPutImage()
726 ChangeGC(NullClient, pGC, GCForeground | GCBackground, gcv); in miPutImage()
731 gcv[0].val = (XID) i; in miPutImage()
732 ChangeGC(NullClient, pGC, GCPlaneMask, gcv); in miPutImage()
738 gcv[0].val = (XID) oldPlanemask; in miPutImage()
739 gcv[1].val = (XID) oldFg; in miPutImage()
740 gcv[2].val = (XID) oldBg; in miPutImage()
742 gcv); in miPutImage()