Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp328 uint8_t letterWidthInByte = (fontRect.GetWidth() * fontWeight) >> SHIFT_3; in DrawLetter() local
330 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; local
1998 letterWidthInByte++;
2001 bufU8 += (tmpPoint.y * letterWidthInByte) + ((tmpPoint.x * dataInfo.pxSize) >> SHIFT_3);