Searched refs:offsetInFont (Results 1 – 1 of 1) sorted by relevance
341 uint8_t offsetInFont = (colStart * fontWeight) % FONT_WEIGHT_8; in DrawLetter() local342 int16_t temp = subRect.GetWidth() * fontWeight - FONT_WEIGHT_8 + offsetInFont; in DrawLetter()352 uint8_t tempOffset = offsetInFont; in DrawLetter()353 uint8_t tempFontByte = (*fontMap++) >> offsetInFont; in DrawLetter()