Home
last modified time | relevance | path

Searched refs:GetFontPlatform (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/font/
H A Dfont_platform_proxy.cpp31 RefPtr<FontPlatform> FontPlatformProxy::GetFontPlatform() const in GetFontPlatform() function in OHOS::Ace::FontPlatformProxy
34 return delegate_->GetFontPlatform(); in GetFontPlatform()
H A Dfont_platform_interface.h28 virtual RefPtr<FontPlatform> GetFontPlatform() const = 0;
H A Dfont_platform_proxy.h31 RefPtr<FontPlatform> GetFontPlatform() const override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfont_manager.cpp94 auto fontPlatform = FontPlatformProxy::GetInstance().GetFontPlatform(); in GetSystemFontList()
161 auto fontPlatform = FontPlatformProxy::GetInstance().GetFontPlatform(); in GetSystemFont()