Lines Matching refs:SkFontStyleSet_Custom
84 SkFontStyleSet_Custom::SkFontStyleSet_Custom(const SkString familyName) : fFamilyName(familyName) {}
86 void SkFontStyleSet_Custom::appendTypeface(sk_sp<SkTypeface_Custom> typeface) {
90 int SkFontStyleSet_Custom::count() {
94 void SkFontStyleSet_Custom::getStyle(int index, SkFontStyle* style, SkString* name) {
104 SkTypeface* SkFontStyleSet_Custom::createTypeface(int index) {
109 SkTypeface* SkFontStyleSet_Custom::matchStyle(const SkFontStyle& pattern) {
113 SkString SkFontStyleSet_Custom::getFamilyName() { return fFamilyName; }
124 sk_sp<SkFontStyleSet_Custom> set(this->onMatchFamily(defaultNames[i]));
153 SkFontStyleSet_Custom* SkFontMgr_Custom::onCreateStyleSet(int index) const {
158 SkFontStyleSet_Custom* SkFontMgr_Custom::onMatchFamily(const char familyName[]) const {