HomeSort by: relevance | last modified time | path
    Searched refs:raster_op (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/wscons/
wscons_rops.c 80 raster_op(rc->rc_sp, x, y,
136 raster_op(rc->rc_sp, 0, 0, rc->rc_sp->width, rc->rc_sp->height,
158 raster_op(rc->rc_sp, dstx, y,
179 raster_op(rc->rc_sp, startx, y,
197 raster_op(rc->rc_sp, rc->rc_xorigin, dsty,
217 raster_op(rc->rc_sp, rc->rc_xorigin, starty,
  /src/sys/dev/rcons/
raster.h 124 /* Defines for the raster_op() and raster_text() rop parameter - the bitblit
199 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 ));
raster_text.c 207 if ( raster_op(
raster_op.c 1 /* $NetBSD: raster_op.c,v 1.19 2012/01/31 04:28:02 matt Exp $ */
35 * @(#)raster_op.c 8.1 (Berkeley) 6/11/93
70 __KERNEL_RCSID(0, "$NetBSD: raster_op.c,v 1.19 2012/01/31 04:28:02 matt Exp $");
558 raster_op(struct raster* dst, int dx, int dy, int w, int h, int rop, function in typeref:typename:int

Completed in 22 milliseconds