Home
last modified time | relevance | path

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

/external/skia/include/ports/
DSkFontMgr.h51 SkFontStyleSet* matchFamily(const char familyName[]) const;
/external/skia/src/core/
DSkFontMgr.cpp102 SkFontStyleSet* SkFontMgr::matchFamily(const char familyName[]) const { in matchFamily() function in SkFontMgr
/external/skia/tests/
DFontMgrTest.cpp89 SkAutoTUnref<SkFontStyleSet> fnset(fm->matchFamily(fname.c_str())); in test_fontiter()
/external/skia/gm/
Dfontmgr.cpp192 fset.reset(fFM->matchFamily(gNames[i])); in onDraw()
/external/skia/src/ports/
DSkFontHost_linux.cpp272 SkAutoTUnref<SkFontStyleSet> sset(this->matchFamily(familyName)); in onMatchFamilyStyle()
DSkFontMgr_android.cpp316 SkAutoTUnref<SkFontStyleSet> sset(this->matchFamily(familyName)); in onMatchFamilyStyle()
DSkFontMgr_win_dw.cpp502 SkAutoTUnref<SkFontStyleSet> sset(this->matchFamily(familyName)); in onMatchFamilyStyle()
DSkFontHost_win.cpp2475 SkAutoTUnref<SkFontStyleSet> sset(this->matchFamily(familyName)); in onMatchFamilyStyle()