Searched refs:GetNextLineAndWidth (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_font_adaptor.cpp | 24 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 D | ui_font_adaptor.h | 25 static uint32_t GetNextLineAndWidth(const char* txt,
|
H A D | ui_line_break.h | 113 uint32_t GetNextLineAndWidth(const char* text,
|
H A D | ui_line_break.cpp | 114 uint32_t UILineBreakEngine::GetNextLineAndWidth(const char* text,
in GetNextLineAndWidth() function in OHOS::UILineBreakEngine
|
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | text.cpp | 476 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 D | typed_text.cpp | 47 newLineBegin += UIFontAdaptor::GetNextLineAndWidth(&text[lineBegin], fontId, fontSize, letterSpace, lineWidth, in GetTextSize()
|
Completed in 4 milliseconds