Home
last modified time | relevance | path

Searched refs:raster_op_noclip (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/rcons/
H A Draster_text.c178 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 Draster.h202 extern int raster_op_noclip ARGS(( struct raster* dst, int dx, int dy, int w, int h, int rop, struc…
H A Draster_op.c607 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