Home
last modified time | relevance | path

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

/haiku/src/system/boot/platform/riscv/
H A Dgraphics.cpp55 if (ch < firstChar || ch >= firstChar + charCnt) in ThisGlyph()
59 rb.colors = data + (ch - firstChar) * charWidth * charHeight; in ThisGlyph()
H A Dgraphics.h29 uint8 firstChar, charCnt; member
/haiku/src/apps/terminal/
H A DUTF8Char.h50 static int32 ByteCount(char firstChar) in ByteCount()
53 uchar c = firstChar; in ByteCount()