/src/sys/dev/rasops/ |
rasops.h | 118 int ri_emuwidth; /* width we actually care about */ member in struct:rasops_info
|
rasops.c | 408 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;
|
/src/sys/arch/luna68k/dev/ |
omrasops.c | 614 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 * bpp >> 3 [all...] |
/src/sys/dev/pci/ |
wcfb.c | 687 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;
|
tga.c | 945 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;
|
lynxfb.c | 690 ri->ri_xorigin, ri->ri_yorigin + dst, ri->ri_emuwidth, num); 740 w = ri->ri_emuwidth;
|
tdvfb.c | 901 wi = ri->ri_emuwidth; 928 wi = ri->ri_emuwidth;
|
r128fb.c | 1098 width = ri->ri_emuwidth; 1115 width = ri->ri_emuwidth;
|
voodoofb.c | 981 width = ri->ri_emuwidth; 1004 width = ri->ri_emuwidth;
|
unichromefb.c | 1440 width = ri->ri_emuwidth; 1493 width = ri->ri_emuwidth;
|
/src/sys/arch/amiga/dev/ |
mntva.c | 401 wi = ri->ri_emuwidth; 427 wi = ri->ri_emuwidth;
|
zz9k_fb.c | 588 w = ri->ri_emuwidth; 605 w = ri->ri_emuwidth;
|
/src/sys/arch/hp300/dev/ |
diofb.c | 388 ri->ri_emuwidth, n, RR_COPY, 0xff); 434 srow, ri->ri_emuwidth, snum, RR_CLEAR, bg);
|
topcat.c | 390 ri->ri_emuwidth *= 2;
|
/src/sys/dev/tc/ |
sfbplus.c | 1185 w = ri->ri_emuwidth; 1243 w = ri->ri_emuwidth; 1307 w = ri->ri_emuwidth * SFBPIXELBYTES;
|
sfb.c | 1202 w = ri->ri_emuwidth; 1256 w = ri->ri_emuwidth;
|
/src/sys/dev/sun/ |
cgsix.c | 215 * use of ri_emuwidth without messing around with ri_pelbytes, or the 387 fbc->fbc_x1 = ri->ri_xorigin + ri->ri_emuwidth - 1; 391 fbc->fbc_x3 = ri->ri_xorigin + ri->ri_emuwidth - 1; 499 fbc->fbc_arectx = ri->ri_xorigin + ri->ri_emuwidth - 1;
|
/src/sys/dev/ic/ |
ct65550.c | 496 width = ri->ri_emuwidth; 519 width = ri->ri_emuwidth;
|
igsfb.c | 1277 width = ri->ri_emuwidth; 1329 width = ri->ri_emuwidth;
|
/src/sys/dev/sbus/ |
agten.c | 886 width = ri->ri_emuwidth; 907 width = ri->ri_emuwidth;
|
zx.c | 947 width = ri->ri_emuwidth; 965 width = ri->ri_emuwidth;
|
p9100.c | 1497 width = ri->ri_emuwidth; 1516 width = ri->ri_emuwidth;
|
mgx.c | 897 width = ri->ri_emuwidth; 917 width = ri->ri_emuwidth;
|
/src/sys/arch/arm/ti/ |
omap3_dss.c | 1088 width = ri->ri_emuwidth; 1105 width = ri->ri_emuwidth;
|
/src/sys/arch/sparc64/dev/ |
ffb.c | 697 FBC_WRITE(sc, FFB_FBC_BW, ri->ri_emuwidth); 799 FBC_WRITE(sc, FFB_FBC_BW, ri->ri_emuwidth);
|