Searched defs:font_ptr (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dconsole.c476 const uint8_t *font_ptr; local
498 font_ptr = vgafont16 + FONT_HEIGHT * ch;
503 font_data = *font_ptr++;
516 font_data = *font_ptr++;
530 font_data = *font_ptr++;

Completed in 22 milliseconds