tag | line | file | source code |
fontheight | 1948 | arch/m68k/amiga/amifb.c | vs = diwstrt_v + (p->cursor_y * p->fontheight)/2; |
fontheight | 1949 | arch/m68k/amiga/amifb.c | ve = vs + p->fontheight/2; |
fontheight | 1951 | arch/m68k/amiga/amifb.c | vs = diwstrt_v + (p->cursor_y * p->fontheight); |
fontheight | 1952 | arch/m68k/amiga/amifb.c | ve = vs + p->fontheight; |
fontheight | 2167 | arch/m68k/amiga/amifb.c | cursorheight = p->fontheight/2; |
fontheight | 2169 | arch/m68k/amiga/amifb.c | cursorheight = p->fontheight; |
fontheight | 28 | arch/m68k/atari/atafb.h | int fontheight; |
fontheight | 575 | arch/m68k/console/fbcon.c | !findsoftfont(fb_info->fontname, &p->fontwidth, &p->fontheight, |
fontheight | 578 | arch/m68k/console/fbcon.c | &p->fontheight, &p->fontdata); |
fontheight | 582 | arch/m68k/console/fbcon.c | if (divides(p->ywrapstep, p->fontheight) && divides(p->fontheight, p->var.yres_virtual)) |
fontheight | 584 | arch/m68k/console/fbcon.c | else if (divides(p->ypanstep, p->fontheight) && |
fontheight | 585 | arch/m68k/console/fbcon.c | p->var.yres_virtual >= p->var.yres+p->fontheight) |
fontheight | 591 | arch/m68k/console/fbcon.c | conp->vc_rows = p->var.yres/p->fontheight; |
fontheight | 592 | arch/m68k/console/fbcon.c | p->vrows = p->var.yres_virtual/p->fontheight; |
fontheight | 1535 | arch/m68k/console/fbcon.c | p->var.yoffset = p->yscroll*p->fontheight; |
fontheight | 1548 | arch/m68k/console/fbcon.c | p->var.yoffset = p->yscroll*p->fontheight; |
fontheight | 1573 | arch/m68k/console/fbcon.c | p->var.yoffset = p->yscroll*p->fontheight; |
fontheight | 1586 | arch/m68k/console/fbcon.c | p->var.yoffset = p->yscroll*p->fontheight; |
fontheight | 1718 | arch/m68k/console/fbcon.c | size = (p->fontwidth+7)/8 * p->fontheight * 256; |
fontheight | 1721 | arch/m68k/console/fbcon.c | *h = p->fontheight; |
fontheight | 1747 | arch/m68k/console/fbcon.c | h = p->fontheight; |
fontheight | 1775 | arch/m68k/console/fbcon.c | (op->fontheight != p->fontheight); |
fontheight | 1780 | arch/m68k/console/fbcon.c | h = p->fontheight = op->fontheight; |
fontheight | 1790 | arch/m68k/console/fbcon.c | resize = (w != p->fontwidth) || (h != p->fontheight); |
fontheight | 1812 | arch/m68k/console/fbcon.c | p->fontheight = h; |
fontheight | 1817 | arch/m68k/console/fbcon.c | if (divides(p->ywrapstep, p->fontheight)) |
fontheight | 1819 | arch/m68k/console/fbcon.c | else if (divides(p->ypanstep, p->fontheight) && |
fontheight | 1820 | arch/m68k/console/fbcon.c | p->var.yres_virtual >= p->var.yres+p->fontheight) |
fontheight | 1869 | arch/m68k/console/fbcon.c | dest = p->screen_base+dy*p->fontheight*width; |
fontheight | 1870 | arch/m68k/console/fbcon.c | mymemmove(dest, src, height*p->fontheight*width); |
fontheight | 1872 | arch/m68k/console/fbcon.c | src = p->screen_base+sy*p->fontheight*p->next_line+sx; |
fontheight | 1873 | arch/m68k/console/fbcon.c | dest = p->screen_base+dy*p->fontheight*p->next_line+dx; |
fontheight | 1874 | arch/m68k/console/fbcon.c | for (rows = height*p->fontheight; rows--;) { |
fontheight | 1880 | arch/m68k/console/fbcon.c | src = p->screen_base+((sy+height)*p->fontheight-1)*p->next_line+sx; |
fontheight | 1881 | arch/m68k/console/fbcon.c | dest = p->screen_base+((dy+height)*p->fontheight-1)*p->next_line+dx; |
fontheight | 1882 | arch/m68k/console/fbcon.c | for (rows = height*p->fontheight; rows--;) { |
fontheight | 1897 | arch/m68k/console/fbcon.c | dest = p->screen_base+sy*p->fontheight*p->next_line+sx; |
fontheight | 1901 | arch/m68k/console/fbcon.c | mymemset(dest, height*p->fontheight*width); |
fontheight | 1903 | arch/m68k/console/fbcon.c | mymemclear(dest, height*p->fontheight*width); |
fontheight | 1905 | arch/m68k/console/fbcon.c | for (rows = height*p->fontheight; rows--; dest += p->next_line) |
fontheight | 1922 | arch/m68k/console/fbcon.c | dest = p->screen_base+y*p->fontheight*p->next_line+x; |
fontheight | 1923 | arch/m68k/console/fbcon.c | cdat = p->fontdata+c*p->fontheight; |
fontheight | 1928 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
fontheight | 1948 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+y*p->fontheight*p->next_line+x; |
fontheight | 1956 | arch/m68k/console/fbcon.c | cdat = p->fontdata+c*p->fontheight; |
fontheight | 1957 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
fontheight | 1976 | arch/m68k/console/fbcon.c | dest = p->screen_base+y*p->fontheight*p->next_line+x; |
fontheight | 1977 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) |
fontheight | 2003 | arch/m68k/console/fbcon.c | mymemmove(p->screen_base+dy*p->fontheight*p->next_line, p->screen_base, |
fontheight | 2004 | arch/m68k/console/fbcon.c | height*p->fontheight*p->next_line); |
fontheight | 2010 | arch/m68k/console/fbcon.c | src = p->screen_base+sy*p->fontheight*p->next_line+sx; |
fontheight | 2011 | arch/m68k/console/fbcon.c | dest = p->screen_base+dy*p->fontheight*p->next_line+dx; |
fontheight | 2012 | arch/m68k/console/fbcon.c | for (i = p->var.bits_per_pixel*height*p->fontheight; i--;) { |
fontheight | 2018 | arch/m68k/console/fbcon.c | src = p->screen_base+(sy+height)*p->fontheight*p->next_line+sx; |
fontheight | 2019 | arch/m68k/console/fbcon.c | dest = p->screen_base+(dy+height)*p->fontheight*p->next_line+dx; |
fontheight | 2020 | arch/m68k/console/fbcon.c | for (i = p->var.bits_per_pixel*height*p->fontheight; i--;) { |
fontheight | 2037 | arch/m68k/console/fbcon.c | dest = p->screen_base+sy*p->fontheight*p->next_line+sx; |
fontheight | 2040 | arch/m68k/console/fbcon.c | for (rows = height*p->fontheight; rows--;) { |
fontheight | 2063 | arch/m68k/console/fbcon.c | dest = p->screen_base+y*p->fontheight*p->next_line+x; |
fontheight | 2064 | arch/m68k/console/fbcon.c | cdat = p->fontdata+c*p->fontheight; |
fontheight | 2068 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--;) { |
fontheight | 2114 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+y*p->fontheight*p->next_line+x; |
fontheight | 2124 | arch/m68k/console/fbcon.c | cdat1 = p->fontdata+c1*p->fontheight; |
fontheight | 2125 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--;) { |
fontheight | 2151 | arch/m68k/console/fbcon.c | cdat1 = p->fontdata+c1*p->fontheight; |
fontheight | 2152 | arch/m68k/console/fbcon.c | cdat2 = p->fontdata+c2*p->fontheight; |
fontheight | 2153 | arch/m68k/console/fbcon.c | cdat3 = p->fontdata+c3*p->fontheight; |
fontheight | 2154 | arch/m68k/console/fbcon.c | cdat4 = p->fontdata+c4*p->fontheight; |
fontheight | 2155 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--;) { |
fontheight | 2188 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+y*p->fontheight*p->next_line+x; |
fontheight | 2200 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) |
fontheight | 2226 | arch/m68k/console/fbcon.c | dest = p->screen_base+dy*p->fontheight*width; |
fontheight | 2228 | arch/m68k/console/fbcon.c | mymemmove(dest, src, height*p->fontheight*width); |
fontheight | 2233 | arch/m68k/console/fbcon.c | src0 = p->screen_base+sy*p->fontheight*p->next_line+sx; |
fontheight | 2234 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+dy*p->fontheight*p->next_line+dx; |
fontheight | 2238 | arch/m68k/console/fbcon.c | for (rows = height*p->fontheight; rows--;) { |
fontheight | 2247 | arch/m68k/console/fbcon.c | src0 = p->screen_base+(sy+height)*p->fontheight*p->next_line+sx; |
fontheight | 2248 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+(dy+height)*p->fontheight*p->next_line+dx; |
fontheight | 2252 | arch/m68k/console/fbcon.c | for (rows = height*p->fontheight; rows--;) { |
fontheight | 2271 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+sy*p->fontheight*p->next_line+sx; |
fontheight | 2276 | arch/m68k/console/fbcon.c | for (rows = height*p->fontheight; rows--; dest += p->next_line) |
fontheight | 2296 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+y*p->fontheight*p->next_line+x; |
fontheight | 2297 | arch/m68k/console/fbcon.c | cdat0 = p->fontdata+c*p->fontheight; |
fontheight | 2304 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
fontheight | 2338 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+y*p->fontheight*p->next_line+x; |
fontheight | 2348 | arch/m68k/console/fbcon.c | cdat10 = p->fontdata+c1*p->fontheight; |
fontheight | 2355 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
fontheight | 2378 | arch/m68k/console/fbcon.c | cdat10 = p->fontdata+c1*p->fontheight; |
fontheight | 2379 | arch/m68k/console/fbcon.c | cdat20 = p->fontdata+c2*p->fontheight; |
fontheight | 2380 | arch/m68k/console/fbcon.c | cdat30 = p->fontdata+c3*p->fontheight; |
fontheight | 2381 | arch/m68k/console/fbcon.c | cdat40 = p->fontdata+c4*p->fontheight; |
fontheight | 2391 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
fontheight | 2421 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+y*p->fontheight*p->next_line+x; |
fontheight | 2433 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) |
fontheight | 2483 | arch/m68k/console/fbcon.c | mymemmove(p->screen_base + dy * p->next_line * p->fontheight, |
fontheight | 2484 | arch/m68k/console/fbcon.c | p->screen_base + sy * p->next_line * p->fontheight, |
fontheight | 2485 | arch/m68k/console/fbcon.c | p->next_line * height * p->fontheight); |
fontheight | 2491 | arch/m68k/console/fbcon.c | int linesize = bytes * p->fontheight; |
fontheight | 2492 | arch/m68k/console/fbcon.c | u_int colsize = height * p->fontheight; |
fontheight | 2590 | arch/m68k/console/fbcon.c | int lines = height * p->fontheight; |
fontheight | 2599 | arch/m68k/console/fbcon.c | offset = sy * bytes * p->fontheight; |
fontheight | 2605 | arch/m68k/console/fbcon.c | offset = (sy * bytes * p->fontheight) + (sx>>1)*4 + (sx & 1); |
fontheight | 2646 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * bytes + (x>>1)*4 + (x & 1); |
fontheight | 2647 | arch/m68k/console/fbcon.c | cdat = p->fontdata + (c * p->fontheight); |
fontheight | 2653 | arch/m68k/console/fbcon.c | for(rows = p->fontheight ; rows-- ; dest += bytes) { |
fontheight | 2671 | arch/m68k/console/fbcon.c | dest0 = p->screen_base + y * p->fontheight * bytes + (x>>1)*4 + (x & 1); |
fontheight | 2679 | arch/m68k/console/fbcon.c | cdat = p->fontdata + (c * p->fontheight); |
fontheight | 2681 | arch/m68k/console/fbcon.c | for(rows = p->fontheight, dest = dest0; rows-- ; dest += bytes) { |
fontheight | 2697 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * p->next_line + (x>>1)*4 + (x & 1); |
fontheight | 2698 | arch/m68k/console/fbcon.c | j = p->fontheight; |
fontheight | 2747 | arch/m68k/console/fbcon.c | mymemmove(p->screen_base + dy * p->next_line * p->fontheight, |
fontheight | 2748 | arch/m68k/console/fbcon.c | p->screen_base + sy * p->next_line * p->fontheight, |
fontheight | 2749 | arch/m68k/console/fbcon.c | p->next_line * height * p->fontheight); |
fontheight | 2755 | arch/m68k/console/fbcon.c | int linesize = bytes * p->fontheight; |
fontheight | 2756 | arch/m68k/console/fbcon.c | u_int colsize = height * p->fontheight; |
fontheight | 2854 | arch/m68k/console/fbcon.c | int lines = height * p->fontheight; |
fontheight | 2862 | arch/m68k/console/fbcon.c | offset = sy * bytes * p->fontheight; |
fontheight | 2868 | arch/m68k/console/fbcon.c | offset = (sy * bytes * p->fontheight) + (sx>>1)*8 + (sx & 1); |
fontheight | 2909 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * bytes + (x>>1)*8 + (x & 1); |
fontheight | 2910 | arch/m68k/console/fbcon.c | cdat = p->fontdata + (c * p->fontheight); |
fontheight | 2916 | arch/m68k/console/fbcon.c | for(rows = p->fontheight ; rows-- ; dest += bytes) { |
fontheight | 2934 | arch/m68k/console/fbcon.c | dest0 = p->screen_base + y * p->fontheight * bytes + (x>>1)*8 + (x & 1); |
fontheight | 2949 | arch/m68k/console/fbcon.c | cdat = p->fontdata + (c * p->fontheight); |
fontheight | 2951 | arch/m68k/console/fbcon.c | for(rows = p->fontheight, dest = dest0; rows-- ; dest += bytes) { |
fontheight | 2967 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * p->next_line + (x>>1)*8 + (x & 1); |
fontheight | 2968 | arch/m68k/console/fbcon.c | j = p->fontheight; |
fontheight | 3026 | arch/m68k/console/fbcon.c | fast_memmove (p->screen_base + dy * p->next_line * p->fontheight, |
fontheight | 3027 | arch/m68k/console/fbcon.c | p->screen_base + sy * p->next_line * p->fontheight, |
fontheight | 3028 | arch/m68k/console/fbcon.c | p->next_line * height * p->fontheight); |
fontheight | 3034 | arch/m68k/console/fbcon.c | int linesize = bytes * p->fontheight; |
fontheight | 3035 | arch/m68k/console/fbcon.c | u_int colsize = height * p->fontheight; |
fontheight | 3133 | arch/m68k/console/fbcon.c | int lines = height * p->fontheight; |
fontheight | 3141 | arch/m68k/console/fbcon.c | offset = sy * bytes * p->fontheight; |
fontheight | 3147 | arch/m68k/console/fbcon.c | offset = (sy * bytes * p->fontheight) + (sx>>1)*16 + (sx & 1); |
fontheight | 3189 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * bytes + (x>>1)*16 + (x & 1); |
fontheight | 3190 | arch/m68k/console/fbcon.c | cdat = p->fontdata + (c * p->fontheight); |
fontheight | 3196 | arch/m68k/console/fbcon.c | for(rows = p->fontheight ; rows-- ; dest += bytes) { |
fontheight | 3219 | arch/m68k/console/fbcon.c | dest0 = p->screen_base + y * p->fontheight * bytes + (x>>1)*16 + (x & 1); |
fontheight | 3235 | arch/m68k/console/fbcon.c | cdat = p->fontdata + (c * p->fontheight); |
fontheight | 3237 | arch/m68k/console/fbcon.c | for(rows = p->fontheight, dest = dest0; rows-- ; dest += bytes) { |
fontheight | 3258 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * p->next_line + (x>>1)*16 + (x & 1); |
fontheight | 3259 | arch/m68k/console/fbcon.c | j = p->fontheight; |
fontheight | 3297 | arch/m68k/console/fbcon.c | int bytes = p->next_line, linesize = bytes * p->fontheight, rows; |
fontheight | 3309 | arch/m68k/console/fbcon.c | for (rows = height * p->fontheight ; rows-- ;) { |
fontheight | 3320 | arch/m68k/console/fbcon.c | for (rows = height * p->fontheight ; rows-- ;) { |
fontheight | 3334 | arch/m68k/console/fbcon.c | int bytes=p->next_line,lines=height * p->fontheight, rows, i; |
fontheight | 3337 | arch/m68k/console/fbcon.c | dest = p->screen_base + sy * p->fontheight * bytes + sx * 8; |
fontheight | 3372 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * bytes + x * 8; |
fontheight | 3373 | arch/m68k/console/fbcon.c | cdat = p->fontdata + c * p->fontheight; |
fontheight | 3383 | arch/m68k/console/fbcon.c | for (rows = p->fontheight ; rows-- ; dest += bytes) { |
fontheight | 3399 | arch/m68k/console/fbcon.c | dest0 = p->screen_base + y * p->fontheight * bytes + x * 8; |
fontheight | 3409 | arch/m68k/console/fbcon.c | cdat = p->fontdata + c * p->fontheight; |
fontheight | 3411 | arch/m68k/console/fbcon.c | for (rows = p->fontheight, dest = dest0; rows-- ; dest += bytes) { |
fontheight | 3427 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * bytes + x * 8; |
fontheight | 3428 | arch/m68k/console/fbcon.c | for (rows = p->fontheight ; rows-- ; dest += bytes) { |
fontheight | 3453 | arch/m68k/console/fbcon.c | int bytes = p->next_line, linesize = bytes * p->fontheight, rows; |
fontheight | 3465 | arch/m68k/console/fbcon.c | for (rows = height * p->fontheight ; rows-- ;) { |
fontheight | 3476 | arch/m68k/console/fbcon.c | for (rows = height * p->fontheight ; rows-- ;) { |
fontheight | 3490 | arch/m68k/console/fbcon.c | int bytes=p->next_line,lines=height * p->fontheight, rows, i; |
fontheight | 3493 | arch/m68k/console/fbcon.c | dest = p->screen_base + sy * p->fontheight * bytes + sx * 16; |
fontheight | 3532 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * bytes + x * 16; |
fontheight | 3533 | arch/m68k/console/fbcon.c | cdat = p->fontdata + c * p->fontheight; |
fontheight | 3543 | arch/m68k/console/fbcon.c | for (rows = p->fontheight ; rows-- ; dest += bytes) { |
fontheight | 3564 | arch/m68k/console/fbcon.c | dest0 = p->screen_base + y * p->fontheight * bytes + x * 16; |
fontheight | 3574 | arch/m68k/console/fbcon.c | cdat = p->fontdata + c * p->fontheight; |
fontheight | 3576 | arch/m68k/console/fbcon.c | for (rows = p->fontheight, dest = dest0; rows-- ; dest += bytes) { |
fontheight | 3596 | arch/m68k/console/fbcon.c | dest = p->screen_base + y * p->fontheight * bytes + x * 16; |
fontheight | 3597 | arch/m68k/console/fbcon.c | for (rows = p->fontheight ; rows-- ; dest += bytes) { |
fontheight | 3620 | arch/m68k/console/fbcon.c | Cyber_BitBLT((u_short)sx, (u_short)(sy*p->fontheight), (u_short)dx, |
fontheight | 3621 | arch/m68k/console/fbcon.c | (u_short)(dy*p->fontheight), (u_short)width, |
fontheight | 3622 | arch/m68k/console/fbcon.c | (u_short)(height*p->fontheight), (u_short)S3_NEW); |
fontheight | 3633 | arch/m68k/console/fbcon.c | Cyber_RectFill((u_short)sx, (u_short)(sy*p->fontheight), (u_short)width, |
fontheight | 3634 | arch/m68k/console/fbcon.c | (u_short)(height*p->fontheight), (u_short)S3_NEW, |
fontheight | 3650 | arch/m68k/console/fbcon.c | dest = p->screen_base+y*p->fontheight*p->next_line+8*x; |
fontheight | 3651 | arch/m68k/console/fbcon.c | cdat = p->fontdata+(c*p->fontheight); |
fontheight | 3658 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
fontheight | 3689 | arch/m68k/console/fbcon.c | dest0 = p->screen_base+y*p->fontheight*p->next_line+8*x; |
fontheight | 3700 | arch/m68k/console/fbcon.c | cdat = p->fontdata+(c*p->fontheight); |
fontheight | 3701 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
fontheight | 3733 | arch/m68k/console/fbcon.c | dest = p->screen_base+y*p->fontheight*p->next_line+8*x; |
fontheight | 3735 | arch/m68k/console/fbcon.c | for (rows = p->fontheight; rows--; dest += p->next_line) { |
fontheight | 2550 | arch/m68k/kernel/console.c | int con_adjust_height(unsigned long fontheight) |
fontheight | 370 | drivers/char/tga.c | con_adjust_height(unsigned long fontheight) |
fontheight | 462 | drivers/char/vga.c | con_adjust_height(unsigned long fontheight) |
fontheight | 467 | drivers/char/vga.c | if (fontheight > 32 || (video_type != VIDEO_TYPE_VGAC && |
fontheight | 471 | drivers/char/vga.c | if ( fontheight == video_font_height || fontheight == 0 ) |
fontheight | 474 | drivers/char/vga.c | video_font_height = fontheight; |
fontheight | 476 | drivers/char/vga.c | rows = video_scan_lines/fontheight; /* Number of video rows we end up with */ |
fontheight | 477 | drivers/char/vga.c | maxscan = rows*fontheight - 1; /* Scan lines to actually display-1 */ |
fontheight | 504 | drivers/char/vga.c | fsr = (fsr & 0xe0) + (fontheight-1); /* Font size register */ |
fontheight | 505 | drivers/char/vga.c | curs = (curs & 0xc0) + fontheight - (fontheight < 10 ? 2 : 3); |
fontheight | 506 | drivers/char/vga.c | cure = (cure & 0xe0) + fontheight - (fontheight < 10 ? 1 : 2); |
fontheight | 83 | drivers/char/vt.c | extern int con_adjust_height(unsigned long fontheight); |
fontheight | 404 | drivers/sbus/char/suncons.c | con_adjust_height(unsigned long fontheight) |
fontheight | 191 | include/linux/fb.h | int fontheight; |