fbfont            496 drivers/video/console/sticore.c 	const struct font_desc *fbfont = NULL;
fbfont            503 drivers/video/console/sticore.c 		fbfont = find_font(fbfont_name);
fbfont            504 drivers/video/console/sticore.c 	if (!fbfont)
fbfont            505 drivers/video/console/sticore.c 		fbfont = get_default_font(1024,768, ~(u32)0, ~(u32)0);
fbfont            506 drivers/video/console/sticore.c 	if (!fbfont)
fbfont            510 drivers/video/console/sticore.c 			fbfont->width, fbfont->height, fbfont->name);
fbfont            512 drivers/video/console/sticore.c 	bpc = ((fbfont->width+7)/8) * fbfont->height; 
fbfont            522 drivers/video/console/sticore.c 	nf->width = fbfont->width;
fbfont            523 drivers/video/console/sticore.c 	nf->height = fbfont->height;
fbfont            528 drivers/video/console/sticore.c 	nf->underline_pos = fbfont->height - nf->underline_height;
fbfont            532 drivers/video/console/sticore.c 	memcpy(dest, fbfont->data, bpc*256);