/src/sys/dev/rcons/ |
raster.h | 1 /* $NetBSD: raster.h,v 1.8 2007/03/04 06:02:39 christos Exp $ */ 35 * @(#)raster.h 8.1 (Berkeley) 6/11/93 39 * Simple raster and frame buffer routines. 81 /* Raster struct. */ 82 struct raster { struct 100 struct raster* r; 107 struct raster* cr[256]; 177 /* Raster routines. */ 179 extern struct raster* raster_alloc ARGS(( int width, int height, int depth )); 180 /* Allocates a raster. Returns (struct raster*) 0 on failure. * [all...] |
raster_text.c | 39 * Text routines for raster library. 48 #include <dev/rcons/raster.h> 55 #include "raster.h" 65 struct raster* r, 78 struct raster* r, 89 struct raster* charrast; 117 if ( charrast != (struct raster*) 0 ) 138 if ( charrast != (struct raster*) 0 ) 156 rf->cache->cr[c] = (struct raster*) 0; 162 struct raster* cr [all...] |
raster_op.c | 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 [all...] |
rcons_kern.c | 54 #include <dev/rcons/raster.h>
|
/src/sys/dev/hpc/ |
vt220l8x10.h | 13 static struct raster vt220l8x10_0 = { 8, 10, 1, 1, vt220l8x10_0_pix, 0 }; 26 static struct raster vt220l8x10_1 = { 8, 10, 1, 1, vt220l8x10_1_pix, 0 }; 39 static struct raster vt220l8x10_2 = { 8, 10, 1, 1, vt220l8x10_2_pix, 0 }; 52 static struct raster vt220l8x10_3 = { 8, 10, 1, 1, vt220l8x10_3_pix, 0 }; 65 static struct raster vt220l8x10_4 = { 8, 10, 1, 1, vt220l8x10_4_pix, 0 }; 78 static struct raster vt220l8x10_5 = { 8, 10, 1, 1, vt220l8x10_5_pix, 0 }; 91 static struct raster vt220l8x10_6 = { 8, 10, 1, 1, vt220l8x10_6_pix, 0 }; 104 static struct raster vt220l8x10_7 = { 8, 10, 1, 1, vt220l8x10_7_pix, 0 }; 117 static struct raster vt220l8x10_8 = { 8, 10, 1, 1, vt220l8x10_8_pix, 0 }; 130 static struct raster vt220l8x10_9 = { 8, 10, 1, 1, vt220l8x10_9_pix, 0 } [all...] |
/src/sys/arch/mac68k/dev/ |
macfbvar.h | 32 #include <dev/rcons/raster.h> 56 struct raster dc_raster; /* raster description */ 57 struct rcons dc_rcons; /* raster blitter control info */
|
macfb.c | 56 #include <dev/rcons/raster.h> 156 struct raster *rap; 172 /* initialize the raster console blitter */ 227 /* initialize the raster */
|
/src/sys/arch/next68k/dev/ |
nextdisplayvar.h | 32 #include <dev/rcons/raster.h> 59 struct raster dc_raster; /* raster description */ 60 struct rcons dc_rcons; /* raster blitter control info */
|
nextdisplay.c | 54 #include <dev/rcons/raster.h> 160 struct raster *rap; 207 /* initialize the raster console blitter */ 265 /* initialize the raster */
|
/src/sys/dev/wscons/ |
wscons_rfont.h | 45 static struct raster gallant19_32 = { 12, 22, 1, 1, gallant19_32_pixels, 0 }; 54 static struct raster gallant19_33 = { 12, 22, 1, 1, gallant19_33_pixels, 0 }; 63 static struct raster gallant19_34 = { 12, 22, 1, 1, gallant19_34_pixels, 0 }; 72 static struct raster gallant19_35 = { 12, 22, 1, 1, gallant19_35_pixels, 0 }; 81 static struct raster gallant19_36 = { 12, 22, 1, 1, gallant19_36_pixels, 0 }; 90 static struct raster gallant19_37 = { 12, 22, 1, 1, gallant19_37_pixels, 0 }; 99 static struct raster gallant19_38 = { 12, 22, 1, 1, gallant19_38_pixels, 0 }; 108 static struct raster gallant19_39 = { 12, 22, 1, 1, gallant19_39_pixels, 0 }; 117 static struct raster gallant19_40 = { 12, 22, 1, 1, gallant19_40_pixels, 0 }; 126 static struct raster gallant19_41 = { 12, 22, 1, 1, gallant19_41_pixels, 0 } [all...] |
wscons_raster.h | 47 /* Console raster. Filled in before rcons_init(). */ 48 struct raster *rc_sp; /* frame buffer raster */ 52 /* Number of rows/columns on raster. Filled in by rcons_init(). */ 60 /* Raster console state. Filled in by rcons_init(). */ 64 int rc_raswidth; /* raster width for row copies */
|
wscons_rops.c | 49 #include <dev/rcons/raster.h> 89 (struct raster *) 0, 0, 0); 137 RAS_INVERT, (struct raster *) 0, 0, 0); 181 (struct raster *) 0, 0, 0); 219 (struct raster *) 0, 0, 0);
|
wscons_rinit.c | 50 #include <dev/rcons/raster.h> 100 struct raster *rp = rc->rc_sp; 117 /* Raster width used for row copies */
|
/src/sys/dev/ic/ |
ramdac.h | 35 #include <dev/rcons/raster.h>
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
am335x-sbc-t335.dts | 30 raster-order = <0>;
|
da850-evm.dts | 62 raster-order = <0>;
|
am335x-pdu001.dts | 65 raster-order = <0>;
|
am335x-guardian.dts | 97 raster-order = <0>;
|
am335x-pepper.dts | 200 raster-order = <0>;
|
am335x-sl50.dts | 139 raster-order = <0>;
|