Searched refs:GetTotalFontId (Results 1 – 5 of 5) sorted by relevance
33 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()
65 uint16_t UIFontBuilder::GetTotalFontId() const in GetTotalFontId() function in OHOS::UIFontBuilder
129 EXPECT_EQ(ret, UIFontBuilder::GetInstance()->GetTotalFontId());141 EXPECT_EQ(id, UIFontBuilder::GetInstance()->GetTotalFontId());
37 uint16_t GetTotalFontId() const;
128 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()