Home
last modified time | relevance | path

Searched refs:RSFontMgr (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dfont_collection.h40 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;
H A Dfont_collection.cpp50 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()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_font_manager.cpp25 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()
H A Dtexgine_font_manager.h42 std::shared_ptr<RSFontMgr> GetFontMgr() const;
44 void SetFontMgr(const std::shared_ptr<RSFontMgr> mgr);
70 std::shared_ptr<RSFontMgr> fontMgr_ = nullptr;
H A Ddrawing.h49 using RSFontMgr = RSDrawing::FontMgr; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Drosen_font_collection.h57 std::shared_ptr<RSFontMgr> GetDynamicFontManager();
73 std::shared_ptr<RSFontMgr> dynamicFontManager_;
H A Drosen_font_collection.cpp54 std::shared_ptr<RSFontMgr> RosenFontCollection::GetDynamicFontManager() in GetDynamicFontManager()