Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_adaptor.cpp24 uint32_t UIFontAdaptor::GetNextLineAndWidth(const char* txt, in GetNextLineAndWidth()
47 bool UIFontAdaptor::IsSameTTFId(uint16_t fontId, uint32_t unicode) in IsSameTTFId()
H A Dui_font_adaptor.h23 class UIFontAdaptor : public HeapBase { class
H A Dui_font_bitmap.cpp258 if (!UIFontAdaptor::IsSameTTFId(fontId, unicode)) { in SearchInFont()
290 if (!UIFontAdaptor::IsSameTTFId(fontId, unicode)) { in GetWidthInFontId()
/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