/netbsd-src/sys/dev/hpc/ |
H A D | 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 …]
|
/netbsd-src/sys/dev/wscons/ |
H A D | 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 …]
|
H A D | wscons_rops.c | 89 (struct raster *) 0, 0, 0); in rcons_cursor() 137 RAS_INVERT, (struct raster *) 0, 0, 0); in rcons_invert() 181 (struct raster *) 0, 0, 0); in rcons_erasecols() 219 (struct raster *) 0, 0, 0); in rcons_eraserows()
|
H A D | wscons_raster.h | 48 struct raster *rc_sp; /* frame buffer raster */
|
H A D | wscons_rinit.c | 100 struct raster *rp = rc->rc_sp; in rcons_init()
|
/netbsd-src/sys/dev/rcons/ |
H A D | raster.h | 82 struct raster { struct 100 struct raster* r; argument 107 struct raster* cr[256]; 179 extern struct raster* raster_alloc ARGS(( int width, int height, int depth )); 182 extern void raster_free ARGS(( struct raster* r )); 185 extern int raster_get ARGS(( struct raster* r, int x, int y )); 188 extern void raster_put ARGS(( struct raster* r, int x, int y, int v )); 191 extern struct raster* raster_subregion ARGS(( struct raster* r, int x, int y, int width, int height… 199 extern int raster_op ARGS(( struct raster* dst, int dx, int dy, int w, int h, int rop, struct raste… 202 extern int raster_op_noclip ARGS(( struct raster* dst, int dx, int dy, int w, int h, int rop, struc… [all …]
|
H A D | raster_text.c | 65 struct raster* r, in raster_text() 78 struct raster* r, in raster_textn() 89 struct raster* charrast; in raster_textn() 117 if ( charrast != (struct raster*) 0 ) in raster_textn() 138 if ( charrast != (struct raster*) 0 ) in raster_textn() 156 rf->cache->cr[c] = (struct raster*) 0; in raster_textn() 162 struct raster* cr; in raster_textn() 167 if ( cr != (struct raster*) 0 ) in raster_textn() 192 if ( cr != (struct raster*) 0 ) in raster_textn() 227 struct raster* [all …]
|
H A D | files.rcons | 5 file dev/rcons/raster_op.c raster | wsrasteremulops 6 file dev/rcons/raster_text.c raster | wsrasteremulops
|
H A D | raster_op.c | 550 static int raster_blit(struct raster *, u_int32_t *, int, int, int, 551 struct raster *, u_int32_t *, int, int, int, 558 raster_op(struct raster* dst, int dx, int dy, int w, int h, int rop, in raster_op() 559 struct raster* src, int sx, int sy) in raster_op() 561 if ( dst == (struct raster*) 0 ) in raster_op() 567 if ( src == (struct raster*) 0 ) in raster_op() 611 if ( src != (struct raster*) 0 ) in raster_op() 640 raster_op_noclip(struct raster* dst, int dx, int dy, int w, int h, int rop, in raster_op_noclip() 641 struct raster* src, int sx, int sy) in raster_op_noclip() 1089 raster_op_nosrc_noclip(struct raster* dst, in raster_op_nosrc_noclip() [all …]
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | cups | 4 # Cups: file(1) magic for the cups raster file format 6 # https://www.cups.org/documentation.php/spec-raster.html 46 !:mime application/vnd.cups-raster 55 !:mime application/vnd.cups-raster
|
H A D | cad | 10 # CIT is the proprietary raster format (similar to TIFF) used to attach 11 # raster underlays to Microstation DGN (vector) drawings. 40 # test for level 8 and type 9 for INGR raster image 110 # display information for intergraph raster bitmap 112 # in 5.37 "Microstation CITFile" "Bentley/Intergraph MicroStation CIT raster CAD" 114 >4 uleshort x Intergraph raster image 131 # ApplicationType: 0~generic raster image 3~drawing, scanning 139 # NumberOfLines is height of the raster data in scanlines 155 # RotationAngle; Rotation angle of raster data 157 # SkewAngle; Skew angle of raster data [all …]
|
/netbsd-src/sys/dev/rasops/ |
H A D | README | 3 This directory contains `rasops', a set of raster operations intended to 4 replace the dev/rcons/raster stuff for both wscons and rcons. It yields
|
/netbsd-src/external/mit/xorg/tools/mkfontscale/ |
H A D | Makefile | 54 .PATH: ${FREETYPE}/src/raster 55 SRCS.freetype+= raster.c
|
/netbsd-src/external/mit/xorg/tools/fc-cache/ |
H A D | Makefile | 65 .PATH: ${FREETYPE}/src/raster 66 SRCS.freetype+= raster.c
|
/netbsd-src/sys/arch/mac68k/conf/ |
H A D | WSFB | 3 # GENERIC with wsfb raster console driver enabled
|
H A D | WSFBSBC | 3 # GENERICSBC with wsfb raster console driver enabled
|
/netbsd-src/sys/arch/mac68k/dev/ |
H A D | macfbvar.h | 56 struct raster dc_raster; /* raster description */
|
H A D | macfb.c | 156 struct raster *rap; in macfb_init()
|
/netbsd-src/sys/arch/next68k/dev/ |
H A D | nextdisplayvar.h | 59 struct raster dc_raster; /* raster description */
|
H A D | nextdisplay.c | 160 struct raster *rap; in nextdisplay_init()
|
/netbsd-src/sys/arch/arc/conf/ |
H A D | files.arc | 185 # bus independent raster console glue 189 # raster console glue on Jazz-Internal bus
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | am335x-sbc-t335.dts | 30 raster-order = <0>;
|
H A D | da850-evm.dts | 62 raster-order = <0>;
|
/netbsd-src/usr.bin/compress/doc/ |
H A D | revision.log | 43 * performance for low-density raster images. Pass on #ifdef bundle
|
/netbsd-src/sys/arch/shark/conf/ |
H A D | INSTALL | 158 # enable VGA raster mode capable of displaying multilingual text on console
|