Searched refs:font_height (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/dig/
H A Dsetup.c30 unsigned int orig_x, orig_y, num_cols, num_rows, font_height; local
53 font_height = 16;
59 font_height = 400 / num_rows;
66 screen_info.orig_video_points = font_height;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dsticore.c134 .dest_y = y * sti->font_height,
188 .src_y = src_y * sti->font_height,
190 .dest_y = src_y * sti->font_height,
192 .height = height* sti->font_height,
216 .src_y = src_y * sti->font_height,
218 .dest_y = dst_y * sti->font_height,
220 .height = height* sti->font_height,
292 font_height[MAX_STI_ROMS], variable
306 font_height[i] = simple_strtoul(str, NULL, 0);
559 if (font_width[index] && font_height[inde
[all...]
H A Dsticon.c188 vc_rows = sti_onscreen_y(sti) / sti->font_height;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dsticore.h312 int font_height; member in struct:sti_struct

Completed in 68 milliseconds