Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_adaptor.cpp24 uint32_t UIFontAdaptor::GetNextLineAndWidth(const char* txt, in GetNextLineAndWidth() function in OHOS::UIFontAdaptor
37 return UILineBreakEngine::GetInstance().GetNextLineAndWidth(txt, fontId, fontSize, letterSpace, allBreak, maxWidth, in GetNextLineAndWidth()
H A Dui_font_adaptor.h25 static uint32_t GetNextLineAndWidth(const char* txt,
H A Dui_line_break.h113 uint32_t GetNextLineAndWidth(const char* text,
H A Dui_line_break.cpp114 uint32_t UILineBreakEngine::GetNextLineAndWidth(const char* text, in GetNextLineAndWidth() function in OHOS::UILineBreakEngine
/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp476 uint16_t nextLineBytes = UIFontAdaptor::GetNextLineAndWidth(&text_[begin], fontId_, fontSize_, letterSpace, in GetTextLine()
520 UIFontAdaptor::GetNextLineAndWidth(text_, fontId_, fontSize_, style.letterSpace_, in GetLetterIndexByLinePosition()
565 nextLineStart += UIFontAdaptor::GetNextLineAndWidth(&text_[lineStart], fontId_, fontSize_, style.letterSpace_, in GetLetterIndexByPosition()
583 UIFontAdaptor::GetNextLineAndWidth(&text_[lineStart], fontId_, fontSize_, style.letterSpace_, width, lineHeight, in GetLetterIndexByPosition()
H A Dtyped_text.cpp47 newLineBegin += UIFontAdaptor::GetNextLineAndWidth(&text[lineBegin], fontId, fontSize, letterSpace, lineWidth, in GetTextSize()

Completed in 4 milliseconds