Home
last modified time | relevance | path

Searched refs:FontManager (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_font_manager_ng.cpp23 std::string FontManager::appCustomFont_ = "";
24 const std::vector<std::string>& FontManager::GetFontNames() const in GetFontNames()
29 bool FontManager::RegisterCallbackNG( in RegisterCallbackNG()
35 bool FontManager::IsDefaultFontChanged() in IsDefaultFontChanged()
40 void FontManager::UnRegisterCallbackNG(const WeakPtr<NG::UINode>& node) {} in UnRegisterCallbackNG()
42 void FontManager::AddFontNodeNG(const WeakPtr<NG::UINode>& node) in AddFontNodeNG()
47 void FontManager::RemoveFontNodeNG(const WeakPtr<NG::UINode>& node) in RemoveFontNodeNG()
52 void FontManager::AddVariationNodeNG(const WeakPtr<NG::UINode>& node) {} in AddVariationNodeNG()
54 void FontManager::RemoveVariationNodeNG(const WeakPtr<NG::UINode>& node) {} in RemoveVariationNodeNG()
56 void FontManager
[all...]
H A Dmock_font_manager.cpp21 RefPtr<FontManager> FontManager::Create() in Create()
H A Dmock_font_manager.h24 class MockFontManager : public FontManager {
25 DECLARE_ACE_TYPE(MockFontManager, FontManager);
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfont_manager.cpp33 std::string FontManager::appCustomFont_ = "";
34 float FontManager::fontWeightScale_ = 1.0f;
35 bool FontManager::isDefaultFontChanged_ = false;
37 void FontManager::RegisterFont(const std::string& familyName, const std::string& familySrc, in RegisterFont()
64 void FontManager::SetFontFamily(const char* familyName, const char* familySrc) in SetFontFamily()
70 bool FontManager::IsDefaultFontChanged() in IsDefaultFontChanged()
79 bool FontManager::IsUseAppCustomFont() const in IsUseAppCustomFont()
84 void FontManager::SetAppCustomFont(const std::string& familyName) in SetAppCustomFont()
89 const std::string& FontManager::GetAppCustomFont() const in GetAppCustomFont()
94 void FontManager
[all...]
H A Dfont_manager.h80 class FontManager : public virtual AceType { class
81 DECLARE_ACE_TYPE(FontManager, AceType);
84 FontManager() = default;
85 ~FontManager() override = default;
91 static RefPtr<FontManager> Create();
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Dfont_manager.h28 class FontManager { class
30 static std::shared_ptr<FontManager> GetInstance();
33 FontManager() = default;
34 ~FontManager() = default;
37 static inline std::shared_ptr<FontManager> instance = nullptr;
/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont_manager.cpp91 FontManager::FontManager(IRenderContext& context) : renderContext_(context) in FontManager() function in FontManager
100 FontManager::~FontManager() in ~FontManager()
106 array_view<const TypeFace> FontManager::GetTypeFaces() const in GetTypeFaces()
111 const TypeFace* FontManager::GetTypeFace(string_view name, string_view styleName) in GetTypeFace()
123 vector<TypeFace> FontManager::GetTypeFaces(const string_view filePath) in GetTypeFaces()
130 vector<TypeFace> FontManager::GetTypeFaces(array_view<const string_view> lookupDirs) in GetTypeFaces()
139 std::shared_ptr<FontBuffer> FontManager::CreateFontBuffer(const TypeFace& typeFace) in CreateFontBuffer()
183 IFont::Ptr FontManager
[all...]
H A Dfont_manager.h39 class FontManager final : public IFontManager {
41 explicit FontManager(RENDER_NS::IRenderContext& context);
42 ~FontManager();
44 FontManager(FontManager const&) = delete;
45 FontManager& operator=(FontManager const&) = delete;
H A Dfont_buffer.h29 class FontManager;
33 FontBuffer(FontManager* fontMgr, uint64_t hash, BASE_NS::array_view<const uint8_t> bytes);
53 BASE_NS::refcnt_ptr<FontManager> fontManager;
H A Dfont_buffer.cpp24 FontBuffer::FontBuffer(FontManager* fontMgr, const uint64_t hash, BASE_NS::array_view<const uint8_t> bytes) in FontBuffer()
26 fontManager(BASE_NS::refcnt_ptr<FontManager>(fontMgr)) in FontBuffer()
/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Drosen_font_manager.h23 class RosenFontManager : public FontManager {
24 DECLARE_ACE_TYPE(RosenFontManager, FontManager);
H A Dfont_manager_creator.cpp23 RefPtr<FontManager> FontManager::Create() in Create()
/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_interface.h22 class FontManager : public AceType { class
23 DECLARE_ACE_TYPE(FontManager, AceType);
/foundation/graphic/graphic_3d/lume/LumeFont/src/plugin/
H A Dplugin.cpp37 FontManager::Ptr fontManager_;
47 state->fontManager_.reset(new FontManager(state->context_));
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h88 class FontManager;
686 const RefPtr<FontManager>& GetFontManager() const in GetFontManager()
1549 RefPtr<FontManager> fontManager_;
H A Dpipeline_base.cpp51 fontManager_ = FontManager::Create(); in PipelineBase()
76 fontManager_ = FontManager::Create(); in PipelineBase()
H A Dpipeline_context.h70 class FontManager;
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.h55 class FontManager;

Completed in 14 milliseconds