Searched refs:ncode (Results 1 – 1 of 1) sorted by relevance
556 int ncode = (code >= 100) ? (code - 100) : code; in DrawChar() local557 int fontx = (ncode % FONT_ROW) * FONT_WIDTH; in DrawChar()558 int fonty = (ncode / FONT_ROW) * FONT_HEIGHT; in DrawChar()