Home
last modified time | relevance | path

Searched refs:nextLineBytes (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp476 uint16_t nextLineBytes = UIFontAdaptor::GetNextLineAndWidth(&text_[begin], fontId_, fontSize_, letterSpace, in GetTextLine() local
479 if (nextLineBytes + begin > textLen) { in GetTextLine()
480 nextLineBytes = textLen - begin; in GetTextLine()
482 textLine.lineBytes = nextLineBytes; in GetTextLine()
484 return nextLineBytes; in GetTextLine()

Completed in 3 milliseconds