Searched refs:letterWidthInByte (Results 1 – 1 of 1) sorted by relevance
328 uint8_t letterWidthInByte = (fontRect.GetWidth() * fontWeight) >> SHIFT_3; in DrawLetter() local330 letterWidthInByte++; in DrawLetter()339 fontMap += (rowStart * letterWidthInByte) + ((colStart * fontWeight) >> SHIFT_3); in DrawLetter()373 fontMap += letterWidthInByte - validWidthInByte - 1; in DrawLetter()1995 uint8_t letterWidthInByte = (dataInfo.header.width * dataInfo.pxSize) >> SHIFT_3; local1998 letterWidthInByte++;2001 bufU8 += (tmpPoint.y * letterWidthInByte) + ((tmpPoint.x * dataInfo.pxSize) >> SHIFT_3);