Searched refs:fonty (Results 1 – 1 of 1) sorted by relevance
545 int fonty = (ncode / FONT_ROW) * FONT_HEIGHT; in DrawChar() local546 const u32* fontLine = (code < 100) ? (sFontData + fonty) : (sFontData2 + fonty); in DrawChar()