Searched refs:ftwidth (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/sys/arch/amiga/dev/ |
| D | ite_ul.c | 154 ip->ftwidth = kernel_font_width; in ulowell_init() 167 ba->data = ip->ftwidth; in ulowell_init() 185 if (ip->ftwidth <= 8) in ulowell_init() 199 if (ip->ftwidth >0 && ip->ftheight > 0) { in ulowell_init() 200 ip->cols = ip->grf->g_display.gd_dwidth / ip->ftwidth; in ulowell_init() 220 printf("ulowell_init: %d %d %d %d %d %d\n", ip->ftwidth, ip->ftheight, in ulowell_init() 251 cmd[1] = 1024 - ip->ftwidth; in ulowell_cursor() 253 cmd[3] = ip->ftwidth; in ulowell_cursor() 255 cmd[5] = ip->cursorx * ip->ftwidth; in ulowell_cursor() 261 cmd[2] = ip->cursorx * ip->ftwidth; in ulowell_cursor() [all …]
|
| D | ite_cc.c | 221 ip->cols = cci->view->display.width / ip->ftwidth; in ite_newsize() 250 cci->ft_x = ip->ftwidth; in ite_newsize() 286 ip->ftwidth = kernel_font_width; in view_init() 292 if (ip->ftwidth > 8) in view_init() 415 ofs = (ip->cursorx * ip->ftwidth); in cursor32() 425 BFCLR(pl, ofs, ip->ftwidth); in cursor32() 430 BFCHG(pl, ofs, ip->ftwidth); in cursor32() 449 ofs = ip->cursorx * ip->ftwidth; in cursor32() 453 BFSET(pl, ofs, ip->ftwidth); in cursor32() 458 BFCHG(pl, ofs, ip->ftwidth); in cursor32() [all …]
|
| D | itevar.h | 70 short ftwidth; member
|
| /netbsd/src/sys/arch/hp300/stand/common/ |
| D | ite_subr.c | 58 ip->ftwidth = getbyte(ip, fontaddr + FONTWIDTH); in ite_fontinfo() 60 ip->cols = ip->dwidth / ip->ftwidth; in ite_fontinfo() 68 ip->cpl = (ip->fbwidth - ip->dwidth) / ip->ftwidth; in ite_fontinfo() 77 ip->cpl = ip->fbwidth / ip->ftwidth; in ite_fontinfo() 93 width = (ip->ftwidth + 7) / 8; in ite_fontinit1bpp() 113 int bytewidth = (((ip->ftwidth - 1) / 8) + 1); in ite_fontinit8bpp() 123 (ip->fontx + (c % ip->cpl) * ip->ftwidth)); in ite_fontinit8bpp() 141 for (b = 0; b < ip->ftwidth; b++) { in ite_writeglyph() 153 fbmem -= ip->ftwidth; in ite_writeglyph() 163 ip->cursorx * ip->ftwidth, ip->ftheight, ip->ftwidth, RR_XOR) [all …]
|
| D | ite_dumb.c | 94 int bytewidth = (((ip->ftwidth - 1) / 8) + 1); in dumb_fontinit() 105 font = alloc((ip->ftwidth * ip->ftheight) * 128); in dumb_fontinit() 117 fontp = &font[(ip->ftwidth * ip->ftheight) * c]; in dumb_fontinit() 130 for (b = 0; b < ip->ftwidth; b++) { in dumb_writeglyph() 154 ip->ftwidth * ip->cursorx; in dumb_flip_cursor() 159 for (w = 0; w < ip->ftwidth / sizeof(uint32_t); w++) in dumb_flip_cursor() 193 ip->ftwidth * ip->cursorx; in dumb_putc() 194 fontp = (uint32_t *)&font[(ip->ftwidth * ip->ftheight) * c]; in dumb_putc() 199 for (w = 0; w < ip->ftwidth / sizeof(uint32_t); w++) in dumb_putc() 212 ((ip->ftheight * sy) * ip->fbwidth) + ip->ftwidth * sx; in dumb_clear() [all …]
|
| D | ite_sti.c | 220 a.in.x = dx * ip->ftwidth; in sti_putc() 260 a.in.dstx = a.in.srcx = ip->cursorx * ip->ftwidth; in sti_do_cursor() 262 a.in.width = ip->ftwidth; in sti_do_cursor() 282 a.in.dstx = a.in.srcx = sx * ip->ftwidth; in sti_clear() 284 a.in.width = w * ip->ftwidth; in sti_clear() 322 ip->ftwidth = (uint8_t)fbbase[fontbase + 0x13]; in sti_fontinfo() 325 ip->cols = ip->dwidth / ip->ftwidth; in sti_fontinfo()
|
| D | itevar.h | 68 short ftheight, ftwidth; member 87 (((c) % (ip)->cpl) * (ip)->ftwidth + (ip)->fontx) 90 (((c) % (ip)->cpl) * ((((ip)->ftwidth + 7) / 8) * 8) + (ip)->fontx)
|
| D | ite_tvrx.c | 57 width = ((ip->ftwidth + 7) / 8) * 8; in tvrx_init() 73 ip->cblanky, ip->cblankx, ip->ftheight, ip->ftwidth, in tvrx_init()
|
| D | ite_hy.c | 60 width = ((ip->ftwidth + 7) / 8) * 8; in hyper_init() 78 ip->cblanky, ip->cblankx, ip->ftheight, ip->ftwidth, in hyper_init()
|
| D | ite_tc.c | 109 ip->ftwidth, RR_COPYINVERTED); in topcat_init()
|
| D | ite_rb.c | 123 ip->ftwidth, RR_COPYINVERTED); in rbox_init()
|
| D | ite_gb.c | 108 ip->ftwidth, RR_COPYINVERTED); in gbox_init()
|
| D | ite_dv.c | 130 ip->ftwidth, RR_COPYINVERTED); in dvbox_init()
|
| /netbsd/src/sys/arch/x68k/dev/ |
| D | itevar.h | 79 short ftheight, ftwidth, ftbaseline, ftboldsmear; member 166 (((c) % (ip)->cpl) * (ip)->ftwidth + (ip)->fontx)
|