ri_width          351 dev/pci/tga.c  	rip->ri_width = dc->dc_wid;
ri_width          367 dev/pci/tga.c  	if (rip->ri_width > 80*12) 
ri_width          389 dev/pci/tga.c  	    rip->ri_width / rip->ri_font->fontwidth); 
ri_width          164 dev/pcmcia/cfxga.c 	cfxga_solid_fill(scr, 0, 0, scr->scr_ri.ri_width, \
ri_width          484 dev/pcmcia/cfxga.c 	ri->ri_width = width;
ri_width          604 dev/pcmcia/cfxga.c 			wdf->width = scr->scr_ri.ri_width;
ri_width          727 dev/pcmcia/cfxga.c 	switch (scr->scr_ri.ri_width) {
ri_width          754 dev/pcmcia/cfxga.c 	cfxga_write_2(sc, CFREG_CRT_MEMORY, ri->ri_width * ri->ri_depth / 16);
ri_width          855 dev/pcmcia/cfxga.c 	pos = (y * ri->ri_width + x) * ri->ri_depth / 8;
ri_width          871 dev/pcmcia/cfxga.c 	    ri->ri_width * ri->ri_depth / 16);
ri_width          981 dev/pcmcia/cfxga.c 	pos = (y * ri->ri_width + x) * ri->ri_depth / 8;
ri_width          993 dev/pcmcia/cfxga.c 	    ri->ri_width * ri->ri_depth / 16);
ri_width         1016 dev/pcmcia/cfxga.c 	srcpos = (sy * ri->ri_width + sx) * ri->ri_depth / 8;
ri_width         1017 dev/pcmcia/cfxga.c 	dstpos = (dy * ri->ri_width + dx) * ri->ri_depth / 8;
ri_width         1034 dev/pcmcia/cfxga.c 	    ri->ri_width * ri->ri_depth / 16);
ri_width          189 dev/rasops/rasops.c 		if (ri->ri_width > 80*12)
ri_width          275 dev/rasops/rasops.c 	if (ri->ri_emuwidth > ri->ri_width)
ri_width          276 dev/rasops/rasops.c 		ri->ri_emuwidth = ri->ri_width;
ri_width          319 dev/rasops/rasops.c 		ri->ri_bits += (((ri->ri_width * bpp >> 3) -
ri_width           67 dev/rasops/rasops.h 	int	ri_width;	/* width (pels) */
ri_width          868 dev/sbus/cgsix.c 	FBC_WRITE(sc, CG6_FBC_CLIPMAXX, ri->ri_width - 1);
ri_width          918 dev/sbus/cgsix.c 	FBC_WRITE(sc, CG6_FBC_CLIPMAXX, ri->ri_width - 1);
ri_width          964 dev/sbus/cgsix.c 	FBC_WRITE(sc, CG6_FBC_CLIPMAXX, ri->ri_width - 1);
ri_width         1001 dev/sbus/cgsix.c 	FBC_WRITE(sc, CG6_FBC_CLIPMAXX, ri->ri_width - 1);
ri_width         1009 dev/sbus/cgsix.c 		FBC_WRITE(sc, CG6_FBC_ARECTX, ri->ri_width - 1);
ri_width         1037 dev/sbus/cgsix.c 	FBC_WRITE(sc, CG6_FBC_CLIPMAXX, ri->ri_width - 1);
ri_width          301 dev/sbus/zx.c  	ri->ri_bits += (((ri->ri_width * 4) - ri->ri_emustride) >> 1) & ~3;
ri_width          725 dev/sbus/zx.c  		    ZX_COORDS(ri->ri_width - 1, ri->ri_height - 1));