Searched refs:FontManager (Results 1 - 18 of 18) sorted by relevance
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_font_manager_ng.cpp | 23 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 D | mock_font_manager.cpp | 21 RefPtr<FontManager> FontManager::Create() in Create()
|
H A D | mock_font_manager.h | 24 class MockFontManager : public FontManager { 25 DECLARE_ACE_TYPE(MockFontManager, FontManager);
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | font_manager.cpp | 33 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 D | font_manager.h | 80 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 D | font_manager.h | 28 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 D | font_manager.cpp | 91 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 D | font_manager.h | 39 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 D | font_buffer.h | 29 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 D | font_buffer.cpp | 24 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 D | rosen_font_manager.h | 23 class RosenFontManager : public FontManager { 24 DECLARE_ACE_TYPE(RosenFontManager, FontManager);
|
H A D | font_manager_creator.cpp | 23 RefPtr<FontManager> FontManager::Create() in Create()
|
/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_interface.h | 22 class FontManager : public AceType { class 23 DECLARE_ACE_TYPE(FontManager, AceType);
|
/foundation/graphic/graphic_3d/lume/LumeFont/src/plugin/ |
H A D | plugin.cpp | 37 FontManager::Ptr fontManager_; 47 state->fontManager_.reset(new FontManager(state->context_));
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.h | 88 class FontManager; 686 const RefPtr<FontManager>& GetFontManager() const in GetFontManager() 1549 RefPtr<FontManager> fontManager_;
|
H A D | pipeline_base.cpp | 51 fontManager_ = FontManager::Create(); in PipelineBase() 76 fontManager_ = FontManager::Create(); in PipelineBase()
|
H A D | pipeline_context.h | 70 class FontManager;
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.h | 55 class FontManager;
|
Completed in 14 milliseconds