Home
last modified time | relevance | path

Searched refs:font (Results 1 – 25 of 43) sorted by relevance

12

/linux-6.3-rc2/lib/fonts/
A DMakefile4 font-objs := fonts.o
6 font-objs-$(CONFIG_FONT_SUN8x16) += font_sun8x16.o
7 font-objs-$(CONFIG_FONT_SUN12x22) += font_sun12x22.o
8 font-objs-$(CONFIG_FONT_8x8) += font_8x8.o
9 font-objs-$(CONFIG_FONT_8x16) += font_8x16.o
10 font-objs-$(CONFIG_FONT_6x11) += font_6x11.o
11 font-objs-$(CONFIG_FONT_7x14) += font_7x14.o
12 font-objs-$(CONFIG_FONT_10x18) += font_10x18.o
18 font-objs-$(CONFIG_FONT_6x8) += font_6x8.o
20 font-objs += $(font-objs-y)
[all …]
A DKconfig25 bool "VGA 8x8 font" if FONTS
32 Note that this is a poor quality font. The VGA 8x16 font is quite a
39 bool "VGA 8x16 font" if FONTS
64 bool "Pearl (old m68k) console 8x8 font" if FONTS
72 bool "Acorn console 8x8 font" if FONTS
80 bool "Mini 4x6 font"
84 bool "Medium-size 6x10 font"
100 bool "Sparc console 8x16 font"
114 bool "Terminus 16x32 font (not supported by all drivers)"
123 bool "OLED 6x8 font" if FONTS
[all …]
/linux-6.3-rc2/drivers/firmware/efi/
A Dearlycon.c18 static const struct font_desc *font; variable
131 bytes = BITS_TO_BYTES(font->width); in efi_earlycon_write_char()
132 src = font->data + c * font->height * bytes + h * bytes; in efi_earlycon_write_char()
134 for (m = 0; m < font->width; m++) { in efi_earlycon_write_char()
178 x += font->width; in efi_earlycon_write()
186 efi_x += count * font->width; in efi_earlycon_write()
192 efi_y += font->height; in efi_earlycon_write()
200 efi_y += font->height; in efi_earlycon_write()
209 efi_y -= font->height; in efi_earlycon_write()
246 if (!font) in efi_earlycon_setup()
[all …]
/linux-6.3-rc2/Documentation/sphinx-static/
A Dtheme_overrides.css11 font-family: serif;
12 font-size: 100%;
16 font-family: sans-serif;
20 font-family: monospace;
21 font-size: 100%;
25 font-family: sans-serif;
29 font-style: normal;
33 font-size: 100%;
86 font-weight: bold;
102 font-weight: bold;
[all …]
A Dcustom.css7 div.body h1 { font-size: 180%; }
8 div.body h2 { font-size: 150%; }
9 div.body h3 { font-size: 130%; }
14 div.sphinxsidebar { font-size: inherit;
30 dt.sig-object { font-size: larger; }
36 div.kerneltoc li.toctree-l1 { font-size: smaller;
39 div.kerneltoc li.current > a {font-weight: bold; }
40 div.kerneltoc li.toctree-l2,li.toctree-l3 { font-size: small;
68 font-weight: bold;
69 font-size: larger; }
/linux-6.3-rc2/Documentation/input/
A Dinteractive.svg18 …<text x="2775" y="7725" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="…
19 …<text x="5400" y="5700" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="…
20 …<text x="5400" y="3600" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="…
21 …<text x="5400" y="3900" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="…
22 …<text x="5475" y="5100" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="…
23 …<text x="5400" y="4425" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="…
A Dshape.svg33 …<text x="5953.125" y="5256.6001" fill="#000000" font-family="sans-serif" font-size="144px" stroke-…
34 …<text x="10078.125" y="2931.5999" fill="#000000" font-family="sans-serif" font-size="144px" stroke…
35 …<text x="9028.125" y="3381.5999" fill="#000000" font-family="sans-serif" font-size="144px" stroke-…
36 …<text x="4153.125" y="1131.6" fill="#000000" font-family="sans-serif" font-size="144px" stroke-wid…
37 …<text x="8053.125" y="1131.6" fill="#000000" font-family="sans-serif" font-size="144px" stroke-wid…
38 …<text x="2803.125" y="3306.5999" fill="#000000" font-family="sans-serif" font-size="144px" stroke-…
/linux-6.3-rc2/drivers/video/console/
A Dsticore.c560 pr_debug(" w %d h %d bpc %d\n", font->width, font->height, in sti_dump_font()
578 for (font = rom->font_start; font; font = font->next_font, i++) { in sti_search_font()
594 if (font) in sti_select_font()
595 return font; in sti_select_font()
603 font && (i > 0); in sti_select_font()
604 font = font->next_font, i--); in sti_select_font()
606 if (font) in sti_select_font()
607 return font; in sti_select_font()
817 sti->font->width = sti->font->raw->width; in sti_read_rom()
818 sti->font->height = sti->font->raw->height; in sti_read_rom()
[all …]
A Dvgacon.c1031 static int vgacon_font_set(struct vc_data *c, struct console_font *font, in vgacon_font_set() argument
1034 unsigned charcount = font->charcount; in vgacon_font_set()
1040 if (font->width != VGA_FONTWIDTH || font->height > 32 || vpitch != 32 || in vgacon_font_set()
1044 rc = vgacon_do_font_op(&vgastate, font->data, 1, charcount == 512); in vgacon_font_set()
1049 rc = vgacon_adjust_height(c, font->height); in vgacon_font_set()
1053 static int vgacon_font_get(struct vc_data *c, struct console_font *font, unsigned int vpitch) in vgacon_font_get() argument
1058 font->width = VGA_FONTWIDTH; in vgacon_font_get()
1059 font->height = c->vc_font.height; in vgacon_font_get()
1060 font->charcount = vga_512_chars ? 512 : 256; in vgacon_font_get()
1061 if (!font->data) in vgacon_font_get()
[all …]
A Dsticon.c59 #define STI_DEF_FONT sticon_sti->font
270 static int sticon_font_set(struct vc_data *vc, struct console_font *font, in sticon_font_set() argument
273 return sticon_set_font(vc, font, vpitch); in sticon_font_set()
282 vc_cols = sti_onscreen_x(sti) / sti->font->width; in sticon_init()
283 vc_rows = sti_onscreen_y(sti) / sti->font->height; in sticon_init()
/linux-6.3-rc2/arch/sparc/kernel/
A Dbtext.c197 unsigned char *font = &vga_font[((unsigned int)c) * 16]; in draw_byte() local
203 draw_byte_32(font, (unsigned int *)base, rb); in draw_byte()
207 draw_byte_16(font, (unsigned int *)base, rb); in draw_byte()
210 draw_byte_8(font, (unsigned int *)base, rb); in draw_byte()
242 static void draw_byte_32(unsigned char *font, unsigned int *base, int rb) in draw_byte_32() argument
250 bits = *font++; in draw_byte_32()
263 static void draw_byte_16(unsigned char *font, unsigned int *base, int rb) in draw_byte_16() argument
272 bits = *font++; in draw_byte_16()
281 static void draw_byte_8(unsigned char *font, unsigned int *base, int rb) in draw_byte_8() argument
290 bits = *font++; in draw_byte_8()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dbtext.c410 static void draw_byte_32(unsigned char *font, unsigned int *base, int rb) in draw_byte_32() argument
418 bits = *font++; in draw_byte_32()
431 static inline void draw_byte_16(unsigned char *font, unsigned int *base, int rb) in draw_byte_16() argument
440 bits = *font++; in draw_byte_16()
449 static inline void draw_byte_8(unsigned char *font, unsigned int *base, int rb) in draw_byte_8() argument
458 bits = *font++; in draw_byte_8()
468 unsigned char *font = &vga_font[((unsigned int)c) * 16]; in draw_byte() local
475 draw_byte_32(font, (unsigned int *)base, rb); in draw_byte()
479 draw_byte_16(font, (unsigned int *)base, rb); in draw_byte()
482 draw_byte_8(font, (unsigned int *)base, rb); in draw_byte()
/linux-6.3-rc2/drivers/video/fbdev/
A Dsticore.h46 #define sti_font_x(sti) (PTR_STI(sti->font)->width)
47 #define sti_font_y(sti) (PTR_STI(sti->font)->height)
361 struct sti_cooked_font *font; /* ptr to selected font (cooked) */ member
395 struct sti_cooked_font *font);
399 int height, int width, int c, struct sti_cooked_font *font);
402 struct sti_cooked_font *font);
/linux-6.3-rc2/drivers/video/fbdev/core/
A Dfbcon.c2272 u8 *data = font->data; in fbcon_get_font()
2277 if (font->height > vpitch) in fbcon_get_font()
2280 if (!font->data) in fbcon_get_font()
2283 if (font->width <= 8) { in fbcon_get_font()
2294 } else if (font->width <= 16) { in fbcon_get_font()
2471 int w = font->width; in fbcon_set_font()
2472 int h = font->height; in fbcon_set_font()
2488 if (font->width > 32 || font->height > 32) in fbcon_set_font()
2536 return fbcon_do_set_font(vc, font->width, font->height, charcount, new_data, 1); in fbcon_set_font()
2550 font->width = f->width; in fbcon_set_def_font()
[all …]
/linux-6.3-rc2/Documentation/fb/
A Dpvr2fb.rst29 font:X default font to use. All fonts are supported, including the
30 SUN12x22 font which is very nice at high resolutions.
A Dtgafb.rst44 font:X default font to use. All fonts are supported, including the
45 SUN12x22 font which is very nice at high resolutions.
A Dfbcon.rst15 high resolutions, varying font types, display rotation, primitive multihead,
38 Also, you will need to select at least one compiled-in font, but if
40 usually an 8x16 font.
81 1. fbcon=font:<name>
83 Select the initial font to use. The value 'name' can be any of the
87 Note, not all drivers can handle font with widths not divisible by 8,
/linux-6.3-rc2/Documentation/admin-guide/
A Dunicode.rst16 characters to fonts. By downloading a single Unicode-to-font table,
18 the font as indicated.
32 In particular, ESC ( U is no longer "straight to font", since the font
34 permits for example the use of block graphics even with a Latin-1 font
50 hard-coded to map directly to the loaded font, bypassing the
125 Unicode practice these differences are considered font variants.
A Dsvga.rst33 EXTENDED_VGA - Standard 8-pixel font mode: 80x43 on EGA, 80x50 on VGA.
134 0x0f01 standard with 8-point font: 80x43 on EGA, 80x50 on VGA
135 0x0f02 VGA 80x43 (VGA switched to 350 scanlines with a 8-point font)
136 0x0f03 VGA 80x28 (standard VGA scans, but 14-point font)
138 0x0f05 VGA 80x30 (480 scans, 16-point font)
139 0x0f06 VGA 80x34 (480 scans, 14-point font)
140 0x0f07 VGA 80x60 (480 scans, 8-point font)
/linux-6.3-rc2/Documentation/sphinx/
A Dkerneldoc-preamble.sty63 % \setlength{\tymin}{3\fontcharwd\font`0 }
82 % Load xeCJK when both the Noto Sans CJK font and xeCJK.sty are available.
98 % CJK Language-specific font choices
146 % Define custom macros for switching CJK font setting
220 due to the lack of suitable font families and/or the texlive-xecjk
223 If you want them, please install ``Noto Sans CJK'' font families
226 Having optional ``Noto Serif CJK'' font families will improve
/linux-6.3-rc2/include/linux/
A Dconsole.h62 int (*con_font_set)(struct vc_data *vc, struct console_font *font,
64 int (*con_font_get)(struct vc_data *vc, struct console_font *font,
67 struct console_font *font, char *name);
/linux-6.3-rc2/drivers/tty/vt/
A Dvt.c4543 struct console_font font; in con_font_get() local
4550 if (!font.data) in con_font_get()
4553 font.data = NULL; in con_font_get()
4567 c = (font.width+7)/8 * vpitch * font.charcount; in con_font_get()
4571 if (font.width > op->width || font.height > op->height) in con_font_get()
4577 op->width = font.width; in con_font_get()
4584 kvfree(font.data); in con_font_get()
4611 if (IS_ERR(font.data)) in con_font_set()
4615 font.width = op->width; in con_font_set()
4628 kfree(font.data); in con_font_set()
[all …]
/linux-6.3-rc2/drivers/media/test-drivers/vimc/
A Dvimc-core.c341 const struct font_desc *font = find_font("VGA8x16"); in vimc_probe() local
347 if (!font) { in vimc_probe()
352 tpg_set_font(font->data); in vimc_probe()
/linux-6.3-rc2/drivers/media/test-drivers/visl/
A Dvisl-video.c80 const struct font_desc *font; in visl_tpg_init() local
89 font = find_font(font_name); in visl_tpg_init()
90 if (font) { in visl_tpg_init()
97 tpg_set_font(font->data); in visl_tpg_init()
/linux-6.3-rc2/arch/arm/boot/compressed/
A DMakefile36 OBJS += ll_char_wr.o font.o

Completed in 45 milliseconds

12