Home
last modified time | relevance | path

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

/linux/lib/fonts/
H A Dfonts.c99 * @font_w: bit array of supported widths (1 - FB_MAX_BLIT_WIDTH)
105 * font_w or font_h being NULL means all values are supported.
112 unsigned long *font_w, in get_default_font() argument
141 if ((!font_w || test_bit(f->width - 1, font_w)) && in get_default_font()
/linux/include/linux/
H A Dfont.h60 unsigned long *font_w,