Searched refs:ri_rows (Results 1 – 20 of 20) sorted by relevance
287 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 …]
137 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)
118 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) {
122 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) {
143 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) {
130 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) {
109 if ((unsigned)row >= (unsigned)ri->ri_rows)255 if ((unsigned)row >= (unsigned)ri->ri_rows)320 if ((unsigned)row >= (unsigned)ri->ri_rows)
98 int ri_rows; /* number of rows (characters, not pels) */ member
60 if ((unsigned)row >= (unsigned)ri->ri_rows)180 if ((unsigned)row >= (unsigned)ri->ri_rows)
89 if ((unsigned)row >= (unsigned)ri->ri_rows)
530 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()
273 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()
309 row = sc->sc_sunfb.sf_ro.ri_rows - 1; in vigraattach()
653 if (n == ri->ri_rows && ISSET(ri->ri_flg, RI_FULLCLEAR)) { in p9000_ras_eraserows()
651 if (num == ri->ri_rows && (ri->ri_flg & RI_FULLCLEAR)) { in zx_eraserows()
894 if (n == ri->ri_rows && ISSET(ri->ri_flg, RI_FULLCLEAR)) { in p9100_ras_eraserows()
246 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()
218 bwtwo_stdscreen.nrows = sc->sc_sunfb.sf_ro.ri_rows;
292 cgthree_stdscreen.nrows = sc->sc_sunfb.sf_ro.ri_rows; in cgthreeattach()
401 tga_stdscreen.nrows = rip->ri_rows;