/external/skia/src/ports/ |
D | SkFontMgr_custom.cpp | 138 sk_sp<SkFontStyleSet_Custom> set(this->onMatchFamily(defaultNames[i])); in SkFontMgr_Custom() 172 SkFontStyleSet_Custom* SkFontMgr_Custom::onMatchFamily(const char familyName[]) const { in onMatchFamily() function in SkFontMgr_Custom
|
D | SkFontMgr_custom.h | 124 SkFontStyleSet_Custom* onMatchFamily(const char familyName[]) const override;
|
D | SkFontMgr_android.cpp | 300 SkFontStyleSet* onMatchFamily(const char familyName[]) const override { in onMatchFamily() function in SkFontMgr_Android 477 fDefaultStyleSet.reset(this->onMatchFamily(defaultName)); in findDefaultStyleSet()
|
D | SkFontMgr_fuchsia.cpp | 282 SkFontStyleSet* onMatchFamily(const char familyName[]) const override; 375 SkFontStyleSet* SkFontMgr_Fuchsia::onMatchFamily(const char familyName[]) const { in onMatchFamily() function in SkFontMgr_Fuchsia
|
D | SkFontMgr_FontConfigInterface.cpp | 175 SkFontStyleSet* onMatchFamily(const char familyName[]) const override { in onMatchFamily() function in SkFontMgr_FCI
|
D | SkFontMgr_win_dw.cpp | 118 SkFontStyleSet* onMatchFamily(const char familyName[]) const override; 331 SkFontStyleSet* SkFontMgr_DirectWrite::onMatchFamily(const char familyName[]) const { in onMatchFamily() function in SkFontMgr_DirectWrite
|
D | SkFontMgr_fontconfig.cpp | 699 return this->onMatchFamily(fFamilyNames->atStr(index)); in onCreateStyleSet() 785 SkFontStyleSet* onMatchFamily(const char familyName[]) const override { in onMatchFamily() function in SkFontMgr_fontconfig
|
D | SkFontMgr_mac_ct.cpp | 426 SkFontStyleSet* onMatchFamily(const char familyName[]) const override { in onMatchFamily() function in SkFontMgr_Mac
|
D | SkFontHost_win.cpp | 2265 SkFontStyleSet* onMatchFamily(const char familyName[]) const override { in onMatchFamily() function in SkFontMgrGDI
|
/external/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()
|
/external/skia/include/utils/ |
D | SkOrderedFontMgr.h | 44 SkFontStyleSet* onMatchFamily(const char familyName[]) const override;
|
/external/skia/modules/skparagraph/include/ |
D | TypefaceFontProvider.h | 45 SkFontStyleSet* onMatchFamily(const char familyName[]) const override;
|
/external/skia/modules/skparagraph/src/ |
D | TypefaceFontProvider.cpp | 19 SkFontStyleSet* TypefaceFontProvider::onMatchFamily(const char familyName[]) const { in onMatchFamily() function in skia::textlayout::TypefaceFontProvider
|
/external/skia/src/utils/ |
D | SkOrderedFontMgr.cpp | 56 SkFontStyleSet* SkOrderedFontMgr::onMatchFamily(const char familyName[]) const { in onMatchFamily() function in SkOrderedFontMgr
|
/external/skia/include/ports/ |
D | SkFontMgr_indirect.h | 39 SkFontStyleSet* onMatchFamily(const char familyName[]) const override;
|
/external/skia/include/core/ |
D | SkFontMgr.h | 131 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const = 0;
|
/external/skia/tools/fonts/ |
D | TestFontMgr.cpp | 102 SkFontStyleSet* onMatchFamily(const char familyName[]) const override { in onMatchFamily() function in __anon8210e2d40111::FontMgr
|
/external/skia/src/fonts/ |
D | SkFontMgr_indirect.cpp | 74 SkFontStyleSet* SkFontMgr_Indirect::onMatchFamily(const char familyName[]) const { in onMatchFamily() function in SkFontMgr_Indirect
|
/external/skia/modules/skottie/tests/ |
D | Text.cpp | 33 SkFontStyleSet* onMatchFamily(const char[]) const override { return nullptr; } in onMatchFamily() function in __anonc4b8c6bf0111::RecordMatchFamilyStyleSkFontMgr
|
D | Shaper.cpp | 260 SkFontStyleSet* onMatchFamily(const char[]) const override { in DEF_TEST() function in DEF_TEST::CountingFontMgr
|
/external/skia/modules/skottie/src/ |
D | SkottieTest.cpp | 216 SkFontStyleSet* onMatchFamily(const char familyName[]) const override { return nullptr; } in DEF_TEST() function in DEF_TEST::FakeFontMgr
|