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)
59 rb.colors = data + (ch - firstChar) * charWidth * charHeight;
H A Dgraphics.h29 uint8 firstChar, charCnt; member in struct:Font
/haiku/src/apps/terminal/
H A DUTF8Char.h50 static int32 ByteCount(char firstChar) argument
53 uchar c = firstChar;

Completed in 40 milliseconds