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

  /src/sys/arch/amiga/dev/
ite_ul.c 155 ip->ftheight = kernel_font_height;
168 ba->data = ip->ftheight;
184 i = (ip->font_hi - ip->font_lo + 1) * ip->ftheight;
199 if (ip->ftwidth >0 && ip->ftheight > 0) {
201 ip->rows = ip->grf->g_display.gd_dheight / ip->ftheight;
220 printf("ulowell_init: %d %d %d %d %d %d\n", ip->ftwidth, ip->ftheight,
252 cmd[2] = 1024 - ip->ftheight;
254 cmd[4] = ip->ftheight;
256 cmd[6] = ip->cursory * ip->ftheight;
262 cmd[3] = ip->cursory * ip->ftheight;
    [all...]
ite_cc.c 222 ip->rows = cci->view->display.height / ip->ftheight;
251 cci->ft_y = ip->ftheight;
253 cci->row_bytes = cci->row_offset * ip->ftheight;
267 cci->font_cell[i] = cci->font_cell[i-1] + ip->ftheight;
287 ip->ftheight = kernel_font_height;
413 cend = ip->ftheight-1;
414 pl = VDISPLAY_LINE(v, dr_plane, (ip->cursory * ip->ftheight + cstart));
447 cend = ip->ftheight-1;
448 pl = VDISPLAY_LINE(v, dr_plane, ip->cursory * ip->ftheight + cstart);
702 for (i=0; i < ip->ftheight; i++)
    [all...]
itevar.h 69 short ftheight; member in struct:ite_softc
  /src/sys/arch/hp300/stand/common/
ite_subr.c 57 ip->ftheight = getbyte(ip, fontaddr + FONTHEIGHT);
59 ip->rows = ip->dheight / ip->ftheight;
70 ip->cblanky = ip->fonty + ((128 / ip->cpl) +1) * ip->ftheight;
79 ip->cblanky = ip->fonty + ((128 / ip->cpl) + 1) * ip->ftheight;
97 (ip->fonty + (c / ip->cpl) * ip->ftheight) * stride;
99 for (l = 0; l < ip->ftheight; l++) {
114 int glyphsize = bytewidth * ip->ftheight;
122 (ip->fonty + (c / ip->cpl) * ip->ftheight) * ip->fbwidth +
139 for (l = 0; l < ip->ftheight; l++) {
162 (*ip->bmv)(ip, ip->cblanky, ip->cblankx, ip->cursory * ip->ftheight, \
    [all...]
ite_tvrx.c 59 ip->cblanky = ip->fonty + ((128 / ip->cpl) +1) * ip->ftheight;
73 ip->cblanky, ip->cblankx, ip->ftheight, ip->ftwidth,
ite_hy.c 62 ip->cblanky = ip->fonty + ((128 / ip->cpl) +1) * ip->ftheight;
78 ip->cblanky, ip->cblankx, ip->ftheight, ip->ftwidth,
itevar.h 68 short ftheight, ftwidth; member in struct:ite_data
94 (((c) / (ip)->cpl) * (ip)->ftheight + (ip)->fonty)
ite_sti.c 218 a.in.y = dy * ip->ftheight;
259 a.in.dsty = a.in.srcy = ip->cursory * ip->ftheight;
261 a.in.height = ip->ftheight;
281 a.in.dsty = a.in.srcy = sy * ip->ftheight;
283 a.in.height = h * ip->ftheight;
305 a.in.srcy = ip->ftheight;
307 a.in.height = (ip->rows - 1) * ip->ftheight;
321 ip->ftheight = (uint8_t)fbbase[fontbase + 0x17];
322 ip->rows = ip->dheight / ip->ftheight;
ite_tc.c 109 ip->cblanky, ip->cblankx, ip->ftheight,
ite_gb.c 108 ip->cblanky, ip->cblankx, ip->ftheight,
ite_dv.c 129 ip->cblanky, ip->cblankx, ip->ftheight,
ite_rb.c 123 ip->cblanky, ip->cblankx, ip->ftheight,
  /src/sys/arch/x68k/dev/
itevar.h 79 short ftheight, ftwidth, ftbaseline, ftboldsmear; member in struct:ite_softc
169 (((c) / (ip)->cpl) * (ip)->ftheight + (ip)->fonty)

Completed in 19 milliseconds