Home
last modified time | relevance | path

Searched refs:matchFamily (Results 1 – 18 of 18) sorted by relevance

/external/skia/include/core/
DSkFontMgr.h55 SkFontStyleSet* matchFamily(const char familyName[]) const;
/external/skqp/include/core/
DSkFontMgr.h55 SkFontStyleSet* matchFamily(const char familyName[]) const;
/external/skia/tools/fonts/
DSkTestFontMgr.cpp126 sk_sp<SkFontStyleSet> styleSet(this->matchFamily(familyName)); in onMatchFamilyStyle()
/external/skqp/tools/fonts/
DSkTestFontMgr.cpp126 sk_sp<SkFontStyleSet> styleSet(this->matchFamily(familyName)); in onMatchFamilyStyle()
/external/skqp/src/core/
DSkFontMgr.cpp106 SkFontStyleSet* SkFontMgr::matchFamily(const char familyName[]) const { in matchFamily() function in SkFontMgr
/external/skia/src/core/
DSkFontMgr.cpp106 SkFontStyleSet* SkFontMgr::matchFamily(const char familyName[]) const { in matchFamily() function in SkFontMgr
/external/skia/tests/
DFontMgrTest.cpp88 sk_sp<SkFontStyleSet> fnset(fm->matchFamily(fname.c_str())); in test_fontiter()
115 sk_sp<SkFontStyleSet> styleSet(fm->matchFamily(nullptr)); in test_match()
/external/skqp/tests/
DFontMgrTest.cpp87 sk_sp<SkFontStyleSet> fnset(fm->matchFamily(fname.c_str())); in test_fontiter()
114 sk_sp<SkFontStyleSet> styleSet(fm->matchFamily(nullptr)); in test_match()
/external/skia/src/ports/
DSkFontMgr_custom.cpp204 sk_sp<SkFontStyleSet> sset(this->matchFamily(familyName)); in onMatchFamilyStyle()
DSkFontMgr_android.cpp359 sk_sp<SkFontStyleSet> sset(this->matchFamily(familyName)); in onMatchFamilyStyle()
DSkFontMgr_win_dw.cpp515 sk_sp<SkFontStyleSet> sset(this->matchFamily(familyName)); in onMatchFamilyStyle()
DSkFontHost_win.cpp2369 sk_sp<SkFontStyleSet> sset(this->matchFamily(familyName)); in onMatchFamilyStyle()
/external/skqp/src/ports/
DSkFontMgr_custom.cpp204 sk_sp<SkFontStyleSet> sset(this->matchFamily(familyName)); in onMatchFamilyStyle()
DSkFontMgr_android.cpp359 sk_sp<SkFontStyleSet> sset(this->matchFamily(familyName)); in onMatchFamilyStyle()
DSkFontMgr_win_dw.cpp515 sk_sp<SkFontStyleSet> sset(this->matchFamily(familyName)); in onMatchFamilyStyle()
DSkFontHost_win.cpp2370 sk_sp<SkFontStyleSet> sset(this->matchFamily(familyName)); in onMatchFamilyStyle()
/external/skqp/gm/
Dfontmgr.cpp187 fset.reset(fFM->matchFamily(gNames[i])); in onDraw()
/external/skia/gm/
Dfontmgr.cpp184 fset.reset(fFM->matchFamily(gNames[i])); in onDraw()