Lines Matching refs:raster
39 * Bitblit routine for raster library.
41 * This raster-op is machined to exacting tolerances by skilled native
75 #include <dev/rcons/raster.h>
77 #include "raster.h"
102 /* Raster-op macros. These encapsulate the switch statements and so make
550 static int raster_blit(struct raster *, u_int32_t *, int, int, int,
551 struct raster *, u_int32_t *, int, int, int,
554 /* Raster operations. */
558 raster_op(struct raster* dst, int dx, int dy, int w, int h, int rop,
559 struct raster* src, int sx, int sy)
561 if ( dst == (struct raster*) 0 )
567 if ( src == (struct raster*) 0 )
611 if ( src != (struct raster*) 0 )
640 raster_op_noclip(struct raster* dst, int dx, int dy, int w, int h, int rop,
641 struct raster* src, int sx, int sy)
1089 raster_op_nosrc_noclip(struct raster* dst,
1622 struct raster* src, uint32_t* srclin1,
1624 struct raster* dst,