Home
last modified time | relevance | path

Searched refs:FontConfigJsonInfo (Results 1 - 14 of 14) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_config.h77 typedef struct FontConfigJsonInfo { struct
81 } FontConfigJsonInfo; typedef
91 std::shared_ptr<FontConfigJsonInfo> GetFontConfigJsonInfo() in GetFontConfigJsonInfo()
122 std::shared_ptr<FontConfigJsonInfo> fontPtr = nullptr;
H A Dfont_config.cpp165 fontPtr = std::make_shared<FontConfigJsonInfo>(); in ParseFile()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfont_manager.h74 typedef struct FontConfigJsonInfo { struct
78 } FontConfigJsonInfo; typedef
110 void GetUIFontConfig(FontConfigJsonInfo& info);
H A Dfont_manager.cpp117 void FontManager::GetUIFontConfig(FontConfigJsonInfo& info) in GetUIFontConfig()
124 // rosenInfo to FontConfigJsonInfo in GetUIFontConfig()
/foundation/arkui/ace_engine/interfaces/napi/kits/font/
H A Djs_font.cpp190 static napi_value GetUIFontGenericInfo(napi_env env, const FontConfigJsonInfo& fontConfigJsonInfo) in GetUIFontGenericInfo()
236 static napi_value GetUIFontFallbackInfo(napi_env env, const FontConfigJsonInfo& fontConfigJsonInfo) in GetUIFontFallbackInfo()
271 FontConfigJsonInfo fontConfigJsonInfo; in JsGetUIFontConfig()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h279 virtual void GetUIFontConfig(FontConfigJsonInfo& fontConfigJsonInfo) {} in GetUIFontConfig()
H A Dfrontend_delegate_impl.h308 void GetUIFontConfig(FontConfigJsonInfo& fontConfigJsonInfo) override;
H A Dfrontend_delegate_impl.cpp1877 void FrontendDelegateImpl::GetUIFontConfig(FontConfigJsonInfo& fontConfigJsonInfo) in GetUIFontConfig()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h84 struct FontConfigJsonInfo;
890 void GetUIFontConfig(FontConfigJsonInfo& fontConfigJsonInfo);
H A Dpipeline_base.cpp319 void PipelineBase::GetUIFontConfig(FontConfigJsonInfo& fontConfigJsonInfo) in GetUIFontConfig()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.h214 void GetUIFontConfig(FontConfigJsonInfo& fontConfigJsonInfo) override;
H A Dfrontend_delegate_declarative_ng.cpp574 void FrontendDelegateDeclarativeNG::GetUIFontConfig(FontConfigJsonInfo& fontConfigJsonInfo) in GetUIFontConfig()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h277 void GetUIFontConfig(FontConfigJsonInfo& fontConfigJsonInfo) override;
H A Dfrontend_delegate_declarative.cpp3147 void FrontendDelegateDeclarative::GetUIFontConfig(FontConfigJsonInfo& fontConfigJsonInfo) in GetUIFontConfig()

Completed in 24 milliseconds