Home
last modified time | relevance | path

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

123

/linux/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 …]
A D.font_8x8.o.cmd1 …d-offset=1152 -DKBUILD_MODFILE='"lib/fonts/font"' -DKBUILD_BASENAME='"font_8x8"' -DKBUILD_MODNA…
22 include/linux/font.h \
/linux/drivers/firmware/efi/
A Dearlycon.c17 static const struct font_desc *font; variable
120 bytes = BITS_TO_BYTES(font->width); in efi_earlycon_write_char()
121 src = font->data + c * font->height * bytes + h * bytes; in efi_earlycon_write_char()
123 for (m = 0; m < font->width; m++) { in efi_earlycon_write_char()
172 x += font->width; in efi_earlycon_write()
180 efi_x += count * font->width; in efi_earlycon_write()
185 efi_y += font->height; in efi_earlycon_write()
192 efi_y += font->height; in efi_earlycon_write()
198 efi_y -= font->height; in efi_earlycon_write()
235 if (!font) in efi_earlycon_setup()
[all …]
/linux/Documentation/sphinx-static/
A Dtheme_overrides.css10 font-family: serif;
12 font-size: 100%;
16 font-family: sans-serif;
28 font-family: monospace;
30 font-size: 100%;
34 font-family: sans-serif;
38 font-style: normal;
42 font-size: 100%;
95 font-weight: bold;
114 font-weight: bold;
[all …]
/linux/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/drivers/video/console/
A Dsticore.c147 .dest_x = x * font->width, in sti_putc()
148 .dest_y = y * font->height, in sti_putc()
557 for (font = rom->font_start; font; font = font->next_font, i++) { in sti_search_font()
573 if (font) in sti_select_font()
574 return font; in sti_select_font()
582 font && (i > 0); in sti_select_font()
583 font = font->next_font, i--); in sti_select_font()
585 if (font) in sti_select_font()
586 return font; in sti_select_font()
796 sti->font->width = sti->font->raw->width; in sti_read_rom()
[all …]
A Dsticon.c58 #define STI_DEF_FONT sticon_sti->font
268 static int sticon_font_set(struct vc_data *vc, struct console_font *font, in sticon_font_set() argument
271 return sticon_set_font(vc, font); in sticon_font_set()
280 vc_cols = sti_onscreen_x(sti) / sti->font->width; in sticon_init()
281 vc_rows = sti_onscreen_y(sti) / sti->font->height; in sticon_init()
A Dvgacon.c1052 static int vgacon_font_set(struct vc_data *c, struct console_font *font, in vgacon_font_set() argument
1055 unsigned charcount = font->charcount; in vgacon_font_set()
1061 if (font->width != VGA_FONTWIDTH || in vgacon_font_set()
1065 rc = vgacon_do_font_op(&vgastate, font->data, 1, charcount == 512); in vgacon_font_set()
1070 rc = vgacon_adjust_height(c, font->height); in vgacon_font_set()
1074 static int vgacon_font_get(struct vc_data *c, struct console_font *font) in vgacon_font_get() argument
1079 font->width = VGA_FONTWIDTH; in vgacon_font_get()
1080 font->height = c->vc_font.height; in vgacon_font_get()
1081 font->charcount = vga_512_chars ? 512 : 256; in vgacon_font_get()
1082 if (!font->data) in vgacon_font_get()
[all …]
/linux/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/arch/powerpc/kernel/
A Dbtext.c409 static void draw_byte_32(unsigned char *font, unsigned int *base, int rb) in draw_byte_32() argument
417 bits = *font++; in draw_byte_32()
430 static inline void draw_byte_16(unsigned char *font, unsigned int *base, int rb) in draw_byte_16() argument
439 bits = *font++; in draw_byte_16()
448 static inline void draw_byte_8(unsigned char *font, unsigned int *base, int rb) in draw_byte_8() argument
457 bits = *font++; in draw_byte_8()
467 unsigned char *font = &vga_font[((unsigned int)c) * 16]; in draw_byte() local
474 draw_byte_32(font, (unsigned int *)base, rb); in draw_byte()
478 draw_byte_16(font, (unsigned int *)base, rb); in draw_byte()
481 draw_byte_8(font, (unsigned int *)base, rb); in draw_byte()
/linux/drivers/video/fbdev/core/
A Dfbcon.c1777 u8 *data = font->data; in fbcon_get_font()
1783 if (!font->data) in fbcon_get_font()
1786 if (font->width <= 8) { in fbcon_get_font()
1797 } else if (font->width <= 16) { in fbcon_get_font()
1808 } else if (font->width <= 24) { in fbcon_get_font()
1957 int w = font->width; in fbcon_set_font()
1958 int h = font->height; in fbcon_set_font()
1962 int pitch = PITCH(font->width); in fbcon_set_font()
2014 return fbcon_do_set_font(vc, font->width, font->height, charcount, new_data, 1); in fbcon_set_font()
2028 font->width = f->width; in fbcon_set_def_font()
[all …]
/linux/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
392 struct sti_cooked_font *font);
396 int height, int width, int c, struct sti_cooked_font *font);
399 struct sti_cooked_font *font);
/linux/drivers/usb/misc/sisusbvga/
A Dsisusb_con.c1200 sisusbcon_font_set(struct vc_data *c, struct console_font *font, in sisusbcon_font_set() argument
1204 unsigned charcount = font->charcount; in sisusbcon_font_set()
1206 if (font->width != 8 || (charcount != 256 && charcount != 512)) in sisusbcon_font_set()
1232 sisusb->font_backup_height = font->height; in sisusbcon_font_set()
1238 return sisusbcon_do_font_op(sisusb, 1, 2, font->data, in sisusbcon_font_set()
1241 c, font->height, 1); in sisusbcon_font_set()
1256 font->width = 8; in sisusbcon_font_get()
1257 font->height = c->vc_font.height; in sisusbcon_font_get()
1258 font->charcount = 256; in sisusbcon_font_get()
1260 if (!font->data) { in sisusbcon_font_get()
[all …]
/linux/include/linux/
A Dconsole.h60 int (*con_font_set)(struct vc_data *vc, struct console_font *font,
62 int (*con_font_get)(struct vc_data *vc, struct console_font *font);
64 struct console_font *font, char *name);
/linux/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/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/drivers/media/test-drivers/vimc/
A Dvimc-core.c268 const struct font_desc *font = find_font("VGA8x16"); in vimc_probe() local
274 if (!font) { in vimc_probe()
279 tpg_set_font(font->data); in vimc_probe()
/linux/drivers/tty/vt/
A Dvt.c4592 struct console_font font; in con_font_get() local
4598 if (!font.data) in con_font_get()
4601 font.data = NULL; in con_font_get()
4615 c = (font.width+7)/8 * 32 * font.charcount; in con_font_get()
4619 if (font.width > op->width || font.height > op->height) in con_font_get()
4625 op->width = font.width; in con_font_get()
4632 kfree(font.data); in con_font_get()
4655 if (IS_ERR(font.data)) in con_font_set()
4659 font.width = op->width; in con_font_set()
4670 kfree(font.data); in con_font_set()
[all …]
/linux/arch/arm/boot/compressed/
A D.gitignore4 font.c
A DMakefile36 OBJS += ll_char_wr.o font.o
191 $(obj)/font.c: $(FONTC)

Completed in 50 milliseconds

123