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

/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c1426 vc_render_char(unsigned char ch, unsigned char *renderptr, short newdepth) argument
1442 switch (newdepth) {
1657 vc_render_font(short newdepth) argument
1670 if (olddepth == newdepth && vc_rendered_font) {
1693 if (newdepth) {
1694 rendered_char_size = ISO_CHAR_HEIGHT * (((newdepth + 7) / 8) * ISO_CHAR_WIDTH);
1704 vc_render_char(charindex, rendered_font + (charindex * rendered_char_size), newdepth);
1707 olddepth = newdepth;

Completed in 13 milliseconds