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

/haiku/src/tests/apps/miniterminal/
H A DConsole.cpp87 fOutput->FillGlyph(0, fY, fColumns, 1, ' ', fAttr);
104 fOutput->FillGlyph(0, fY, fColumns, 1, ' ', fAttr);
174 fOutput->FillGlyph(0, fY, fColumns, 1, ' ', fAttr);
177 fOutput->FillGlyph(0, fY, fX + 1, 1, ' ', fAttr);
180 fOutput->FillGlyph(fX, fY, fColumns - fX, 1, ' ', fAttr);
196 fOutput->FillGlyph(0, 0, fColumns, fY + 1, ' ', fAttr);
199 fOutput->FillGlyph(fY, 0, fColumns, fLines - fY, ' ', fAttr);
H A DViewBuffer.h23 void FillGlyph(int32 x, int32 y, int32 width, int32 height, uint8 glyph, uint8 attr);
H A DViewBuffer.cpp160 ViewBuffer::FillGlyph(int32 x, int32 y, int32 width, int32 height, uint8 glyph, uint8 attr) function in class:ViewBuffer

Completed in 37 milliseconds