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

12

/linux-master/lib/fonts/
H 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
13 font-objs-$(CONFIG_FONT_PEARL_8x8) += font_pearl_8x8.o
14 font
[all...]
H A Dfonts.c2 * `Soft' font definitions
21 #include <linux/font.h>
73 * find_font - find a font
74 * @name: string name of a font
76 * Find a specified font with string name @name.
78 * Returns %NULL if no font found, or a pointer to the
79 * specified font.
96 * get_default_font - get default font
102 * Get the default font for a specified screen size.
107 * Returns %NULL if no font i
[all...]
/linux-master/drivers/firmware/efi/
H A Dearlycon.c8 #include <linux/font.h>
18 static const struct font_desc *font; variable in typeref:struct:font_desc
105 for (i = 0; i < height - font->height; i++) {
110 src = efi_earlycon_map((i + font->height) * len, len);
131 bytes = BITS_TO_BYTES(font->width);
132 src = font->data + c * font->height * bytes + h * bytes;
134 for (m = 0; m < font->width; m++) {
158 unsigned int linemax = (si->lfb_width - efi_x) / font->width;
165 for (h = 0; h < font
[all...]
/linux-master/drivers/video/
H A Dsticore.c25 #include <linux/font.h>
159 struct sti_cooked_font *font)
163 .font_start_addr = (void *)STI_PTR(font->raw),
167 .dest_x = x * font->width,
168 .dest_y = y * font->height,
231 int height, int width, int c, struct sti_cooked_font *font)
237 .src_x = src_x * font->width,
238 .src_y = src_y * font->height,
239 .dest_x = src_x * font->width,
240 .dest_y = src_y * font
158 sti_putc(struct sti_struct *sti, int c, int y, int x, struct sti_cooked_font *font) argument
230 sti_clear(struct sti_struct *sti, int src_y, int src_x, int height, int width, int c, struct sti_cooked_font *font) argument
267 sti_bmove(struct sti_struct *sti, int src_y, int src_x, int dst_y, int dst_x, int height, int width, struct sti_cooked_font *font) argument
583 sti_dump_font(struct sti_cooked_font *font) argument
605 struct sti_cooked_font *font; local
618 struct sti_cooked_font *font; local
[all...]
/linux-master/arch/sparc/kernel/
H A Dbtext.c11 #include <linux/font.h>
195 const unsigned char *font = font_sun_8x16.data + font_index; local
201 draw_byte_32(font, (unsigned int *)base, rb);
205 draw_byte_16(font, (unsigned int *)base, rb);
208 draw_byte_8(font, (unsigned int *)base, rb);
240 static void draw_byte_32(const unsigned char *font, unsigned int *base, int rb) argument
248 bits = *font++;
261 static void draw_byte_16(const unsigned char *font, unsigned int *base, int rb) argument
270 bits = *font++;
279 static void draw_byte_8(const unsigned char *font, unsigne argument
[all...]
/linux-master/arch/powerpc/kernel/
H A Dbtext.c11 #include <linux/font.h>
407 static void draw_byte_32(const unsigned char *font, unsigned int *base, int rb) argument
415 bits = *font++;
428 static inline void draw_byte_16(const unsigned char *font, unsigned int *base, int rb) argument
437 bits = *font++;
446 static inline void draw_byte_8(const unsigned char *font, unsigned int *base, int rb) argument
455 bits = *font++;
466 const unsigned char *font = font_sun_8x16.data + font_index; local
473 draw_byte_32(font, (unsigned int *)base, rb);
477 draw_byte_16(font, (unsigne
[all...]
/linux-master/include/video/
H A Dsticore.h46 /* sti_font_xy() use the native font ROM ! */
47 #define sti_font_x(sti) (PTR_STI(sti->font)->width)
48 #define sti_font_y(sti) (PTR_STI(sti->font)->height)
241 /* sticore internal font handling */
245 void *raw_ptr; /* kmalloc'ed font data */
257 /* STI font printing function structs */
260 u32 *font_start_addr; /* address of font start */
261 s16 index; /* index into font table of character */
271 u32 non_text : 1; /* font unpack/move in non_text planes =1, text =0 */
363 struct sti_cooked_font *font; /* pt member in struct:sti_struct
[all...]
/linux-master/drivers/video/console/
H A Dsticon.c47 #include <linux/font.h>
59 #define STI_DEF_FONT sticon_sti->font
211 /* check if font is already used by other console */
217 /* current font is the same as the new one */
226 /* clear screen with old font: we now may have less rows */
232 /* delete old font in case it is a user font */
242 /* need to repaint screen if cols & rows are same as old font */
257 static int sticon_font_set(struct vc_data *vc, const struct console_font *font, argument
260 return sticon_set_font(vc, font, vpitc
[all...]
H A Dvgacon.c13 * User definable mapping table and font loading by Eugene G. Crosser,
16 * Improved loadable font/UTF-8 support by H. Peter Anvin
82 static unsigned int vga_default_font_height __read_mostly; /* Height of default screen font */
841 * The font loading code goes back to the codepage package by
876 return -EINVAL; /* Return to default font not supported */
971 /* force hi font mask to 0, so we always clear
983 * Adjust the screen to fit a font of a certain height
993 /* Reprogram the CRTC for the new font size
999 The same applies for the spill bits in the font size and cursor
1042 static int vgacon_font_set(struct vc_data *c, const struct console_font *font, argument
1064 vgacon_font_get(struct vc_data *c, struct console_font *font, unsigned int vpitch) argument
[all...]
H A Dnewport_con.c32 #include <linux/font.h>
294 /* free memory used by user font */
530 /* check if font is already used by other console */
536 /* current font is the same as the new one */
543 /* old font is user font */
573 static int newport_font_set(struct vc_data *vc, const struct console_font *font, argument
576 return newport_set_font(vc->vc_num, font, vpitch);
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c28 * Smart redraw scrolling, arbitrary font width support, 512char font support
72 #include <linux/font.h>
76 #include <linux/crc32.h> /* For counting font checksums */
153 /* font data */
413 if (!strncmp(options, "font:", 5)) {
925 const struct font_desc *font = NULL; local
960 /* Setup default font */
962 if (!fontname[0] || !(font = find_font(fontname)))
963 font
1037 const struct font_desc *font = NULL; local
2265 fbcon_get_font(struct vc_data *vc, struct console_font *font, unsigned int vpitch) argument
2460 fbcon_set_font(struct vc_data *vc, const struct console_font *font, unsigned int vpitch, unsigned int flags) argument
2533 fbcon_set_def_font(struct vc_data *vc, struct console_font *font, const char *name) argument
[all...]
H A Dsvgalib.c196 const u8 *font = map->data; local
202 fb_err(info, "unsupported font parameters: width %d, height %d, depth %d, length %d\n",
210 fb_writeb(font[i], fb + i * 4);
211 // fb[i * 4] = font[i];
214 font += map->height;
/linux-master/include/linux/
H A Dconsole.h58 * @con_font_set: set console @vc font to @font with height @vpitch. @flags can
60 * @con_font_get: fetch the current font on @vc of height @vpitch into @font.
62 * @con_font_default: set default font on @vc. @name can be %NULL or font name
63 * to search for. @font can be filled back. (optional)
106 const struct console_font *font,
108 int (*con_font_get)(struct vc_data *vc, struct console_font *font,
111 struct console_font *font, cons
[all...]
/linux-master/drivers/media/test-drivers/vimc/
H A Dvimc-core.c9 #include <linux/font.h>
341 const struct font_desc *font = find_font("VGA8x16"); local
347 if (!font) {
348 dev_err(&pdev->dev, "could not find font\n");
352 tpg_set_font(font->data);
/linux-master/drivers/tty/vt/
H A Dvt.c99 #include <linux/font.h>
1744 * Select primary font, don't display control chars if
1752 * Select first alternate font, lets chars < 32 be
1760 * Select second alternate font, toggle high bit
2924 * useless without them; to display an arbitrary font position use the
2925 * direct-to-font zone in UTF-8 mode.
2970 * mind, but do this for ASCII characters since a font
4710 struct console_font font; local
4719 font.data = kvmalloc(max_font_size, GFP_KERNEL);
4720 if (!font
4760 struct console_font font; local
4804 struct console_font font = {.width = op->width, .height = op->height}; local
[all...]
/linux-master/arch/m68k/kernel/
H A Dasm-offsets.c21 #include <linux/font.h>
/linux-master/arch/arm/boot/compressed/
H A DMakefile36 OBJS += ll_char_wr.o font.o
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-video.c7 #include <linux/font.h>
83 const struct font_desc *font; local
92 font = find_font(font_name);
93 if (font) {
100 tpg_set_font(font->data);
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-enc.c13 #include <linux/font.h>
/linux-master/drivers/video/fbdev/
H A Darkfb.c122 const u8 *font = map->data; local
128 fb_err(info, "unsupported font parameters: width %d, height %d, depth %d, length %d\n",
136 fb_writeb(font[i], &fb[i * 4]);
137 fb_writeb(font[i], &fb[i * 4 + (128 * 8)]);
144 font += map->height;
H A Dcg6.c198 u32 font; member in struct:cg6_fbc
439 sbus_writel(val, &fbc->font);
464 sbus_writel(val, &fbc->font);
H A Dffb.c296 u32 font; member in struct:ffb_fbc
598 upa_writel(val, &fbc->font);
618 upa_writel(val, &fbc->font);
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py647 table.fstat {table-layout:fixed;padding:150px 15px 0 0;font-size:10px;column-width:30px;}\n\
650 .srccall {position:absolute;font-size:10px;z-index:7;overflow:hidden;color:black;text-align:center;white-space:nowrap;border-radius:5px;border:1px solid black;background:linear-gradient(to bottom right,#CCC,#969696);}\n\
651 .srccall:hover {color:white;font-weight:bold;border:1px solid white;}\n'
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-out.c14 #include <linux/font.h>
H A Dvivid-osd.c14 #include <linux/font.h>

Completed in 267 milliseconds

12