HomeSort by: relevance | last modified time | path
    Searched refs:ri_rows (Results 1 - 25 of 87) sorted by relevancy

1 2 3 4

  /src/sys/arch/evbmips/gdium/
gdium_genfb.c 94 gdium_stdscreen.nrows = ri->ri_rows;
99 ri->ri_ops.allocattr(ri, 0, ri->ri_rows - 1, 0, &defattr);
  /src/sys/dev/rasops/
rasops24.c 235 if (row + num > ri->ri_rows)
236 num = ri->ri_rows - row;
251 if (num == ri->ri_rows && (ri->ri_flg & RI_FULLCLEAR) != 0) {
315 if ((unsigned)row >= (unsigned)ri->ri_rows)
rasops.c 423 ri->ri_rows = ri->ri_emuwidth / ri->ri_font->fontwidth;
429 ri->ri_rows = ri->ri_emuheight / ri->ri_font->fontheight;
708 if (src + num > ri->ri_rows)
709 num = ri->ri_rows - src;
716 if (dst + num > ri->ri_rows)
717 num = ri->ri_rows - dst;
771 if ((unsigned)row >= (unsigned)ri->ri_rows)
835 if (row < 0 || row >= ri->ri_rows)
1002 if (row + num > ri->ri_rows)
1003 num = ri->ri_rows - row
    [all...]
rasops1_putchar_width.h 78 if ((unsigned)row >= (unsigned)ri->ri_rows)
rasops.h 121 int ri_rows; /* number of rows (characters, not pels) */ member in struct:rasops_info
rasops_bitops.h 63 if ((unsigned)row >= (unsigned)ri->ri_rows)
234 if ((unsigned)row >= (unsigned)ri->ri_rows)
rasops1-4_putchar.h 104 if ((unsigned)row >= (unsigned)ri->ri_rows)
rasops1.c 109 if ((unsigned)row >= (unsigned)ri->ri_rows)
rasops_putchar.h 114 if ((unsigned)row >= (unsigned)ri->ri_rows)
rasops_putchar_width.h 224 if ((unsigned)row >= (unsigned)ri->ri_rows)
  /src/sys/arch/powerpc/oea/
ofw_rascons.c 122 rascons_stdscreen.nrows = ri->ri_rows;
142 uimin(crow, ri->ri_rows - 1)), defattr);
178 uimin(crow, ri->ri_rows - 1)), defattr);
  /src/sys/dev/wscons/
wsdisplay_vcons.c 325 cnt = (ri->ri_rows + WSDISPLAY_SCROLLBACK_LINES) * ri->ri_cols;
332 cnt = ri->ri_rows * ri->ri_cols;
355 size = ri->ri_cols * ri->ri_rows;
513 vdp->eraserows(ri, 0, ri->ri_rows, scr->scr_defattr);
527 scr->scr_type->nrows = ri->ri_rows;
529 DPRINTF("new size %d %d\n", ri->ri_rows, ri->ri_cols);
683 vdp->eraserows(ri, 0, ri->ri_rows,
694 for (i = 0; i < ri->ri_rows; i++) {
794 for (i = 0; i < ri->ri_rows; i++) {
906 t->nrows = scr->scr_ri.ri_rows;
    [all...]
  /src/sys/arch/evbmips/loongson/
gdium_machdep.c 369 gdium_stdscreen.nrows = ri->ri_rows;
374 ri->ri_ops.allocattr(ri, 0, ri->ri_rows - 1, 0, &defattr);
  /src/sys/arch/arm/fdt/
arm_simplefb.c 268 if (ri->ri_rows < 1 || ri->ri_cols < 1)
271 arm_simplefb_stdscreen.nrows = ri->ri_rows;
  /src/sys/arch/x86/x86/
genfb_machdep.c 169 x86_genfb_stdscreen.nrows = ri->ri_rows;
  /src/sys/dev/sun/
bwtwo.c 295 bwtwo_defaultscreen.nrows = ri->ri_rows;
314 bwtwo_defaultscreen.nrows = ri->ri_rows;
  /src/sys/arch/sparc64/dev/
ffb.c 347 if (ffb_console_screen.scr_ri.ri_rows == 0) {
354 ffb_stdscreen.nrows = ri->ri_rows;
678 if (row + n > ri->ri_rows)
679 n = ri->ri_rows - row;
686 if ((n == ri->ri_rows) && (ri->ri_flg & RI_FULLCLEAR)) {
709 if ((row < 0) || (row >= ri->ri_rows))
773 if ((src + n) > ri->ri_rows)
774 n = ri->ri_rows - src;
779 if ((dst + n) > ri->ri_rows)
780 n = ri->ri_rows - dst
    [all...]
  /src/sys/dev/wsfb/
genfb.c 390 scp->sc_defaultscreen_descr.nrows = ri->ri_rows;
393 if (crow >= ri->ri_rows) {
404 (*ri->ri_ops.eraserows)(ri, 0, ri->ri_rows, defattr);
1072 cri->ri_rows = GLYPHCACHESIZE /
1080 printf("cells: %d\n", cri->ri_rows);
1081 scp->sc_nbuckets = uimin(256, cri->ri_rows / 223);
1088 b->gb_numcells = uimin(223, cri->ri_rows - usedcells);
  /src/sys/arch/amiga/dev/
mntva.c 222 sc->sc_defaultscreen_descr.nrows = ri->ri_rows;
229 if (sc->sc_console_screen.scr_ri.ri_rows == 0)
421 if ((row == 0) && (nrows == ri->ri_rows))
  /src/sys/arch/newsmips/dev/
fb.c 209 (*ri->ri_ops.eraserows)(ri, 0, ri->ri_rows, 0);
342 fb_stdscreen.nrows = ri->ri_rows;
503 wsdisplay_cnattach(&fb_stdscreen, ri, 0, ri->ri_rows - 1, defattr);
  /src/sys/arch/newsmips/apbus/
xafb.c 172 (*ri->ri_ops.eraserows)(ri, 0, ri->ri_rows, 0);
230 xafb_stdscreen.nrows = ri->ri_rows;
  /src/sys/arch/prep/pci/
gten.c 179 gt->gt_ri->ri_cols, gt->gt_ri->ri_rows,
234 gten_stdscreen.nrows = ri->ri_rows;
  /src/sys/arch/arm/clps711x/
clpslcd.c 187 clpslcd_descr.nrows = ri->ri_rows;
  /src/sys/arch/evbppc/virtex/dev/
tft.c 109 sc->sc_ws_descr->nrows = ri->ri_rows;
  /src/sys/arch/arm/iomd/
vidcvideo.c 301 vidcvideo_stdscreen.nrows = ri->ri_rows;
798 int scrollup = (srcrow + nrows >= ri->ri_rows);
799 int scrolldown = (dstrow + nrows >= ri->ri_rows);
808 vv_eraserows(id, ri->ri_rows, 1, 0);

Completed in 68 milliseconds

1 2 3 4