Home
last modified time | relevance | path

Searched defs: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
1995 uint8_t letterWidthInByte = (dataInfo.header.width * dataInfo.pxSize) >> SHIFT_3; local