Searched refs:ri_emuwidth (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-current/sys/dev/rasops/
H A Drasops.h117 int ri_emuwidth; /* width we actually care about */ member in struct:rasops_info
H A Drasops.c408 ri->ri_emuwidth = ri->ri_font->fontwidth * wantcols;
411 if (ri->ri_emuwidth > ri->ri_width)
412 ri->ri_emuwidth = ri->ri_width;
418 while ((ri->ri_emuwidth * bpp & 31) != 0)
419 ri->ri_emuwidth--;
423 ri->ri_rows = ri->ri_emuwidth / ri->ri_font->fontwidth;
428 ri->ri_cols = ri->ri_emuwidth / ri->ri_font->fontwidth;
431 ri->ri_emustride = ri->ri_emuwidth * bpp >> 3;
/netbsd-current/sys/arch/luna68k/dev/
H A Domrasops.c614 width = ri->ri_emuwidth;
1122 w = ri->ri_emuwidth;
1156 width = ri->ri_emuwidth;
1843 ri->ri_emuwidth = ri->ri_font->fontwidth * wantcols;
1845 if (ri->ri_emuwidth > ri->ri_width)
1846 ri->ri_emuwidth = ri->ri_width;
1851 while ((ri->ri_emuwidth * bpp & 31) != 0)
1852 ri->ri_emuwidth--;
1854 ri->ri_cols = ri->ri_emuwidth / ri->ri_font->fontwidth;
1856 ri->ri_emustride = ri->ri_emuwidth * bp
[all...]
/netbsd-current/sys/dev/pci/
H A Dwcfb.c687 memcpy(to0, from, ri->ri_emuwidth);
688 memcpy(to1, from, ri->ri_emuwidth);
712 ri->ri_emuwidth);
714 ri->ri_emuwidth);
954 width = ri->ri_emuwidth;
971 width = ri->ri_emuwidth;
H A Dtga.c945 ri->ri_emuwidth, ny, RAS_SRC,
982 if (sx + w > src->ri_emuwidth)
983 w = src->ri_emuwidth - sx;
1003 if (dx + w > dst->ri_emuwidth)
1004 w = dst->ri_emuwidth - dx;
1286 pixels = ri->ri_emuwidth - 1;
H A Dlynxfb.c690 ri->ri_xorigin, ri->ri_yorigin + dst, ri->ri_emuwidth, num);
740 w = ri->ri_emuwidth;
H A Dtdvfb.c901 wi = ri->ri_emuwidth;
928 wi = ri->ri_emuwidth;
H A Dr128fb.c1098 width = ri->ri_emuwidth;
1115 width = ri->ri_emuwidth;
H A Dvoodoofb.c981 width = ri->ri_emuwidth;
1004 width = ri->ri_emuwidth;
H A Dpm2fb.c1299 width = ri->ri_emuwidth;
1316 width = ri->ri_emuwidth;
H A Dpm3fb.c975 width = ri->ri_emuwidth;
992 width = ri->ri_emuwidth;
H A Dgffb.c1201 width = ri->ri_emuwidth;
1218 width = ri->ri_emuwidth;
/netbsd-current/sys/arch/amiga/dev/
H A Dmntva.c401 wi = ri->ri_emuwidth;
427 wi = ri->ri_emuwidth;
H A Dzz9k_fb.c588 w = ri->ri_emuwidth;
605 w = ri->ri_emuwidth;
/netbsd-current/sys/arch/hp300/dev/
H A Ddiofb.c388 ri->ri_emuwidth, n, RR_COPY, 0xff);
434 srow, ri->ri_emuwidth, snum, RR_CLEAR, bg);
H A Dtopcat.c390 ri->ri_emuwidth *= 2;
/netbsd-current/sys/dev/tc/
H A Dsfbplus.c1185 w = ri->ri_emuwidth;
1243 w = ri->ri_emuwidth;
1307 w = ri->ri_emuwidth * SFBPIXELBYTES;
H A Dsfb.c1202 w = ri->ri_emuwidth;
1256 w = ri->ri_emuwidth;
/netbsd-current/sys/dev/sun/
H A Dcgsix.c215 * use of ri_emuwidth without messing around with ri_pelbytes, or the
396 fbc->fbc_x1 = ri->ri_xorigin + ri->ri_emuwidth - 1;
400 fbc->fbc_x3 = ri->ri_xorigin + ri->ri_emuwidth - 1;
540 fbc->fbc_arectx = ri->ri_xorigin + ri->ri_emuwidth - 1;
/netbsd-current/sys/dev/ic/
H A Digsfb.c1277 width = ri->ri_emuwidth;
1329 width = ri->ri_emuwidth;
H A Dct65550.c496 width = ri->ri_emuwidth;
519 width = ri->ri_emuwidth;
/netbsd-current/sys/dev/sbus/
H A Dagten.c886 width = ri->ri_emuwidth;
907 width = ri->ri_emuwidth;
H A Dzx.c947 width = ri->ri_emuwidth;
965 width = ri->ri_emuwidth;
H A Dp9100.c1497 width = ri->ri_emuwidth;
1516 width = ri->ri_emuwidth;
/netbsd-current/sys/arch/arm/ti/
H A Domap3_dss.c1087 width = ri->ri_emuwidth;
1104 width = ri->ri_emuwidth;

Completed in 585 milliseconds

12