Home
last modified time | relevance | path

Searched refs:ri_rows (Results 1 – 25 of 41) sorted by relevance

12

/openbsd/src/sys/dev/rasops/
Drasops.c315 for (i = 0; i < ri->ri_rows * ri->ri_cols; i++) { in rasops_init()
370 ri->ri_rows = ri->ri_emuwidth / ri->ri_font->fontwidth; in rasops_reconfig()
376 ri->ri_rows = ri->ri_emuheight / ri->ri_font->fontheight; in rasops_reconfig()
609 if ((src + num) > ri->ri_rows) in rasops_copyrows()
610 num = ri->ri_rows - src; in rasops_copyrows()
617 if ((dst + num) > ri->ri_rows) in rasops_copyrows()
618 num = ri->ri_rows - dst; in rasops_copyrows()
686 if ((unsigned)row >= (unsigned)ri->ri_rows) in rasops_copycols()
761 if (row < 0 || row >= ri->ri_rows) in rasops_cursor()
899 if ((row + num) > ri->ri_rows) in rasops_eraserows()
[all …]
Drasops8.c106 if ((unsigned)row >= (unsigned)ri->ri_rows) in rasops8_putchar()
213 if ((unsigned)row >= (unsigned)ri->ri_rows) { in rasops8_putchar8()
281 if ((unsigned)row >= (unsigned)ri->ri_rows) { in rasops8_putchar12()
352 if ((unsigned)row >= (unsigned)ri->ri_rows) { in rasops8_putchar16()
Drasops4.c110 if ((unsigned)row >= (unsigned)ri->ri_rows) in rasops4_putchar()
268 if ((unsigned)row >= (unsigned)ri->ri_rows) { in rasops4_putchar8()
340 if ((unsigned)row >= (unsigned)ri->ri_rows) { in rasops4_putchar12()
415 if ((unsigned)row >= (unsigned)ri->ri_rows) { in rasops4_putchar16()
Drasops15.c118 if ((unsigned)row >= (unsigned)ri->ri_rows) in rasops15_putchar()
224 if ((unsigned)row >= (unsigned)ri->ri_rows) { in rasops15_putchar8()
300 if ((unsigned)row >= (unsigned)ri->ri_rows) { in rasops15_putchar12()
380 if ((unsigned)row >= (unsigned)ri->ri_rows) { in rasops15_putchar16()
Drasops24.c119 if ((unsigned)row >= (unsigned)ri->ri_rows) in rasops24_putchar()
245 if ((unsigned)row >= (unsigned)ri->ri_rows) {
323 if ((unsigned)row >= (unsigned)ri->ri_rows) {
408 if ((unsigned)row >= (unsigned)ri->ri_rows) {
Drasops1.c97 if ((unsigned)row >= (unsigned)ri->ri_rows) in rasops1_putchar()
241 if ((unsigned)row >= (unsigned)ri->ri_rows) in rasops1_putchar8()
304 if ((unsigned)row >= (unsigned)ri->ri_rows) in rasops1_putchar16()
Drasops_bitops.h50 if ((unsigned)row >= (unsigned)ri->ri_rows) in NAME()
171 if ((unsigned)row >= (unsigned)ri->ri_rows) in NAME()
Drasops.h99 int ri_rows; /* number of rows (characters, not pels) */ member
Drasops32.c81 if ((unsigned)row >= (unsigned)ri->ri_rows) in rasops32_putchar()
/openbsd/src/sys/arch/sparc64/dev/
Dcreator.c245 ri->ri_ops.eraserows(ri, 0, ri->ri_rows, attr); in creator_ioctl()
591 if (row + n > ri->ri_rows) in creator_ras_eraserows()
592 n = ri->ri_rows - row; in creator_ras_eraserows()
600 if ((n == ri->ri_rows) && (ri->ri_flg & RI_FULLCLEAR)) { in creator_ras_eraserows()
624 if ((row < 0) || (row >= ri->ri_rows)) in creator_ras_erasecols()
672 if ((src + n) > ri->ri_rows) in creator_ras_copyrows()
673 n = ri->ri_rows - src; in creator_ras_copyrows()
678 if ((dst + n) > ri->ri_rows) in creator_ras_copyrows()
679 n = ri->ri_rows - dst; in creator_ras_copyrows()
Dfb.c177 sf->sf_wsd.nrows = sf->sf_ro.ri_rows; in fb_initwsd()
339 ri->ri_crow = ri->ri_rows - 1; in fbwscons_console_init()
348 if (ri->ri_crow >= ri->ri_rows) in fbwscons_console_init()
349 ri->ri_crow = ri->ri_rows - 1; in fbwscons_console_init()
/openbsd/src/sys/dev/sbus/
Dcgsix.c805 if (src + n > ri->ri_rows) in cgsix_ras_copyrows()
806 n = ri->ri_rows - src; in cgsix_ras_copyrows()
811 if (dst + n > ri->ri_rows) in cgsix_ras_copyrows()
812 n = ri->ri_rows - dst; in cgsix_ras_copyrows()
850 if ((row < 0) || (row >= ri->ri_rows)) in cgsix_ras_copycols()
903 if ((row < 0) || (row >= ri->ri_rows)) in cgsix_ras_erasecols()
951 if (row + n > ri->ri_rows) in cgsix_ras_eraserows()
952 n = ri->ri_rows - row; in cgsix_ras_eraserows()
968 if ((n == ri->ri_rows) && (ri->ri_flg & RI_FULLCLEAR)) { in cgsix_ras_eraserows()
/openbsd/src/sys/dev/fdt/
Dsimplefb.c176 sc->sc_wsd.nrows = ri->ri_rows; in simplefb_attach()
364 simplefb_wsd.nrows = ri->ri_rows; in simplefb_init_cons()
Dssdfb.c320 ssdfb_std_descr.nrows = ri->ri_rows; in ssdfb_attach()
810 if (num == ri->ri_rows && (ri->ri_flg & RI_FULLCLEAR) != 0) in ssdfb_eraserows()
Drkdrm.c449 rkdrm_stdscreen.nrows = ri->ri_rows; in rkdrm_attachhook()
/openbsd/src/sys/dev/pcmcia/
Dcfxga.c502 scr->scr_mem = mallocarray(ri->ri_rows, in cfxga_alloc_screen()
509 scrsize = ri->ri_rows * ri->ri_cols * sizeof(struct wsdisplay_charcell); in cfxga_alloc_screen()
525 wsd->nrows = ri->ri_rows; in cfxga_alloc_screen()
971 for (ly = 0, y = ri->ri_yorigin; ly < ri->ri_rows; ly++, y += cy) { in cfxga_repaint_screen()
/openbsd/src/sys/arch/amd64/amd64/
Defifb.c196 efifb_std_descr.nrows = ri->ri_rows; in efifb_attach()
388 efifb_std_descr.nrows = ri->ri_rows; in efifb_cnattach_common()
/openbsd/src/sys/arch/powerpc64/dev/
Dastfb.c163 sc->sc_wsd.nrows = ri->ri_rows; in astfb_attach()
/openbsd/src/sys/arch/armv7/exynos/
Dexdisplay.c221 descr->nrows = rinfo->ri_rows; in exdisplay_setup_rasops()
/openbsd/src/sys/arch/loongson/dev/
Dradeonfb.c482 if ((num == ri->ri_rows) && ISSET(ri->ri_flg, RI_FULLCLEAR)) { in radeonfb_eraserows()
665 fb->wsd.nrows = ri->ri_rows; in radeonfb_setup()
Dsmfb.c425 fb->wsd.nrows = ri->ri_rows; in smfb_setup()
598 if ((num == ri->ri_rows) && ISSET(ri->ri_flg, RI_FULLCLEAR)) { in smfb_eraserows()
/openbsd/src/sys/arch/macppc/macppc/
Dofw_machdep.c513 fb->ofw_wsd.nrows = ri->ri_rows; in of_display_console()
/openbsd/src/sys/arch/macppc/pci/
Dvgafb.c193 sc->sc_wsd.nrows = ri->ri_rows; in vgafb_console_init()
/openbsd/src/sys/dev/usb/
Dudl.c650 udl_stdscreen.nrows = sc->sc_ri.ri_rows; in udl_alloc_screen()
662 sc->sc_cbs = mallocarray(sc->sc_ri.ri_rows, sc->sc_ri.ri_cols * in udl_alloc_screen()
669 sc->sc_cbslen = sc->sc_ri.ri_rows * sc->sc_ri.ri_cols * in udl_alloc_screen()
676 DN(sc), FUNC, font->name, sc->sc_ri.ri_cols, sc->sc_ri.ri_rows); in udl_alloc_screen()
/openbsd/src/sys/arch/luna88k/dev/
Dlunafb.c464 omfb_stdscreen.nrows = ri->ri_rows; in omfb_getdevconfig()

12