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

/haiku/headers/private/kernel/
H A Dconsole.h24 void (*fill_glyph)(int32 x, int32 y, int32 width, int32 height, uint8 glyph, uint8 attr); member in struct:__anon1074
/haiku/src/system/kernel/debug/
H A Dblue_screen.cpp104 sModule->fill_glyph(0, 0, sScreen.columns, 1, ' ', sScreen.attr);
163 sModule->fill_glyph(sScreen.columns - length, sScreen.y, length,
172 sModule->fill_glyph(0, 0, sScreen.columns, 2, ' ', sScreen.attr);
179 sModule->fill_glyph(0, (sScreen.y + 2) % sScreen.rows, sScreen.columns,
197 sModule->fill_glyph(0, sScreen.y, sScreen.columns, 1, ' ',
201 sModule->fill_glyph(0, sScreen.y, sScreen.x + 1, 1, ' ',
205 sModule->fill_glyph(sScreen.x, sScreen.y, sScreen.columns
634 sModule->fill_glyph(0, sScreen.y, sScreen.columns, 3, ' ', sScreen.attr);
/haiku/src/add-ons/kernel/console/vga_text/
H A Dvga_text.c104 fill_glyph(int32 x, int32 y, int32 width, int32 height, uint8 glyph, uint8 attr) function
165 fill_glyph,
/haiku/src/add-ons/kernel/drivers/common/
H A Dconsole.cpp135 console->module->fill_glyph(0, console->y, console->columns, 1, ' ',
157 console->module->fill_glyph(0, console->y, console->columns, 1, ' ',
219 console->module->fill_glyph(0, console->y, console->columns, 1, ' ',
223 console->module->fill_glyph(0, console->y, console->x + 1, 1, ' ',
227 console->module->fill_glyph(console->x, console->y,
244 console->module->fill_glyph(0, 0, console->columns, console->y + 1,
248 console->module->fill_glyph(console->y, 0, console->columns,
/haiku/src/system/boot/platform/generic/
H A Dvideo_text_console.cpp76 gFrameBufferConsoleModule.fill_glyph(0, fCursorY, fScreenWidth,

Completed in 191 milliseconds