Home
last modified time | relevance | path

Searched refs:onMatchFamily (Results 1 – 25 of 48) sorted by relevance

12

/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dtest_font_manager.cc30 SkFontStyleSet* TestFontManager::onMatchFamily(const char family_name[]) const { in onMatchFamily() function in txt::TestFontManager
31 return AssetFontManager::onMatchFamily(test_font_family_name_.c_str()); in onMatchFamily()
Dtest_font_manager.h42 SkFontStyleSet* onMatchFamily(const char family_name[]) const override;
Dasset_font_manager.h37 SkFontStyleSet* onMatchFamily(const char familyName[]) const override;
Dasset_font_manager.cc48 SkFontStyleSet* AssetFontManager::onMatchFamily( in onMatchFamily() function in txt::AssetFontManager
/third_party/skia/src/core/
DSkFontMgr.cpp48 SkFontStyleSet* onMatchFamily(const char[]) const override { in onMatchFamily() function in SkEmptyFontMgr
101 return emptyOnNull(this->onMatchFamily(familyName)); in matchFamily()
/third_party/skia/include/utils/
DSkOrderedFontMgr.h32 SkFontStyleSet* onMatchFamily(const char familyName[]) const override;
/third_party/flutter/skia/src/core/
DSkFontMgr.cpp48 SkFontStyleSet* onMatchFamily(const char[]) const override { in onMatchFamily() function in SkEmptyFontMgr
107 return emptyOnNull(this->onMatchFamily(familyName)); in matchFamily()
/third_party/flutter/skia/modules/skparagraph/src/
DTypefaceFontProvider.cpp17 SkFontStyleSet* TypefaceFontProvider::onMatchFamily(const char familyName[]) const { in onMatchFamily() function in skia::textlayout::TypefaceFontProvider
/third_party/skia/modules/skparagraph/include/
DTypefaceFontProvider.h45 SkFontStyleSet* onMatchFamily(const char familyName[]) const override;
/third_party/skia/src/utils/
DSkOrderedFontMgr.cpp47 SkFontStyleSet* SkOrderedFontMgr::onMatchFamily(const char familyName[]) const { in onMatchFamily() function in SkOrderedFontMgr
/third_party/skia/modules/skparagraph/src/
DTypefaceFontProvider.cpp19 SkFontStyleSet* TypefaceFontProvider::onMatchFamily(const char familyName[]) const { in onMatchFamily() function in skia::textlayout::TypefaceFontProvider
/third_party/flutter/skia/src/ports/
DSkFontMgr_custom.cpp158 sk_sp<SkFontStyleSet_Custom> set(this->onMatchFamily(defaultNames[i])); in SkFontMgr_Custom()
192 SkFontStyleSet_Custom* SkFontMgr_Custom::onMatchFamily(const char familyName[]) const { in onMatchFamily() function in SkFontMgr_Custom
DSkFontMgr_preview.cpp45 SkFontStyleSet* SkFontMgr_Preview::onMatchFamily(const char familyName[]) const in onMatchFamily() function in SkFontMgr_Preview
255 fDefaultStyleSet.reset(this->onMatchFamily(defaultName)); in findDefaultStyleSet()
DSkFontMgr_ohos.cpp42 SkFontStyleSet* SkFontMgr_OHOS::onMatchFamily(const char familyName[]) const in onMatchFamily() function in SkFontMgr_OHOS
414 fDefaultStyleSet.reset(this->onMatchFamily(defaultName)); in findDefaultStyleSet()
DSkFontMgr_custom.h140 SkFontStyleSet_Custom* onMatchFamily(const char familyName[]) const override;
/third_party/skia/src/ports/
DSkFontMgr_custom.cpp168 sk_sp<SkFontStyleSet_Custom> set(this->onMatchFamily(defaultNames[i])); in SkFontMgr_Custom()
202 SkFontStyleSet_Custom* SkFontMgr_Custom::onMatchFamily(const char familyName[]) const { in onMatchFamily() function in SkFontMgr_Custom
DSkFontMgr_custom.h142 SkFontStyleSet_Custom* onMatchFamily(const char familyName[]) const override;
/third_party/flutter/skia/src/ports/skia_ohos/
DSkFontMgr_ohos.h31 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const override;
/third_party/skia/include/ports/
DSkFontMgr_indirect.h39 SkFontStyleSet* onMatchFamily(const char familyName[]) const override;
/third_party/flutter/skia/include/ports/
DSkFontMgr_indirect.h39 SkFontStyleSet* onMatchFamily(const char familyName[]) const override;
/third_party/flutter/skia/modules/skparagraph/include/
DTypefaceFontProvider.h46 SkFontStyleSet* onMatchFamily(const char familyName[]) const override;
/third_party/skia/include/core/
DSkFontMgr.h126 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const = 0;
/third_party/flutter/skia/include/core/
DSkFontMgr.h154 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const = 0;
/third_party/skia/tools/fonts/
DTestFontMgr.cpp120 SkFontStyleSet* onMatchFamily(const char familyName[]) const override { in onMatchFamily() function in __anonb19fd5a00111::FontMgr
/third_party/flutter/skia/tools/fonts/
DTestFontMgr.cpp120 SkFontStyleSet* onMatchFamily(const char familyName[]) const override { in onMatchFamily() function in __anoncf8603350111::FontMgr

12