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

/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.h22 void PutGlyph(int32 x, int32 y, uint8 glyph, uint8 attr);
H A DConsole.cpp154 fOutput->PutGlyph(fX, fY, ' ', fAttr);
256 fOutput->PutGlyph(fX, fY, c, fAttr);
H A DViewBuffer.cpp150 ViewBuffer::PutGlyph(int32 x, int32 y, uint8 glyph, uint8 attr) function in class:ViewBuffer

Completed in 38 milliseconds