Searched refs:raster_op_noclip (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/dev/rcons/ |
H A D | raster_text.c | 178 if ( raster_op_noclip( in raster_textn() 193 if ( raster_op_noclip( in raster_textn() 214 if ( raster_op_noclip( in raster_textn()
|
H A D | raster.h | 202 extern int raster_op_noclip ARGS(( struct raster* dst, int dx, int dy, int w, int h, int rop, struc…
|
H A D | raster_op.c | 607 return raster_op_noclip( dst, dx, dy, w, h, rop, src, sx, sy ); in raster_op() 640 raster_op_noclip(struct raster* dst, int dx, int dy, int w, int h, int rop, in raster_op_noclip() function
|