Home | History | Annotate | Download | only in ports

Lines Matching full:familyname

41     void getFamilyName(int index, SkString* familyName) const;
53 SkFontStyleSet* matchFamily(const char familyName[]) const;
56 * Find the closest matching typeface to the specified familyName and style
61 * Passing |nullptr| as the parameter for |familyName| will return the
68 SkTypeface* matchFamilyStyle(const char familyName[], const SkFontStyle&) const;
78 * Passing |nullptr| as the parameter for |familyName| will return the
85 SkTypeface* matchFamilyStyleCharacter(const char familyName[], const SkFontStyle&,
167 SkTypeface* legacyCreateTypeface(const char familyName[],
178 virtual void onGetFamilyName(int index, SkString* familyName) const = 0;
182 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const = 0;
184 virtual SkTypeface* onMatchFamilyStyle(const char familyName[],
186 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&,
199 virtual SkTypeface* onLegacyCreateTypeface(const char familyName[],