Searched refs:ri_cols (Results 1 – 17 of 17) sorted by relevance
| /mirbsd/src/sys/dev/rasops/ |
| D | rasops_bitops.h | 68 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;
|
| D | rasops.c | 288 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 …]
|
| D | rasops8.c | 121 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) {
|
| D | rasops24.c | 140 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;
|
| D | rasops4.c | 125 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) {
|
| D | rasops2.c | 146 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) {
|
| D | rasops15.c | 133 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) {
|
| D | rasops1.c | 112 if ((unsigned)col >= (unsigned)ri->ri_cols) 258 if ((unsigned)col >= (unsigned)ri->ri_cols) 323 if ((unsigned)col >= (unsigned)ri->ri_cols)
|
| D | rasops.h | 99 int ri_cols; /* number of columns (characters, not pels) */ member
|
| D | rasops32.c | 92 if ((unsigned)col >= (unsigned)ri->ri_cols)
|
| /mirbsd/src/sys/arch/sparc/dev/ |
| D | cgsix.c | 580 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()
|
| D | fb.c | 274 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()
|
| D | zx.c | 667 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/ |
| D | cgsix.c | 247 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()
|
| D | bwtwo.c | 219 bwtwo_stdscreen.ncols = sc->sc_sunfb.sf_ro.ri_cols;
|
| D | cgthree.c | 293 cgthree_stdscreen.ncols = sc->sc_sunfb.sf_ro.ri_cols; in cgthreeattach()
|
| /mirbsd/src/sys/dev/pci/ |
| D | tga.c | 402 tga_stdscreen.ncols = rip->ri_cols;
|