Searched refs:GetFontPlatform (Results 1 – 4 of 4) sorted by relevance
31 RefPtr<FontPlatform> FontPlatformProxy::GetFontPlatform() const in GetFontPlatform() function in OHOS::Ace::FontPlatformProxy34 return delegate_->GetFontPlatform(); in GetFontPlatform()
28 virtual RefPtr<FontPlatform> GetFontPlatform() const = 0;
31 RefPtr<FontPlatform> GetFontPlatform() const override;
94 auto fontPlatform = FontPlatformProxy::GetInstance().GetFontPlatform(); in GetSystemFontList()161 auto fontPlatform = FontPlatformProxy::GetInstance().GetFontPlatform(); in GetSystemFont()