Searched refs:firstChar (Results 1 – 3 of 3) sorted by relevance
55 if (ch < firstChar || ch >= firstChar + charCnt) in ThisGlyph()59 rb.colors = data + (ch - firstChar) * charWidth * charHeight; in ThisGlyph()
29 uint8 firstChar, charCnt; member
50 static int32 ByteCount(char firstChar) in ByteCount()53 uchar c = firstChar; in ByteCount()