Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_builder.cpp30 uint16_t totalFontId) in SetTextLangFontsTable()
32 if ((uiTextLangFontsTable != nullptr) && (totalFontId > 0)) { in SetTextLangFontsTable()
34 totalFontId_ = totalFontId; in SetTextLangFontsTable()
29 SetTextLangFontsTable(const UITextLanguageFontParam* uiTextLangFontsTable, uint16_t totalFontId) SetTextLangFontsTable() argument
H A Dui_multi_font_manager.cpp33 uint16_t totalFontId = UIFontBuilder::GetInstance()->GetTotalFontId(); in UIMultiFontManager() local
34 for (uint16_t i = 0; i < totalFontId; i++) { in UIMultiFontManager()
56 fontIdIndex_ = static_cast<uint8_t*>(UIMalloc(totalFontId)); in UIMultiFontManager()
60 for (uint16_t index = 0; index < totalFontId; index++) { in UIMultiFontManager()
129 uint16_t totalFontId = UIFontBuilder::GetInstance()->GetTotalFontId(); in ClearSearchFontList() local
130 for (uint16_t index = 0; index < totalFontId; index++) { in ClearSearchFontList()
/foundation/arkui/ui_lite/interfaces/innerkits/font/
H A Dui_font_builder.h27 void SetTextLangFontsTable(const UITextLanguageFontParam* uiTextLangFontsTable, uint16_t totalFontId);

Completed in 2 milliseconds