Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/rasops/
Drasops.c287 ri->ri_rows = ri->ri_emuwidth / ri->ri_font->fontwidth;
293 ri->ri_rows = ri->ri_emuheight / ri->ri_font->fontheight;
565 if ((src + num) > ri->ri_rows)
566 num = ri->ri_rows - src;
573 if ((dst + num) > ri->ri_rows)
574 num = ri->ri_rows - dst;
642 if ((unsigned)row >= (unsigned)ri->ri_rows)
713 if (row < 0 || row >= ri->ri_rows)
868 if ((row + num) > ri->ri_rows)
869 num = ri->ri_rows - row;
[all …]
Drasops24.c137 if ((unsigned)row >= (unsigned)ri->ri_rows)
271 if ((unsigned)row >= (unsigned)ri->ri_rows) {
352 if ((unsigned)row >= (unsigned)ri->ri_rows) {
440 if ((unsigned)row >= (unsigned)ri->ri_rows) {
541 if ((row + num) > ri->ri_rows)
542 num = ri->ri_rows - row;
569 if (num == ri->ri_rows && (ri->ri_flg & RI_FULLCLEAR) != 0) {
642 if ((unsigned)row >= (unsigned)ri->ri_rows)
Drasops8.c118 if ((unsigned)row >= (unsigned)ri->ri_rows)
230 if ((unsigned)row >= (unsigned)ri->ri_rows) {
301 if ((unsigned)row >= (unsigned)ri->ri_rows) {
375 if ((unsigned)row >= (unsigned)ri->ri_rows) {
Drasops4.c122 if ((unsigned)row >= (unsigned)ri->ri_rows)
288 if ((unsigned)row >= (unsigned)ri->ri_rows) {
363 if ((unsigned)row >= (unsigned)ri->ri_rows) {
441 if ((unsigned)row >= (unsigned)ri->ri_rows) {
Drasops2.c143 if ((unsigned)row >= (unsigned)ri->ri_rows)
285 if ((unsigned)row >= (unsigned)ri->ri_rows) {
355 if ((unsigned)row >= (unsigned)ri->ri_rows) {
428 if ((unsigned)row >= (unsigned)ri->ri_rows) {
Drasops15.c130 if ((unsigned)row >= (unsigned)ri->ri_rows)
241 if ((unsigned)row >= (unsigned)ri->ri_rows) {
320 if ((unsigned)row >= (unsigned)ri->ri_rows) {
403 if ((unsigned)row >= (unsigned)ri->ri_rows) {
Drasops1.c109 if ((unsigned)row >= (unsigned)ri->ri_rows)
255 if ((unsigned)row >= (unsigned)ri->ri_rows)
320 if ((unsigned)row >= (unsigned)ri->ri_rows)
Drasops.h98 int ri_rows; /* number of rows (characters, not pels) */ member
Drasops_bitops.h60 if ((unsigned)row >= (unsigned)ri->ri_rows)
180 if ((unsigned)row >= (unsigned)ri->ri_rows)
Drasops32.c89 if ((unsigned)row >= (unsigned)ri->ri_rows)
/mirbsd/src/sys/arch/sparc/dev/
Dcgsix.c530 if (src + n > ri->ri_rows) in cgsix_ras_copyrows()
531 n = ri->ri_rows - src; in cgsix_ras_copyrows()
536 if (dst + n > ri->ri_rows) in cgsix_ras_copyrows()
537 n = ri->ri_rows - dst; in cgsix_ras_copyrows()
574 if ((row < 0) || (row >= ri->ri_rows)) in cgsix_ras_copycols()
624 if ((row < 0) || (row >= ri->ri_rows)) in cgsix_ras_erasecols()
670 if (row + n > ri->ri_rows) in cgsix_ras_eraserows()
671 n = ri->ri_rows - row; in cgsix_ras_eraserows()
687 if ((n == ri->ri_rows) && (ri->ri_flg & RI_FULLCLEAR)) { in cgsix_ras_eraserows()
Dfb.c273 sf->sf_wsd.nrows = sf->sf_ro.ri_rows; in fb_initwsd()
346 ri->ri_crow = ri->ri_rows - 1; in fbwscons_console_init()
363 if (ri->ri_crow >= ri->ri_rows) in fbwscons_console_init()
364 ri->ri_crow = ri->ri_rows - 1; in fbwscons_console_init()
Dvigra.c309 row = sc->sc_sunfb.sf_ro.ri_rows - 1; in vigraattach()
Dp9000.c653 if (n == ri->ri_rows && ISSET(ri->ri_flg, RI_FULLCLEAR)) { in p9000_ras_eraserows()
Dzx.c651 if (num == ri->ri_rows && (ri->ri_flg & RI_FULLCLEAR)) { in zx_eraserows()
Dp9100.c894 if (n == ri->ri_rows && ISSET(ri->ri_flg, RI_FULLCLEAR)) { in p9100_ras_eraserows()
/mirbsd/src/sys/dev/sbus/
Dcgsix.c246 cgsix_stdscreen.nrows = sc->sc_sunfb.sf_ro.ri_rows; in cgsixattach()
874 if (src + n > ri->ri_rows) in cgsix_ras_copyrows()
875 n = ri->ri_rows - src; in cgsix_ras_copyrows()
880 if (dst + n > ri->ri_rows) in cgsix_ras_copyrows()
881 n = ri->ri_rows - dst; in cgsix_ras_copyrows()
917 if ((row < 0) || (row >= ri->ri_rows)) in cgsix_ras_copycols()
967 if ((row < 0) || (row >= ri->ri_rows)) in cgsix_ras_erasecols()
1010 if (row + n > ri->ri_rows) in cgsix_ras_eraserows()
1011 n = ri->ri_rows - row; in cgsix_ras_eraserows()
1025 if ((n == ri->ri_rows) && (ri->ri_flg & RI_FULLCLEAR)) { in cgsix_ras_eraserows()
Dbwtwo.c218 bwtwo_stdscreen.nrows = sc->sc_sunfb.sf_ro.ri_rows;
Dcgthree.c292 cgthree_stdscreen.nrows = sc->sc_sunfb.sf_ro.ri_rows; in cgthreeattach()
/mirbsd/src/sys/dev/pci/
Dtga.c401 tga_stdscreen.nrows = rip->ri_rows;