Searched refs:ri_height (Results 1 – 10 of 10) sorted by relevance
| /mirbsd/src/sys/arch/sparc/dev/ |
| D | cgsix.c | 551 fbc->fbc_clipmaxy = ri->ri_height - 1; in cgsix_ras_copyrows() 602 fbc->fbc_clipmaxy = ri->ri_height - 1; in cgsix_ras_copycols() 647 fbc->fbc_clipmaxy = ri->ri_height - 1; in cgsix_ras_erasecols() 684 fbc->fbc_clipmaxy = ri->ri_height - 1; in cgsix_ras_eraserows() 690 fbc->fbc_arecty = ri->ri_height - 1; in cgsix_ras_eraserows() 721 fbc->fbc_clipmaxy = ri->ri_height - 1; in cgsix_ras_do_cursor()
|
| D | zx.c | 271 ri->ri_bits += ((ri->ri_height - ri->ri_emuheight) >> 1) * in zx_attach() 664 ZX_COORDS(ri->ri_width - 1, ri->ri_height - 1)); in zx_eraserows()
|
| D | fb.c | 300 ri->ri_height = sf->sf_height; in fbwscons_init()
|
| D | p9000.c | 657 P9000_COORDS(ri->ri_width, ri->ri_height)); in p9000_ras_eraserows()
|
| D | p9100.c | 898 P9000_COORDS(ri->ri_width, ri->ri_height)); in p9100_ras_eraserows()
|
| /mirbsd/src/sys/dev/rasops/ |
| D | rasops.c | 278 if (ri->ri_emuheight > ri->ri_height) 279 ri->ri_emuheight = ri->ri_height; 311 memset(ri->ri_bits, 0, ri->ri_stride * ri->ri_height); 321 ri->ri_bits += ((ri->ri_height - ri->ri_emuheight) >> 1) * 339 (ri->ri_origbits + ri->ri_height * ri->ri_stride) - 886 num = ri->ri_height;
|
| D | rasops.h | 68 int ri_height; /* height (pels) */ member
|
| D | rasops24.c | 571 num = ri->ri_height;
|
| /mirbsd/src/sys/dev/sbus/ |
| D | cgsix.c | 895 FBC_WRITE(sc, CG6_FBC_CLIPMAXY, ri->ri_height - 1); in cgsix_ras_copyrows() 945 FBC_WRITE(sc, CG6_FBC_CLIPMAXY, ri->ri_height - 1); in cgsix_ras_copycols() 988 FBC_WRITE(sc, CG6_FBC_CLIPMAXY, ri->ri_height - 1); in cgsix_ras_erasecols() 1022 FBC_WRITE(sc, CG6_FBC_CLIPMAXY, ri->ri_height - 1); in cgsix_ras_eraserows() 1028 FBC_WRITE(sc, CG6_FBC_ARECTY, ri->ri_height - 1); in cgsix_ras_eraserows() 1058 FBC_WRITE(sc, CG6_FBC_CLIPMAXY, ri->ri_height - 1); in cgsix_ras_do_cursor()
|
| /mirbsd/src/sys/dev/pci/ |
| D | tga.c | 352 rip->ri_height = dc->dc_ht; 388 rasops_init(rip, rip->ri_height / rip->ri_font->fontheight,
|