Searched refs:RSFontMgr (Results 1 – 7 of 7) sorted by relevance
40 void SetDefaultFontManager(std::shared_ptr<RSFontMgr> fontManager);41 void SetAssetFontManager(std::shared_ptr<RSFontMgr> fontManager);42 void SetDynamicFontManager(std::shared_ptr<RSFontMgr> fontManager);43 void SetTestFontManager(std::shared_ptr<RSFontMgr> fontManager);52 std::shared_ptr<RSFontMgr> defaultFontManager_;53 std::shared_ptr<RSFontMgr> assetFontManager_;54 std::shared_ptr<RSFontMgr> dynamicFontManager_;55 std::shared_ptr<RSFontMgr> testFontManager_;61 std::vector<std::shared_ptr<RSFontMgr>> GetFontManagerOrder() const;
50 void FontCollection::SetDefaultFontManager(std::shared_ptr<RSFontMgr> fontManager) in SetDefaultFontManager()59 void FontCollection::SetAssetFontManager(std::shared_ptr<RSFontMgr> fontManager) in SetAssetFontManager()68 void FontCollection::SetDynamicFontManager(std::shared_ptr<RSFontMgr> fontManager) in SetDynamicFontManager()77 void FontCollection::SetTestFontManager(std::shared_ptr<RSFontMgr> fontManager) in SetTestFontManager()86 std::vector<std::shared_ptr<RSFontMgr>> FontCollection::GetFontManagerOrder() const in GetFontManagerOrder()89 std::vector<std::shared_ptr<RSFontMgr>> order; in GetFontManagerOrder()
25 TexgineFontManager::TexgineFontManager() : fontMgr_(RSFontMgr::CreateDefaultFontMgr()) {} in TexgineFontManager()30 manager->SetFontMgr(RSFontMgr::CreateDefaultFontMgr()); in RefDefault()34 std::shared_ptr<RSFontMgr> TexgineFontManager::GetFontMgr() const in GetFontMgr()39 void TexgineFontManager::SetFontMgr(const std::shared_ptr<RSFontMgr> mgr) in SetFontMgr()
42 std::shared_ptr<RSFontMgr> GetFontMgr() const;44 void SetFontMgr(const std::shared_ptr<RSFontMgr> mgr);70 std::shared_ptr<RSFontMgr> fontMgr_ = nullptr;
49 using RSFontMgr = RSDrawing::FontMgr; variable
57 std::shared_ptr<RSFontMgr> GetDynamicFontManager();73 std::shared_ptr<RSFontMgr> dynamicFontManager_;
54 std::shared_ptr<RSFontMgr> RosenFontCollection::GetDynamicFontManager() in GetDynamicFontManager()