Searched refs:UIFontAdaptor (Results 1 - 5 of 5) 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() 47 bool UIFontAdaptor::IsSameTTFId(uint16_t fontId, uint32_t unicode) in IsSameTTFId()
|
H A D | ui_font_adaptor.h | 23 class UIFontAdaptor : public HeapBase { class
|
H A D | ui_font_bitmap.cpp | 258 if (!UIFontAdaptor::IsSameTTFId(fontId, unicode)) { in SearchInFont() 290 if (!UIFontAdaptor::IsSameTTFId(fontId, unicode)) { in GetWidthInFontId()
|
/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