Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp547 uint32_t nextLineStart = 0; in GetLetterIndexByPosition() local
565 nextLineStart += UIFontAdaptor::GetNextLineAndWidth(&text_[lineStart], fontId_, fontSize_, style.letterSpace_, in GetLetterIndexByPosition()
568 if (nextLineStart == 0) { in GetLetterIndexByPosition()
575 lineStart = nextLineStart; in GetLetterIndexByPosition()
577 if (nextLineStart == textLen) { in GetLetterIndexByPosition()

Completed in 2 milliseconds