/third_party/flutter/engine/flutter/third_party/txt/src/txt/ |
D | test_font_manager.cc | 30 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()
|
D | test_font_manager.h | 42 SkFontStyleSet* onMatchFamily(const char family_name[]) const override;
|
D | asset_font_manager.h | 37 SkFontStyleSet* onMatchFamily(const char familyName[]) const override;
|
D | asset_font_manager.cc | 48 SkFontStyleSet* AssetFontManager::onMatchFamily( in onMatchFamily() function in txt::AssetFontManager
|
/third_party/skia/src/core/ |
D | SkFontMgr.cpp | 48 SkFontStyleSet* onMatchFamily(const char[]) const override { in onMatchFamily() function in SkEmptyFontMgr 101 return emptyOnNull(this->onMatchFamily(familyName)); in matchFamily()
|
/third_party/skia/include/utils/ |
D | SkOrderedFontMgr.h | 32 SkFontStyleSet* onMatchFamily(const char familyName[]) const override;
|
/third_party/flutter/skia/src/core/ |
D | SkFontMgr.cpp | 48 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/ |
D | TypefaceFontProvider.cpp | 17 SkFontStyleSet* TypefaceFontProvider::onMatchFamily(const char familyName[]) const { in onMatchFamily() function in skia::textlayout::TypefaceFontProvider
|
/third_party/skia/modules/skparagraph/include/ |
D | TypefaceFontProvider.h | 45 SkFontStyleSet* onMatchFamily(const char familyName[]) const override;
|
/third_party/skia/src/utils/ |
D | SkOrderedFontMgr.cpp | 47 SkFontStyleSet* SkOrderedFontMgr::onMatchFamily(const char familyName[]) const { in onMatchFamily() function in SkOrderedFontMgr
|
/third_party/skia/modules/skparagraph/src/ |
D | TypefaceFontProvider.cpp | 19 SkFontStyleSet* TypefaceFontProvider::onMatchFamily(const char familyName[]) const { in onMatchFamily() function in skia::textlayout::TypefaceFontProvider
|
/third_party/flutter/skia/src/ports/ |
D | SkFontMgr_custom.cpp | 158 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
|
D | SkFontMgr_preview.cpp | 45 SkFontStyleSet* SkFontMgr_Preview::onMatchFamily(const char familyName[]) const in onMatchFamily() function in SkFontMgr_Preview 255 fDefaultStyleSet.reset(this->onMatchFamily(defaultName)); in findDefaultStyleSet()
|
D | SkFontMgr_ohos.cpp | 42 SkFontStyleSet* SkFontMgr_OHOS::onMatchFamily(const char familyName[]) const in onMatchFamily() function in SkFontMgr_OHOS 414 fDefaultStyleSet.reset(this->onMatchFamily(defaultName)); in findDefaultStyleSet()
|
D | SkFontMgr_custom.h | 140 SkFontStyleSet_Custom* onMatchFamily(const char familyName[]) const override;
|
/third_party/skia/src/ports/ |
D | SkFontMgr_custom.cpp | 168 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
|
D | SkFontMgr_custom.h | 142 SkFontStyleSet_Custom* onMatchFamily(const char familyName[]) const override;
|
/third_party/flutter/skia/src/ports/skia_ohos/ |
D | SkFontMgr_ohos.h | 31 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const override;
|
/third_party/skia/include/ports/ |
D | SkFontMgr_indirect.h | 39 SkFontStyleSet* onMatchFamily(const char familyName[]) const override;
|
/third_party/flutter/skia/include/ports/ |
D | SkFontMgr_indirect.h | 39 SkFontStyleSet* onMatchFamily(const char familyName[]) const override;
|
/third_party/flutter/skia/modules/skparagraph/include/ |
D | TypefaceFontProvider.h | 46 SkFontStyleSet* onMatchFamily(const char familyName[]) const override;
|
/third_party/skia/include/core/ |
D | SkFontMgr.h | 126 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const = 0;
|
/third_party/flutter/skia/include/core/ |
D | SkFontMgr.h | 154 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const = 0;
|
/third_party/skia/tools/fonts/ |
D | TestFontMgr.cpp | 120 SkFontStyleSet* onMatchFamily(const char familyName[]) const override { in onMatchFamily() function in __anonb19fd5a00111::FontMgr
|
/third_party/flutter/skia/tools/fonts/ |
D | TestFontMgr.cpp | 120 SkFontStyleSet* onMatchFamily(const char familyName[]) const override { in onMatchFamily() function in __anoncf8603350111::FontMgr
|