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