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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp1701 static int vga_draw_text(PVGASTATE pThis, bool full_update, bool fFailOnResize, bool reset_dirty, function
2535 * Appropriate vga_draw_graphic or vga_draw_text function, which checks the resolution change,
2571 rc = vga_draw_text(pThis, 1, fFailOnResize, reset_dirty, pDrv);
2601 rc = vga_draw_text(pThis, full_update, fFailOnResize, reset_dirty, pDrv);

Completed in 66 milliseconds