raster_op
extern int raster_op ARGS(( struct raster* dst, int dx, int dy, int w, int h, int rop, struct raster* src, int sx, int sy ));
if ( raster_op(
raster_op(rc->rc_sp, 0, 0, rc->rc_sp->width, rc->rc_sp->height,
raster_op(rc->rc_sp, dstx, y,
raster_op(rc->rc_sp, startx, y,
raster_op(rc->rc_sp, rc->rc_xorigin, dsty,
raster_op(rc->rc_sp, rc->rc_xorigin, starty,
raster_op(rc->rc_sp, x, y,