Home
last modified time | relevance | path

Searched refs:font_h (Results 1 – 2 of 2) sorted by relevance

/linux/lib/fonts/
H A Dfonts.c100 * @font_h: bit array of supported heights (1 - FB_MAX_BLIT_HEIGHT)
105 * font_w or font_h being NULL means all values are supported.
113 unsigned long *font_h) in get_default_font() argument
142 (!font_h || test_bit(f->height - 1, font_h))) in get_default_font()
/linux/include/linux/
H A Dfont.h61 unsigned long *font_h);