Lines Matching defs:rop
558 raster_op(struct raster* dst, int dx, int dy, int w, int h, int rop,
564 if ( needsrc[RAS_GETOP( rop )] )
607 return raster_op_noclip( dst, dx, dy, w, h, rop, src, sx, sy );
633 return raster_op_nosrc_noclip( dst, dx, dy, w, h, rop );
640 raster_op_noclip(struct raster* dst, int dx, int dy, int w, int h, int rop,
645 op = RAS_GETOP( rop );
688 /* One to two, using the color in the rop. */
699 color = RAS_GETCOLOR( rop );
761 /* One to four, using the color in the rop. */
772 color = RAS_GETCOLOR( rop );
832 /* One to eight, using the color in the rop. This could
847 color = RAS_GETCOLOR( rop );
903 /* One to sixteen, using the color in the rop. This could
918 color = RAS_GETCOLOR( rop );
1090 int dx, int dy, int w, int h, int rop)
1094 op = RAS_GETOP( rop );
1166 /* Main rop. */
1214 color = RAS_GETCOLOR( rop );
1273 /* Main rop. */
1321 color = RAS_GETCOLOR( rop );
1379 /* Main rop. */
1426 color = RAS_GETCOLOR( rop );
1482 /* Main rop. */
1531 color = RAS_GETCOLOR( rop );
1587 /* Main rop. */
1730 /* Main rop. */
1780 /* Main rop. */
1888 /* Main rop. */
1946 /* Main rop. */