Home
last modified time | relevance | path

Searched refs:matchFamily (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/src/utils/
H A DSkOrderedFontMgr.cpp49 if (auto fs = fm->matchFamily(familyName)) { in onMatchFamily()
/third_party/skia/tools/fonts/
H A DTestFontMgr.cpp145 sk_sp<SkFontStyleSet> styleSet(this->matchFamily(familyName));
/third_party/skia/include/core/
H A DSkFontMgr.h87 SkFontStyleSet* matchFamily(const char familyName[]) const;
98 * createStyleSet(int) or matchFamily(const char[]) due to hidden or
/third_party/skia/src/core/
H A DSkFontMgr.cpp100 SkFontStyleSet* SkFontMgr::matchFamily(const char familyName[]) const { in matchFamily() function in SkFontMgr
/third_party/skia/tests/
H A DFontMgrTest.cpp92 sk_sp<SkFontStyleSet> fnset(fm->matchFamily(fname.c_str())); in DEF_TEST()
119 sk_sp<SkFontStyleSet> styleSet(fm->matchFamily(nullptr)); in DEF_TEST()
/third_party/skia/src/ports/
H A DSkFontMgr_custom.cpp214 sk_sp<SkFontStyleSet> sset(this->matchFamily(familyName));
H A DSkFontMgr_preview.cpp67 sk_sp<SkFontStyleSet> sset(this->matchFamily(familyName)); in onMatchFamilyStyle()
H A DSkFontMgr_android.cpp357 sk_sp<SkFontStyleSet> sset(this->matchFamily(familyName));
H A DSkFontMgr_win_dw.cpp584 sk_sp<SkFontStyleSet> sset(this->matchFamily(familyName)); in onMatchFamilyStyle()
H A DSkFontHost_win.cpp2264 sk_sp<SkFontStyleSet> sset(this->matchFamily(familyName));
/third_party/skia/modules/skparagraph/src/
H A DFontCollection.cpp272 sk_sp<SkFontStyleSet> set(manager->matchFamily(familyName.c_str()));
/third_party/skia/gm/
H A Dfontmgr.cpp183 fset.reset(fFM->matchFamily(gNames[i]));

Completed in 12 milliseconds