Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/console/
H A Dvideo_console.c1641 int charindex; /* index in ISO font */ in vc_render_font() local
1677 for (charindex = ISO_CHAR_MIN; charindex <= ISO_CHAR_MAX; charindex++) { in vc_render_font()
1678 vc_render_char(charindex, rendered_font + (charindex * rendered_char_size), newdepth); in vc_render_font()