Home
last modified time | relevance | path

Searched refs:SkFontMgr_Fuchsia (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/ports/
DSkFontMgr_fuchsia.cpp154 class SkFontMgr_Fuchsia final : public SkFontMgr { class
156 SkFontMgr_Fuchsia(fuchsia::fonts::ProviderSyncPtr provider);
157 ~SkFontMgr_Fuchsia() override;
201 SkFontStyleSet_Fuchsia(sk_sp<SkFontMgr_Fuchsia> font_manager, std::string familyName, in SkFontStyleSet_Fuchsia()
235 sk_sp<SkFontMgr_Fuchsia> fFontManager;
241 SkFontMgr_Fuchsia::SkFontMgr_Fuchsia(fuchsia::fonts::ProviderSyncPtr provider) in SkFontMgr_Fuchsia() function in SkFontMgr_Fuchsia
244 SkFontMgr_Fuchsia::~SkFontMgr_Fuchsia() = default;
246 int SkFontMgr_Fuchsia::onCountFamilies() const { in onCountFamilies()
251 void SkFontMgr_Fuchsia::onGetFamilyName(int index, SkString* familyName) const { in onGetFamilyName()
256 SkFontStyleSet* SkFontMgr_Fuchsia::onCreateStyleSet(int index) const { in onCreateStyleSet()
[all …]
/external/skqp/src/ports/
DSkFontMgr_fuchsia.cpp154 class SkFontMgr_Fuchsia final : public SkFontMgr { class
156 SkFontMgr_Fuchsia(fuchsia::fonts::ProviderSyncPtr provider);
157 ~SkFontMgr_Fuchsia() override;
201 SkFontStyleSet_Fuchsia(sk_sp<SkFontMgr_Fuchsia> font_manager, std::string familyName, in SkFontStyleSet_Fuchsia()
235 sk_sp<SkFontMgr_Fuchsia> fFontManager;
241 SkFontMgr_Fuchsia::SkFontMgr_Fuchsia(fuchsia::fonts::ProviderSyncPtr provider) in SkFontMgr_Fuchsia() function in SkFontMgr_Fuchsia
244 SkFontMgr_Fuchsia::~SkFontMgr_Fuchsia() = default;
246 int SkFontMgr_Fuchsia::onCountFamilies() const { in onCountFamilies()
251 void SkFontMgr_Fuchsia::onGetFamilyName(int index, SkString* familyName) const { in onGetFamilyName()
256 SkFontStyleSet* SkFontMgr_Fuchsia::onCreateStyleSet(int index) const { in onCreateStyleSet()
[all …]