Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp346 int16_t validWidthInByte = temp / FONT_WEIGHT_8 + 1; in DrawLetter() local
348 validWidthInByte++; in DrawLetter()
373 fontMap += letterWidthInByte - validWidthInByte - 1; in DrawLetter()