Home
last modified time | relevance | path

Searched defs:font (Results 1 – 18 of 18) sorted by relevance

/linux/arch/sparc/kernel/
H A Dbtext.c195 const unsigned char *font = font_sun_8x16.data + font_index; in draw_byte() local
240 static void draw_byte_32(const unsigned char *font, unsigned int *base, int rb) in draw_byte_32()
261 static void draw_byte_16(const unsigned char *font, unsigned int *base, int rb) in draw_byte_16()
279 static void draw_byte_8(const unsigned char *font, unsigned int *base, int rb) in draw_byte_8()
/linux/drivers/gpu/drm/
H A Ddrm_panic.c451 static const u8 *get_char_bitmap(const struct font_desc *font, char c, size_t font_pitch) in get_char_bitmap()
470 const struct font_desc *font, in draw_txt_rectangle()
502 static void drm_panic_logo_rect(struct drm_rect *rect, const struct font_desc *font) in drm_panic_logo_rect()
514 const struct font_desc *font, u32 fg_color) in drm_panic_logo_draw()
528 const struct font_desc *font = get_default_font(sb->width, sb->height, NULL, NULL); in draw_panic_static_user() local
558 static int draw_line_with_wrap(struct drm_scanout_buffer *sb, const struct font_desc *font, in draw_line_with_wrap()
595 const struct font_desc *font = get_default_font(sb->width, sb->height, NULL, NULL); in draw_panic_static_kmsg() local
786 const struct font_desc *font = get_default_font(sb->width, sb->height, NULL, NULL); in _draw_panic_static_qr_code() local
/linux/arch/powerpc/kernel/
H A Dbtext.c407 static void draw_byte_32(const unsigned char *font, unsigned int *base, int rb) in draw_byte_32()
428 static inline void draw_byte_16(const unsigned char *font, unsigned int *base, int rb) in draw_byte_16()
446 static inline void draw_byte_8(const unsigned char *font, unsigned int *base, int rb) in draw_byte_8()
466 const unsigned char *font = font_sun_8x16.data + font_index; in draw_byte() local
/linux/drivers/video/
H A Dsticore.c159 struct sti_cooked_font *font) in sti_putc()
231 int height, int width, int c, struct sti_cooked_font *font) in sti_clear()
269 struct sti_cooked_font *font) in sti_bmove()
583 static void sti_dump_font(struct sti_cooked_font *font) in sti_dump_font()
605 struct sti_cooked_font *font; in sti_search_font() local
618 struct sti_cooked_font *font; in sti_select_font() local
/linux/drivers/firmware/efi/
H A Dearlycon.c18 static const struct font_desc *font; variable
/linux/drivers/video/console/
H A Dvgacon.c1042 static int vgacon_font_set(struct vc_data *c, const struct console_font *font, in vgacon_font_set()
1064 static int vgacon_font_get(struct vc_data *c, struct console_font *font, unsigned int vpitch) in vgacon_font_get()
H A Dsticon.c257 static int sticon_font_set(struct vc_data *vc, const struct console_font *font, in sticon_font_set()
H A Dnewport_con.c573 static int newport_font_set(struct vc_data *vc, const struct console_font *font, in newport_font_set()
/linux/drivers/video/fbdev/core/
H A Dfbcon.c945 const struct font_desc *font = NULL; in fbcon_startup() local
1057 const struct font_desc *font = NULL; in fbcon_init() local
2285 static int fbcon_get_font(struct vc_data *vc, struct console_font *font, unsigned int vpitch) in fbcon_get_font()
2480 static int fbcon_set_font(struct vc_data *vc, const struct console_font *font, in fbcon_set_font()
2553 static int fbcon_set_def_font(struct vc_data *vc, struct console_font *font, in fbcon_set_def_font()
H A Dsvgalib.c196 const u8 *font = map->data; in svga_settile() local
/linux/drivers/media/test-drivers/vimc/
H A Dvimc-core.c341 const struct font_desc *font = find_font("VGA8x16"); in vimc_probe() local
/linux/drivers/media/test-drivers/visl/
H A Dvisl-video.c83 const struct font_desc *font; in visl_tpg_init() local
/linux/drivers/video/fbdev/
H A Darkfb.c122 const u8 *font = map->data; in arkfb_settile() local
H A Ds3fb.c292 const u8 *font = map->data; in s3fb_settile_fast() local
H A Dcg6.c198 u32 font; member
H A Dffb.c296 u32 font; member
/linux/drivers/tty/vt/
H A Dvt.c4720 struct console_font font; in con_font_get() local
4770 struct console_font font; in con_font_set() local
4814 struct console_font font = {.width = op->width, .height = op->height}; in con_font_default() local
/linux/include/video/
H A Dsticore.h363 struct sti_cooked_font *font; /* ptr to selected font (cooked) */ member