Searched refs:fontLine (Results 1 – 1 of 1) sorted by relevance
546 const u32* fontLine = (code < 100) ? (sFontData + fonty) : (sFontData2 + fonty); in DrawChar() local561 u32 fontBits = (*fontLine++) << fontx; in DrawChar()