Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dtyped_text.cpp39 uint32_t newLineBegin = 0; in GetTextSize() local
47newLineBegin += UIFontAdaptor::GetNextLineAndWidth(&text[lineBegin], fontId, fontSize, letterSpace… in GetTextSize()
56 if (newLineBegin == lineBegin) { in GetTextSize()
61 lineBegin = newLineBegin; in GetTextSize()