Home
last modified time | relevance | path

Searched refs:font_desc (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/include/linux/
H A Dfont.h16 struct font_desc { struct
39 extern const struct font_desc font_vga_8x8, argument
55 extern const struct font_desc *find_font(const char *name);
59 extern const struct font_desc *get_default_font(int xres, int yres,
/openbmc/linux/arch/m68k/kernel/
H A Dasm-offsets.c82 DEFINE(FONT_DESC_IDX, offsetof(struct font_desc, idx)); in main()
83 DEFINE(FONT_DESC_NAME, offsetof(struct font_desc, name)); in main()
84 DEFINE(FONT_DESC_WIDTH, offsetof(struct font_desc, width)); in main()
85 DEFINE(FONT_DESC_HEIGHT, offsetof(struct font_desc, height)); in main()
86 DEFINE(FONT_DESC_DATA, offsetof(struct font_desc, data)); in main()
87 DEFINE(FONT_DESC_PREF, offsetof(struct font_desc, pref)); in main()
/openbmc/linux/lib/fonts/
H A Dfonts.c23 static const struct font_desc *fonts[] = {
82 const struct font_desc *find_font(const char *name) in find_font()
109 const struct font_desc *get_default_font(int xres, int yres, u32 font_w, in get_default_font()
113 const struct font_desc *f, *g; in get_default_font()
H A Dfont_mini_4x6.c2150 const struct font_desc font_mini_4x6 = {
H A Dfont_6x8.c2569 const struct font_desc font_6x8 = {
H A Dfont_6x11.c3344 const struct font_desc font_vga_6x11 = {
H A Dfont_7x14.c4111 const struct font_desc font_7x14 = {
H A Dfont_pearl_8x8.c2580 const struct font_desc font_pearl_8x8 = {
H A Dfont_6x10.c3081 const struct font_desc font_6x10 = {
H A Dfont_8x8.c2576 const struct font_desc font_vga_8x8 = {
H A Dfont_sun12x22.c6154 const struct font_desc font_sun_12x22 = {
H A Dfont_sun8x16.c266 const struct font_desc font_sun_8x16 = {
H A Dfont_ter16x32.c2060 const struct font_desc font_ter_16x32 = {
H A Dfont_10x18.c5135 const struct font_desc font_10x18 = {
H A Dfont_acorn_8x8.c268 const struct font_desc font_acorn_8x8 = {
H A Dfont_8x16.c4625 const struct font_desc font_vga_8x16 = {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/
H A Dtoggle-font.diff67 + widget->style->font_desc,
/openbmc/linux/drivers/firmware/efi/
H A Dearlycon.c18 static const struct font_desc *font;
/openbmc/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-enc.c133 const struct font_desc *vga = find_font("VGA8x16"); in solo_osd_print()
/openbmc/linux/drivers/media/test-drivers/vimc/
H A Dvimc-core.c341 const struct font_desc *font = find_font("VGA8x16"); in vimc_probe()
/openbmc/linux/drivers/media/test-drivers/visl/
H A Dvisl-video.c80 const struct font_desc *font; in visl_tpg_init()
/openbmc/linux/drivers/video/
H A Dsticore.c523 const struct font_desc *fbfont = NULL; in sti_select_fbfont()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon.c927 const struct font_desc *font = NULL; in fbcon_startup()
1039 const struct font_desc *font = NULL; in fbcon_init()
2541 const struct font_desc *f; in fbcon_set_def_font()
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-core.c1991 const struct font_desc *font = find_font("VGA8x16"); in vivid_probe()