Lines Matching full:familyname
98 virtual void onGetFamilyName(int index, SkString* familyName) SK_OVERRIDE {
142 void SkFontMgr::getFamilyName(int index, SkString* familyName) {
143 this->onGetFamilyName(index, familyName);
150 SkFontStyleSet* SkFontMgr::matchFamily(const char familyName[]) {
151 return emptyOnNull(this->onMatchFamily(familyName));
154 SkTypeface* SkFontMgr::matchFamilyStyle(const char familyName[],
156 return this->onMatchFamilyStyle(familyName, fs);
185 SkTypeface* SkFontMgr::legacyCreateTypeface(const char familyName[],
187 return this->onLegacyCreateTypeface(familyName, styleBits);
223 const char familyName[],
236 return fm->legacyCreateTypeface(familyName, style);