Searched defs:FontMgr (Results 1 – 3 of 3) sorted by relevance
57 std::shared_ptr<FontMgr> FontMgr = FontMgr::CreateDynamicFontMgr(); variable72 std::shared_ptr<FontMgr> FontMgr = FontMgr::CreateDefaultFontMgr(); variable89 std::shared_ptr<FontMgr> FontMgr = FontMgr::CreateDefaultFontMgr(); variable103 std::shared_ptr<FontMgr> FontMgr = FontMgr::CreateDefaultFontMgr(); variable116 std::shared_ptr<FontMgr> FontMgr = FontMgr::CreateDefaultFontMgr(); variable130 std::shared_ptr<FontMgr> FontMgr = FontMgr::CreateDefaultFontMgr(); variable
24 FontMgr::FontMgr(std::shared_ptr<FontMgrImpl> fontMgrImpl) noexcept : fontMgrImpl_(fontMgrImpl) {} in FontMgr() function in OHOS::Rosen::Drawing::FontMgr
43 std::shared_ptr<FontMgr> FontMgr = FontMgr::CreateDefaultFontMgr(); in FontMgrFuzzTest001() local