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

/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c1429 vc_render_char(unsigned char ch, unsigned char *renderptr, short newdepth) argument
1445 switch (newdepth) {
1660 vc_render_font(short newdepth) argument
1673 if (olddepth == newdepth && vc_rendered_font) {
1696 if (newdepth) {
1697 rendered_char_size = ISO_CHAR_HEIGHT * (((newdepth + 7) / 8) * ISO_CHAR_WIDTH);
1707 vc_render_char(charindex, rendered_font + (charindex * rendered_char_size), newdepth);
1710 olddepth = newdepth;

Completed in 116 milliseconds