Home
last modified time | relevance | path

Searched refs:charHeight (Results 1 – 3 of 3) sorted by relevance

/haiku/src/system/boot/platform/riscv/
H A Dconsole.cpp78 int32 charY = sScreenOfsY + y*gFixedFont.charHeight; in RefreshFramebuf()
82 gFixedFont.charHeight), bgColor); in RefreshFramebuf()
241 sScreenOfsY = gFramebuf.height/2 - sScreenHeight*gFixedFont.charHeight/2; in console_init()
H A Dgraphics.cpp59 rb.colors = data + (ch - firstChar) * charWidth * charHeight; in ThisGlyph()
62 rb.height = charHeight; in ThisGlyph()
H A Dgraphics.h28 uint8 charHeight; member