Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/console/
H A Diso_font.c308 #define ISO_CHAR_WIDTH 8 macro
H A Dvideo_console.c1292 static unsigned char vc_rendered_char[ISO_CHAR_HEIGHT * ((REN_MAX_DEPTH / 8) * ISO_CHAR_WIDTH)];
1428 (xx * ISO_CHAR_WIDTH)); in vc_paint_char_8()
1496 (xx * ISO_CHAR_WIDTH * 2)); in vc_paint_char_16()
1566 (xx * ISO_CHAR_WIDTH * 4)); in vc_paint_char_32()
1668 rendered_char_size = ISO_CHAR_HEIGHT * (((newdepth + 7) / 8) * ISO_CHAR_WIDTH); in vc_render_font()
2809 vinfo.v_columns = vinfo.v_width / ISO_CHAR_WIDTH; in vc_initialize()