Home
last modified time | relevance | path

Searched refs:offsetInFont (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp341 uint8_t offsetInFont = (colStart * fontWeight) % FONT_WEIGHT_8; in DrawLetter() local
342 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()