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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dfonts.c101 * @font_w: bit array of supported widths (1 - 32)
112 const struct font_desc *get_default_font(int xres, int yres, u32 font_w, argument
136 if (!(font_w & (1 << (f->width - 1))) ||
137 !(font_w & (1 << (f->height - 1))))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfont.h53 u32 font_w, u32 font_h);

Completed in 47 milliseconds