Home
last modified time | relevance | path

Searched refs:ri_cols (Results 1 – 17 of 17) sorted by relevance

/mirbsd/src/sys/dev/rasops/
Drasops_bitops.h68 if ((col + num) > ri->ri_cols)
69 num = ri->ri_cols - col;
188 if ((src + num) > ri->ri_cols)
189 num = ri->ri_cols - src;
196 if ((dst + num) > ri->ri_cols)
197 num = ri->ri_cols - dst;
Drasops.c288 ri->ri_cols = ri->ri_emuheight / ri->ri_font->fontheight;
292 ri->ri_cols = ri->ri_emuwidth / ri->ri_font->fontwidth;
650 if ((src + num) > ri->ri_cols)
651 num = ri->ri_cols - src;
658 if ((dst + num) > ri->ri_cols)
659 num = ri->ri_cols - dst;
715 else if (col < 0 || col >= ri->ri_cols)
1015 if ((col + num) > ri->ri_cols)
1016 num = ri->ri_cols - col;
1261 for (col = 0; col < ri->ri_cols; col++)
[all …]
Drasops8.c121 if ((unsigned)col >= (unsigned)ri->ri_cols)
235 if ((unsigned)col >= (unsigned)ri->ri_cols) {
306 if ((unsigned)col >= (unsigned)ri->ri_cols) {
380 if ((unsigned)col >= (unsigned)ri->ri_cols) {
Drasops24.c140 if ((unsigned)col >= (unsigned)ri->ri_cols)
276 if ((unsigned)col >= (unsigned)ri->ri_cols) {
357 if ((unsigned)col >= (unsigned)ri->ri_cols) {
445 if ((unsigned)col >= (unsigned)ri->ri_cols) {
650 if ((col + num) > ri->ri_cols)
651 num = ri->ri_cols - col;
Drasops4.c125 if ((unsigned)col >= (unsigned)ri->ri_cols)
293 if ((unsigned)col >= (unsigned)ri->ri_cols) {
368 if ((unsigned)col >= (unsigned)ri->ri_cols) {
446 if ((unsigned)col >= (unsigned)ri->ri_cols) {
Drasops2.c146 if ((unsigned)col >= (unsigned)ri->ri_cols)
290 if ((unsigned)col >= (unsigned)ri->ri_cols) {
360 if ((unsigned)col >= (unsigned)ri->ri_cols) {
433 if ((unsigned)col >= (unsigned)ri->ri_cols) {
Drasops15.c133 if ((unsigned)col >= (unsigned)ri->ri_cols)
246 if ((unsigned)col >= (unsigned)ri->ri_cols) {
325 if ((unsigned)col >= (unsigned)ri->ri_cols) {
408 if ((unsigned)col >= (unsigned)ri->ri_cols) {
Drasops1.c112 if ((unsigned)col >= (unsigned)ri->ri_cols)
258 if ((unsigned)col >= (unsigned)ri->ri_cols)
323 if ((unsigned)col >= (unsigned)ri->ri_cols)
Drasops.h99 int ri_cols; /* number of columns (characters, not pels) */ member
Drasops32.c92 if ((unsigned)col >= (unsigned)ri->ri_cols)
/mirbsd/src/sys/arch/sparc/dev/
Dcgsix.c580 if (src + n > ri->ri_cols) in cgsix_ras_copycols()
581 n = ri->ri_cols - src; in cgsix_ras_copycols()
586 if (dst + n > ri->ri_cols) in cgsix_ras_copycols()
587 n = ri->ri_cols - dst; in cgsix_ras_copycols()
630 if (col + n > ri->ri_cols) in cgsix_ras_erasecols()
631 n = ri->ri_cols - col; in cgsix_ras_erasecols()
Dfb.c274 sf->sf_wsd.ncols = sf->sf_ro.ri_cols; in fb_initwsd()
365 if (ri->ri_ccol >= ri->ri_cols) in fbwscons_console_init()
366 ri->ri_ccol = ri->ri_cols - 1; in fbwscons_console_init()
Dzx.c667 zx_fillrect(ri, 0, row, ri->ri_cols, num, attr, ZX_STD_ROP); in zx_eraserows()
677 zx_copyrect(ri, 0, src, 0, dst, ri->ri_cols, num); in zx_copyrows()
/mirbsd/src/sys/dev/sbus/
Dcgsix.c247 cgsix_stdscreen.ncols = sc->sc_sunfb.sf_ro.ri_cols; in cgsixattach()
923 if (src + n > ri->ri_cols) in cgsix_ras_copycols()
924 n = ri->ri_cols - src; in cgsix_ras_copycols()
929 if (dst + n > ri->ri_cols) in cgsix_ras_copycols()
930 n = ri->ri_cols - dst; in cgsix_ras_copycols()
973 if (col + n > ri->ri_cols) in cgsix_ras_erasecols()
974 n = ri->ri_cols - col; in cgsix_ras_erasecols()
Dbwtwo.c219 bwtwo_stdscreen.ncols = sc->sc_sunfb.sf_ro.ri_cols;
Dcgthree.c293 cgthree_stdscreen.ncols = sc->sc_sunfb.sf_ro.ri_cols; in cgthreeattach()
/mirbsd/src/sys/dev/pci/
Dtga.c402 tga_stdscreen.ncols = rip->ri_cols;