/openbmc/linux/arch/sparc/kernel/ |
H A D | btext.c | 197 unsigned char *font = &vga_font[((unsigned int)c) * 16]; in draw_byte() local 242 static void draw_byte_32(unsigned char *font, unsigned int *base, int rb) in draw_byte_32() 263 static void draw_byte_16(unsigned char *font, unsigned int *base, int rb) in draw_byte_16() 281 static void draw_byte_8(unsigned char *font, unsigned int *base, int rb) in draw_byte_8()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | btext.c | 410 static void draw_byte_32(unsigned char *font, unsigned int *base, int rb) in draw_byte_32() 431 static inline void draw_byte_16(unsigned char *font, unsigned int *base, int rb) in draw_byte_16() 449 static inline void draw_byte_8(unsigned char *font, unsigned int *base, int rb) in draw_byte_8() 468 unsigned char *font = &vga_font[((unsigned int)c) * 16]; in draw_byte() local
|
/openbmc/linux/drivers/video/ |
H A D | sticore.c | 159 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
|
/openbmc/u-boot/drivers/video/ |
H A D | console_truetype.c | 117 stbtt_fontinfo font; member 196 stbtt_fontinfo *font = &priv->font; in console_truetype_putc_xy() local 501 stbtt_fontinfo *font = &priv->font; in console_truetype_probe() local
|
H A D | stb_truetype.h | 978 static int stbtt__isfont(const stbtt_uint8 *font) in stbtt__isfont() 1562 STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x… in stbtt_GetGlyphBitmapBoxSubpixel() 1580 STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int glyph, float scale_x, float … in stbtt_GetGlyphBitmapBox() 1585 STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo *font, int codepoint, float… in stbtt_GetCodepointBitmapBoxSubpixel() 1590 STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x… in stbtt_GetCodepointBitmapBox() 3090 STBTT_DEF const char *stbtt_GetFontNameString(const stbtt_fontinfo *font, int *length, int platform… in stbtt_GetFontNameString()
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | earlycon.c | 18 static const struct font_desc *font; variable
|
/openbmc/qemu/ui/ |
H A D | qemu-pixman.c | 229 pixman_image_t *qemu_pixman_glyph_from_vgafont(int height, const uint8_t *font, in qemu_pixman_glyph_from_vgafont()
|
/openbmc/linux/drivers/video/console/ |
H A D | vgacon.c | 1013 static int vgacon_font_set(struct vc_data *c, struct console_font *font, in vgacon_font_set() 1035 static int vgacon_font_get(struct vc_data *c, struct console_font *font, unsigned int vpitch) in vgacon_font_get()
|
H A D | sticon.c | 270 static int sticon_font_set(struct vc_data *vc, struct console_font *font, in sticon_font_set()
|
H A D | newport_con.c | 572 static int newport_font_set(struct vc_data *vc, struct console_font *font, in newport_font_set()
|
/openbmc/linux/drivers/media/test-drivers/vimc/ |
H A D | vimc-core.c | 341 const struct font_desc *font = find_font("VGA8x16"); in vimc_probe() local
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fbcon.c | 927 const struct font_desc *font = NULL; in fbcon_startup() local 1039 const struct font_desc *font = NULL; in fbcon_init() local 2270 static int fbcon_get_font(struct vc_data *vc, struct console_font *font, unsigned int vpitch) in fbcon_get_font() 2465 static int fbcon_set_font(struct vc_data *vc, struct console_font *font, in fbcon_set_font() 2538 static int fbcon_set_def_font(struct vc_data *vc, struct console_font *font, char *name) in fbcon_set_def_font()
|
H A D | svgalib.c | 196 const u8 *font = map->data; in svga_settile() local
|
/openbmc/linux/drivers/media/test-drivers/visl/ |
H A D | visl-video.c | 80 const struct font_desc *font; in visl_tpg_init() local
|
/openbmc/linux/drivers/tty/vt/ |
H A D | vt.c | 4544 struct console_font font; in con_font_get() local 4594 struct console_font font; in con_font_set() local 4638 struct console_font font = {.width = op->width, .height = op->height}; in con_font_default() local
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | s3fb.c | 293 const u8 *font = map->data; in s3fb_settile_fast() local
|
H A D | arkfb.c | 122 const u8 *font = map->data; in arkfb_settile() local
|
H A D | cg6.c | 199 u32 font; member
|
H A D | ffb.c | 297 u32 font; member
|
/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-core.c | 1991 const struct font_desc *font = find_font("VGA8x16"); in vivid_probe() local
|
/openbmc/linux/include/video/ |
H A D | sticore.h | 363 struct sti_cooked_font *font; /* ptr to selected font (cooked) */ member
|