Home
last modified time | relevance | path

Searched refs:fontBuilder (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dbase_font.cpp43 UIFontBuilder* fontBuilder = UIFontBuilder::GetInstance(); in GetDefaultParamByLangId() local
44 if ((langId >= fontBuilder->GetTotalLangId()) || (pParam == nullptr)) { in GetDefaultParamByLangId()
48 LangTextParam *pTable = fontBuilder->GetLangTextDefaultParamTable(); in GetDefaultParamByLangId()
H A Dglyphs_file.cpp207 UIFontBuilder* fontBuilder = UIFontBuilder::GetInstance(); in GetGlyphInfo() local
208 if (fontId > fontBuilder->GetBitmapFontIdMax()) { in GetGlyphInfo()
235 glyphInfo.fontId = fontBuilder->GetBitmapFontIdMax(); in GetGlyphInfo()
H A Dui_font_bitmap.cpp115 UIFontBuilder* fontBuilder = UIFontBuilder::GetInstance(); in GetFontId() local
117 return fontBuilder->GetBitmapFontIdMax(); in GetFontId()
120 for (id = 0; id < fontBuilder->GetBitmapFontIdMax(); ++id) { in GetFontId()
121 UITextLanguageFontParam* fontParam = fontBuilder->GetTextLangFontsTable(id); in GetFontId()
/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp174 UIFontBuilder* fontBuilder = UIFontBuilder::GetInstance(); in SetFontId() local
175 if (fontId >= fontBuilder->GetTotalFontId()) { in SetFontId()
185 UITextLanguageFontParam* fontParam = fontBuilder->GetTextLangFontsTable(fontId); in SetFontId()
191 if ((fontId != fontBuilder->GetTotalFontId()) && ((fontId_ != fontId) || in SetFontId()
639 UIFontBuilder* fontBuilder = UIFontBuilder::GetInstance(); in GetSpanFontIdBySize()
640 UITextLanguageFontParam* fontParam = fontBuilder->GetTextLangFontsTable(fontId_); in GetSpanFontIdBySize()
646 for (uint16_t fontId = 0; fontId < fontBuilder->GetTotalFontId(); fontId++) { in GetSpanFontIdBySize()
647 UITextLanguageFontParam* tempFontParam = fontBuilder->GetTextLangFontsTable(fontId); in GetSpanFontIdBySize()

Completed in 3 milliseconds