Home
last modified time | relevance | path

Searched refs:ri_emuwidth (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/sys/arch/luna68k/dev/
H A Domrasops.c614 width = ri->ri_emuwidth; in om_eraserows()
1122 w = ri->ri_emuwidth; in om1_copyrows()
1156 width = ri->ri_emuwidth; in om4_copyrows()
1843 ri->ri_emuwidth = ri->ri_font->fontwidth * wantcols; in omrasops_init()
1845 if (ri->ri_emuwidth > ri->ri_width) in omrasops_init()
1846 ri->ri_emuwidth = ri->ri_width; in omrasops_init()
1851 while ((ri->ri_emuwidth * bpp & 31) != 0) in omrasops_init()
1852 ri->ri_emuwidth--; in omrasops_init()
1854 ri->ri_cols = ri->ri_emuwidth / ri->ri_font->fontwidth; in omrasops_init()
1856 ri->ri_emustride = ri->ri_emuwidth * bp in omrasops_init()
[all...]
/netbsd-src/sys/dev/rasops/
H A Drasops.c408 ri->ri_emuwidth = ri->ri_font->fontwidth * wantcols; in rasops_reconfig()
411 if (ri->ri_emuwidth > ri->ri_width) in rasops_reconfig()
412 ri->ri_emuwidth = ri->ri_width; in rasops_reconfig()
418 while ((ri->ri_emuwidth * bpp & 31) != 0) in rasops_reconfig()
419 ri->ri_emuwidth--; in rasops_reconfig()
423 ri->ri_rows = ri->ri_emuwidth / ri->ri_font->fontwidth; in rasops_reconfig()
428 ri->ri_cols = ri->ri_emuwidth / ri->ri_font->fontwidth; in rasops_reconfig()
431 ri->ri_emustride = ri->ri_emuwidth * bpp >> 3; in rasops_reconfig()
H A Drasops.h117 int ri_emuwidth; /* width we actually care about */ member
/netbsd-src/sys/dev/pci/
H A Dwcfb.c687 memcpy(to0, from, ri->ri_emuwidth); in wcfb_copyrows()
688 memcpy(to1, from, ri->ri_emuwidth); in wcfb_copyrows()
712 ri->ri_emuwidth); in wcfb_eraserows()
714 ri->ri_emuwidth); in wcfb_eraserows()
954 width = ri->ri_emuwidth; in wcfb_acc_copyrows()
971 width = ri->ri_emuwidth; in wcfb_acc_eraserows()
H A Dtga.c945 ri->ri_emuwidth, ny, RAS_SRC, in tga_copyrows()
982 if (sx + w > src->ri_emuwidth) in tga_rop()
983 w = src->ri_emuwidth - sx; in tga_rop()
1003 if (dx + w > dst->ri_emuwidth) in tga_rop()
1004 w = dst->ri_emuwidth - dx; in tga_rop()
1286 pixels = ri->ri_emuwidth - 1; in tga_eraserows()
H A Dlynxfb.c690 ri->ri_xorigin, ri->ri_yorigin + dst, ri->ri_emuwidth, num); in lynxfb_copyrows1()
740 w = ri->ri_emuwidth; in lynxfb_eraserows1()
H A Dtdvfb.c901 wi = ri->ri_emuwidth; in tdvfb_copyrows()
928 wi = ri->ri_emuwidth; in tdvfb_eraserows()
H A Dgffb.c1201 width = ri->ri_emuwidth; in gffb_copyrows()
1218 width = ri->ri_emuwidth; in gffb_eraserows()
H A Dr128fb.c1098 width = ri->ri_emuwidth; in r128fb_copyrows()
1115 width = ri->ri_emuwidth; in r128fb_eraserows()
H A Dpm3fb.c970 width = ri->ri_emuwidth; in pm3fb_copyrows()
987 width = ri->ri_emuwidth; in pm3fb_eraserows()
/netbsd-src/sys/arch/hp300/dev/
H A Ddiofb.c388 ri->ri_emuwidth, n, RR_COPY, 0xff); in diofb_copyrows()
434 srow, ri->ri_emuwidth, snum, RR_CLEAR, bg); in diofb_eraserows()
H A Dtopcat.c390 ri->ri_emuwidth *= 2; in topcat_reset()
/netbsd-src/sys/arch/amiga/dev/
H A Dmntva.c401 wi = ri->ri_emuwidth; in mntva_copyrows()
427 wi = ri->ri_emuwidth; in mntva_eraserows()
H A Dzz9k_fb.c588 w = ri->ri_emuwidth; in zzfb_copyrows()
605 w = ri->ri_emuwidth; in zzfb_eraserows()
/netbsd-src/sys/dev/tc/
H A Dsfbplus.c1185 w = ri->ri_emuwidth; in sfbp_copyrows()
1243 w = ri->ri_emuwidth; in sfbp_copyrows()
1307 w = ri->ri_emuwidth * SFBPIXELBYTES; in sfbp_eraserows()
H A Dsfb.c1202 w = ri->ri_emuwidth; in sfb_copyrows()
1256 w = ri->ri_emuwidth; in sfb_eraserows()
/netbsd-src/sys/dev/sun/
H A Dcgsix.c396 fbc->fbc_x1 = ri->ri_xorigin + ri->ri_emuwidth - 1; in cg6_ras_copyrows()
400 fbc->fbc_x3 = ri->ri_xorigin + ri->ri_emuwidth - 1; in cg6_ras_copyrows()
540 fbc->fbc_arectx = ri->ri_xorigin + ri->ri_emuwidth - 1; in cg6_ras_eraserows()
/netbsd-src/sys/dev/ic/
H A Dct65550.c496 width = ri->ri_emuwidth; in chipsfb_copyrows()
519 width = ri->ri_emuwidth; in chipsfb_eraserows()
H A Digsfb.c1277 width = ri->ri_emuwidth; in igsfb_accel_copyrows()
1329 width = ri->ri_emuwidth; in igsfb_accel_eraserows()
/netbsd-src/sys/arch/hppa/dev/
H A Dhyperfb.c1245 width = ri->ri_emuwidth;
1264 width = ri->ri_emuwidth;
/netbsd-src/sys/arch/arm/ti/
H A Domap3_dss.c1087 width = ri->ri_emuwidth; in omapfb_copyrows()
1104 width = ri->ri_emuwidth; in omapfb_eraserows()
/netbsd-src/sys/dev/sbus/
H A Dzx.c947 width = ri->ri_emuwidth; in zx_eraserows()
965 width = ri->ri_emuwidth; in zx_copyrows()
H A Dagten.c886 width = ri->ri_emuwidth; in agten_copyrows()
907 width = ri->ri_emuwidth; in agten_eraserows()
H A Dmgx.c897 width = ri->ri_emuwidth; in mgx_copyrows()
917 width = ri->ri_emuwidth; in mgx_eraserows()
/netbsd-src/sys/arch/sparc64/dev/
H A Dffb.c697 FBC_WRITE(sc, FFB_FBC_BW, ri->ri_emuwidth); in ffb_ras_eraserows()
799 FBC_WRITE(sc, FFB_FBC_BW, ri->ri_emuwidth); in ffb_ras_copyrows()

12