font_size         118 arch/x86/boot/video-mode.c 	unsigned int font_size, rows;
font_size         123 arch/x86/boot/video-mode.c 	font_size = rdfs8(0x485); /* BIOS: font size (pixels) */
font_size         126 arch/x86/boot/video-mode.c 	rows *= font_size;	/* Visible scan lines */
font_size          63 arch/x86/boot/video.c 	u16 font_size;
font_size          83 arch/x86/boot/video.c 	font_size = rdfs16(0x485); /* Font size, BIOS area */
font_size          84 arch/x86/boot/video.c 	boot_params.screen_info.orig_video_points = font_size;
font_size         292 tools/perf/util/svghelper.c 	double font_size;
font_size         304 tools/perf/util/svghelper.c 	font_size = 1.0 * (time2pixels(end)-time2pixels(start));
font_size         306 tools/perf/util/svghelper.c 	if (font_size > 3)
font_size         307 tools/perf/util/svghelper.c 		font_size = 3;
font_size         309 tools/perf/util/svghelper.c 	font_size = round_text_size(font_size);
font_size         317 tools/perf/util/svghelper.c 	if (font_size > MIN_TEXT_SIZE)
font_size         319 tools/perf/util/svghelper.c 			font_size, text);