Home
last modified time | relevance | path

Searched refs:fontConfigJsonInfo (Results 1 - 10 of 10) sorted by relevance

/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() argument
195 for (const FontGenericInfo& generic: fontConfigJsonInfo.genericSet) { in GetUIFontGenericInfo()
236 static napi_value GetUIFontFallbackInfo(napi_env env, const FontConfigJsonInfo& fontConfigJsonInfo) in GetUIFontFallbackInfo() argument
241 for (const FallbackGroup& fallbackGroup: fontConfigJsonInfo.fallbackGroupSet) { in GetUIFontFallbackInfo()
271 FontConfigJsonInfo fontConfigJsonInfo; in JsGetUIFontConfig() local
276 delegate->GetUIFontConfig(fontConfigJsonInfo); in JsGetUIFontConfig()
282 for (const std::string& fontDir : fontConfigJsonInfo.fontDirSet) { in JsGetUIFontConfig()
287 napi_value genericSetResult = GetUIFontGenericInfo(env, fontConfigJsonInfo); in JsGetUIFontConfig()
288 napi_value fallbackGroupSetResult = GetUIFontFallbackInfo(env, fontConfigJsonInfo); in JsGetUIFontConfig()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp319 void PipelineBase::GetUIFontConfig(FontConfigJsonInfo& fontConfigJsonInfo) in GetUIFontConfig() argument
322 fontManager_->GetUIFontConfig(fontConfigJsonInfo); in GetUIFontConfig()
H A Dpipeline_base.h890 void GetUIFontConfig(FontConfigJsonInfo& fontConfigJsonInfo);
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h279 virtual void GetUIFontConfig(FontConfigJsonInfo& fontConfigJsonInfo) {} in GetUIFontConfig() argument
H A Dfrontend_delegate_impl.h308 void GetUIFontConfig(FontConfigJsonInfo& fontConfigJsonInfo) override;
H A Dfrontend_delegate_impl.cpp1877 void FrontendDelegateImpl::GetUIFontConfig(FontConfigJsonInfo& fontConfigJsonInfo) in GetUIFontConfig() argument
1879 pipelineContextHolder_.Get()->GetUIFontConfig(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() argument
576 pipelineContextHolder_.Get()->GetUIFontConfig(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() argument
3149 pipelineContextHolder_.Get()->GetUIFontConfig(fontConfigJsonInfo); in GetUIFontConfig()

Completed in 30 milliseconds