Lines Matching defs:rop
428 sunGXCopyPlane1to8(DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable, int rop, RegionPtr prgnDst, DDXPointPtr pptSrc, unsigned long planemask, unsigned long bitPlane)
444 gx_opaque_stipple_rop_table[rop]|GX_PATTERN_ONES,
585 * ignores pixel values, expecting the rop to "do the
863 if (devPriv->rop == GXnoop)
1574 unsigned long rop;
1604 rop = gx_opaque_stipple_rop_table[GXcopy] | GX_PATTERN_ONES;
1606 rop = gx_stipple_rop_table[pGC->alu] | GX_PATTERN_ONES;
1607 GXDrawInit (gx, pGC->fgPixel, rop, pGC->planemask);
2027 if (devPriv->rop != GXcopy)
2274 old_rrop = devPriv->rop;
2275 devPriv->rop = cfbReduceRasterOp (pGC->alu, pGC->fgPixel,
2278 if (old_rrop == devPriv->rop)
2322 switch (devPriv->rop)
2453 if (pGC->fillStyle == FillSolid && devPriv->rop == GXcopy)