Searched refs:_RenderGlyph (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.h35 void _RenderGlyph(int32 x, int32 y, const char* string, uint8 attr, bool fill = true);
H A DViewBuffer.cpp189 _RenderGlyph(x, y, string, attr);
218 _RenderGlyph(x, y, string, attr, false);
340 ViewBuffer::_RenderGlyph(int32 x, int32 y, const char* string, uint8 attr, bool fill) function in class:ViewBuffer

Completed in 38 milliseconds