Home | History | Annotate | Download | only in core

Lines Matching full:familyname

41     void onGetFamilyName(int index, SkString* familyName) const override {
56 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[],
93 void SkFontMgr::getFamilyName(int index, SkString* familyName) const {
94 this->onGetFamilyName(index, familyName);
101 SkFontStyleSet* SkFontMgr::matchFamily(const char familyName[]) const {
102 return emptyOnNull(this->onMatchFamily(familyName));
105 SkTypeface* SkFontMgr::matchFamilyStyle(const char familyName[],
107 return this->onMatchFamilyStyle(familyName, fs);
110 SkTypeface* SkFontMgr::matchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style,
113 return this->onMatchFamilyStyleCharacter(familyName, style, bcp47, bcp47Count, character);
168 SkTypeface* SkFontMgr::legacyCreateTypeface(const char familyName[],
170 return this->onLegacyCreateTypeface(familyName, styleBits);