HomeSort by: relevance | last modified time | path
    Searched refs:ftwidth (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/amiga/dev/
ite_ul.c 154 ip->ftwidth = kernel_font_width;
167 ba->data = ip->ftwidth;
185 if (ip->ftwidth <= 8)
199 if (ip->ftwidth >0 && ip->ftheight > 0) {
200 ip->cols = ip->grf->g_display.gd_dwidth / ip->ftwidth;
220 printf("ulowell_init: %d %d %d %d %d %d\n", ip->ftwidth, ip->ftheight,
251 cmd[1] = 1024 - ip->ftwidth;
253 cmd[3] = ip->ftwidth;
255 cmd[5] = ip->cursorx * ip->ftwidth;
261 cmd[2] = ip->cursorx * ip->ftwidth;
    [all...]
ite_cc.c 221 ip->cols = cci->view->display.width / ip->ftwidth;
250 cci->ft_x = ip->ftwidth;
286 ip->ftwidth = kernel_font_width;
292 if (ip->ftwidth > 8)
415 ofs = (ip->cursorx * ip->ftwidth);
425 BFCLR(pl, ofs, ip->ftwidth);
430 BFCHG(pl, ofs, ip->ftwidth);
449 ofs = ip->cursorx * ip->ftwidth;
453 BFSET(pl, ofs, ip->ftwidth);
458 BFCHG(pl, ofs, ip->ftwidth);
    [all...]
itevar.h 70 short ftwidth; member in struct:ite_softc
  /src/sys/arch/hp300/stand/common/
ite_subr.c 58 ip->ftwidth = getbyte(ip, fontaddr + FONTWIDTH);
60 ip->cols = ip->dwidth / ip->ftwidth;
68 ip->cpl = (ip->fbwidth - ip->dwidth) / ip->ftwidth;
77 ip->cpl = ip->fbwidth / ip->ftwidth;
93 width = (ip->ftwidth + 7) / 8;
113 int bytewidth = (((ip->ftwidth - 1) / 8) + 1);
123 (ip->fontx + (c % ip->cpl) * ip->ftwidth));
141 for (b = 0; b < ip->ftwidth; b++) {
153 fbmem -= ip->ftwidth;
163 ip->cursorx * ip->ftwidth, ip->ftheight, ip->ftwidth, RR_XOR
    [all...]
ite_tvrx.c 57 width = ((ip->ftwidth + 7) / 8) * 8;
73 ip->cblanky, ip->cblankx, ip->ftheight, ip->ftwidth,
itevar.h 68 short ftheight, ftwidth; member in struct:ite_data
88 (((c) % (ip)->cpl) * (ip)->ftwidth + (ip)->fontx)
91 (((c) % (ip)->cpl) * ((((ip)->ftwidth + 7) / 8) * 8) + (ip)->fontx)
ite_hy.c 60 width = ((ip->ftwidth + 7) / 8) * 8;
78 ip->cblanky, ip->cblankx, ip->ftheight, ip->ftwidth,
ite_sti.c 217 a.in.x = dx * ip->ftwidth;
258 a.in.dstx = a.in.srcx = ip->cursorx * ip->ftwidth;
260 a.in.width = ip->ftwidth;
280 a.in.dstx = a.in.srcx = sx * ip->ftwidth;
282 a.in.width = w * ip->ftwidth;
320 ip->ftwidth = (uint8_t)fbbase[fontbase + 0x13];
323 ip->cols = ip->dwidth / ip->ftwidth;
ite_tc.c 110 ip->ftwidth, RR_COPYINVERTED);
ite_gb.c 109 ip->ftwidth, RR_COPYINVERTED);
ite_dv.c 130 ip->ftwidth, RR_COPYINVERTED);
ite_rb.c 124 ip->ftwidth, RR_COPYINVERTED);
  /src/sys/arch/x68k/dev/
itevar.h 79 short ftheight, ftwidth, ftbaseline, ftboldsmear; member in struct:ite_softc
166 (((c) % (ip)->cpl) * (ip)->ftwidth + (ip)->fontx)

Completed in 116 milliseconds