Home
last modified time | relevance | path

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

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