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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp1457 const uint8_t *font_ptr, int h,
1461 const uint8_t *font_ptr, int h,
1709 const uint8_t *font_ptr, *font_base[2]; local
1841 font_ptr = font_base[(cattr >> 3) & 1];
1842 font_ptr += 32 * 4 * ch;
1848 font_ptr, cheight, fgcol, bgcol, dscan);
1855 font_ptr, cheight, fgcol, bgcol, dup9);

Completed in 51 milliseconds