Home
last modified time | relevance | path

Searched refs:GetTotalFontId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_multi_font_manager.cpp33 uint16_t totalFontId = UIFontBuilder::GetInstance()->GetTotalFontId(); in UIMultiFontManager()
129 uint16_t totalFontId = UIFontBuilder::GetInstance()->GetTotalFontId(); in ClearSearchFontList()
144 …if ((fontListId >= UIFontBuilder::GetInstance()->GetTotalFontId()) || (fontIds == nullptr) || (siz… in SetSearchFontList()
154 if ((fontListId >= UIFontBuilder::GetInstance()->GetTotalFontId()) || (fontIds == nullptr) || in GetSearchFontList()
H A Dui_font_builder.cpp65 uint16_t UIFontBuilder::GetTotalFontId() const in GetTotalFontId() function in OHOS::UIFontBuilder
/ohos5.0/foundation/arkui/ui_lite/test/unittest/font/
H A Dui_font_unit_test.cpp129 EXPECT_EQ(ret, UIFontBuilder::GetInstance()->GetTotalFontId());
141 EXPECT_EQ(id, UIFontBuilder::GetInstance()->GetTotalFontId());
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/font/
H A Dui_font_builder.h37 uint16_t GetTotalFontId() const;
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp128 if ((fontId != UIFontBuilder::GetInstance()->GetTotalFontId()) && in SetFont()
175 if (fontId >= fontBuilder->GetTotalFontId()) { in SetFontId()
191 if ((fontId != fontBuilder->GetTotalFontId()) && ((fontId_ != fontId) || in SetFontId()
646 for (uint16_t fontId = 0; fontId < fontBuilder->GetTotalFontId(); fontId++) { in GetSpanFontIdBySize()