Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkFontMgr.cpp48 SkFontStyleSet* onMatchFamily(const char[]) const override { in onMatchFamily() function in SkEmptyFontMgr
102 return emptyOnNull(this->onMatchFamily(familyName)); in matchFamily()
/external/skia/src/ports/
DSkFontMgr_custom.cpp124 sk_sp<SkFontStyleSet_Custom> set(this->onMatchFamily(defaultNames[i])); in SkFontMgr_Custom()
158 SkFontStyleSet_Custom* SkFontMgr_Custom::onMatchFamily(const char familyName[]) const { in onMatchFamily() function in SkFontMgr_Custom
DSkFontMgr_custom.h137 SkFontStyleSet_Custom* onMatchFamily(const char familyName[]) const override;
DSkFontMgr_android.cpp308 SkFontStyleSet* onMatchFamily(const char familyName[]) const override { in onMatchFamily() function in SkFontMgr_Android
521 fDefaultStyleSet.reset(this->onMatchFamily(defaultName)); in findDefaultStyleSet()
DSkFontMgr_FontConfigInterface.cpp187 SkFontStyleSet* onMatchFamily(const char familyName[]) const override { in onMatchFamily() function in SkFontMgr_FCI
DSkFontMgr_win_dw.cpp286 SkFontStyleSet* onMatchFamily(const char familyName[]) const override;
486 SkFontStyleSet* SkFontMgr_DirectWrite::onMatchFamily(const char familyName[]) const { in onMatchFamily() function in SkFontMgr_DirectWrite
DSkFontMgr_fontconfig.cpp683 return this->onMatchFamily(fFamilyNames->atStr(index)); in onCreateStyleSet()
751 SkFontStyleSet* onMatchFamily(const char familyName[]) const override { in onMatchFamily() function in SkFontMgr_fontconfig
DSkFontHost_win.cpp2422 SkFontStyleSet* onMatchFamily(const char familyName[]) const override { in onMatchFamily() function in SkFontMgrGDI
DSkFontHost_mac.cpp2358 SkFontStyleSet* onMatchFamily(const char familyName[]) const override { in onMatchFamily() function in SkFontMgr_Mac
/external/skia/include/ports/
DSkFontMgr_indirect.h39 SkFontStyleSet* onMatchFamily(const char familyName[]) const override;
DSkFontMgr.h138 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const = 0;
/external/skia/src/fonts/
DSkFontMgr_indirect.cpp75 SkFontStyleSet* SkFontMgr_Indirect::onMatchFamily(const char familyName[]) const { in onMatchFamily() function in SkFontMgr_Indirect